mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 18:18:27 +00:00
NIFI-13004 Removed include-grpc profile from documentation
This closes #8605 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
2ad9db18db
commit
506ac835ad
@ -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
|
||||
|
||||
|
@ -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)
|
||||
+
|
||||
|
Loading…
x
Reference in New Issue
Block a user