You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (Jira)" <ji...@apache.org> on 2022/12/19 18:01:00 UTC

[jira] [Created] (NIFI-10992) Option to build all include-x profiles

Pierre Villard created NIFI-10992:
-------------------------------------

             Summary: 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


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)