NIFI-13004 Removed include-grpc profile from documentation

This closes #8605

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Mark Bean 2024-04-05 10:14:30 -04:00 committed by exceptionfactory
parent 2ad9db18db
commit 506ac835ad
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -2717,7 +2717,7 @@ deprecationLogger.warn(
The following command is used to generate a standard binary distribution of Apache NiFi:
`mvn clean install -Pinclude-grpc,contrib-check`
`mvn clean install -Pcontrib-check`
== How to contribute to Apache NiFi

View File

@ -115,7 +115,7 @@ drwxr-xr-x 14 alopresto staff 448B Apr 6 15:44 nifi-toolkit/
-rw-r--r-- 1 alopresto staff 44K Jan 22 15:10 pom.xml
----
. Build the NiFi source using link:https://maven.apache.org/[Apache Maven^] from the source root directory (`nifi-1.11.4/`) using one of the following commands. For more information, see the link:https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide[NiFi Contributor Guide^]. Estimated build times for each command on a modern professional laptop are listed below; allow additional time for dependency library downloads on first build.
* `mvn clean install -Pinclude-grpc` -- Builds the application (expected time ~30 minutes)
* `mvn clean install` -- Builds the application (expected time ~30 minutes)
* `mvn clean install -T2.0C` -- Builds the application with multiple parallel threads (expected time ~15 minutes)
* `mvn clean install -T2.0C -DskipTests` -- Builds the application with multiple parallel threads and unit tests disabled (expected time ~6 minutes)
+