Repository: nifi Updated Branches: refs/heads/master 103a345e8 -> 9fdab10c7
NIFI-4645 now being very specific to include if not ppc. This closes #2309 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9fdab10c Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/9fdab10c Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/9fdab10c Branch: refs/heads/master Commit: 9fdab10c7c989b395e31e7bbee138bc4fa82f369 Parents: 103a345 Author: joewitt <[email protected]> Authored: Thu Nov 30 13:37:01 2017 -0500 Committer: Matt Gilman <[email protected]> Committed: Fri Dec 1 12:47:40 2017 -0500 ---------------------------------------------------------------------- nifi-assembly/pom.xml | 5 ++--- nifi-nar-bundles/pom.xml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/9fdab10c/nifi-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml index a7387cf..115dc53 100755 --- a/nifi-assembly/pom.xml +++ b/nifi-assembly/pom.xml @@ -534,11 +534,10 @@ language governing permissions and limitations under the License. --> </dependencies> <profiles> <profile> - <id>supportpowerpc</id> + <id>includeifnotppc</id> <activation> <os> - <family>unix</family> - <arch>ppc</arch> + <arch>!ppc64le</arch> </os> </activation> <dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/9fdab10c/nifi-nar-bundles/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/pom.xml b/nifi-nar-bundles/pom.xml index e8b3049..30c31da 100755 --- a/nifi-nar-bundles/pom.xml +++ b/nifi-nar-bundles/pom.xml @@ -135,11 +135,10 @@ </properties> </profile> <profile> - <id>supportpowerpc</id> + <id>includeifnotppc</id> <activation> <os> - <family>unix</family> - <arch>ppc</arch> + <arch>!ppc64le</arch> </os> </activation> <modules>
