[ 
https://issues.apache.org/jira/browse/NIFI-10992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17679138#comment-17679138
 ] 

ASF subversion and git services commented on NIFI-10992:
--------------------------------------------------------

Commit 2b8475a6f8ae66c7e901cf995cb93c4ab884e39d in nifi's branch 
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2b8475a6f8 ]

NIFI-10992 - Option to build all include-x profiles

Signed-off-by: Chris Sampson <[email protected]>

This closes #6797


> Option to build all include-x profiles
> --------------------------------------
>
>                 Key: NIFI-10992
>                 URL: https://issues.apache.org/jira/browse/NIFI-10992
>             Project: Apache NiFi
>          Issue Type: Task
>          Components: Tools and Build
>            Reporter: Pierre Villard
>            Assignee: Pierre Villard
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> For very good reasons we're adding more and more include-x Maven profiles in 
> the NiFi build. However it's not always easy to keep track of the recently 
> added profiles. As someone frequently developing on NiFi, I'd like to have a 
> way to build NiFi with all those profiles without the need to always 
> know/check the exhaustive list.
> This change is allowing a user to go from something like:
> {code:java}
> mvn clean install -DskipTests -T4 
> -Pinclude-ranger,include-atlas,include-hive3,include-rules,include-sql-reporting,include-hadoop-aws,include-hadoop-azure,include-hadoop-cloud-storage,include-hadoop-gcp,include-graph,include-grpc,include-accumulo,include-hadoop-ozone,include-asn1,include-aws,include-media
>  {code}
> To:
> {code:java}
> mvn clean install -DskipTests -T4 -DallProfiles{code}
> The only expectation is that, whenever a new profile is being added in the 
> assembly's pom, we don't forget the activation property.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to