Removing the remnant reference of the nifi-nar-maven-plugin from nifi-parent.
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/06b2c080 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/06b2c080 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/06b2c080 Branch: refs/heads/develop Commit: 06b2c080a528b0fddfacad1bd4ce1cf22eb1cc07 Parents: 060a1e0 Author: Aldrin Piri <[email protected]> Authored: Wed Apr 22 16:49:28 2015 -0400 Committer: Aldrin Piri <[email protected]> Committed: Wed Apr 22 16:49:28 2015 -0400 ---------------------------------------------------------------------- nifi-parent/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/06b2c080/nifi-parent/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-parent/pom.xml b/nifi-parent/pom.xml index 3bc24df..3cb90d1 100644 --- a/nifi-parent/pom.xml +++ b/nifi-parent/pom.xml @@ -367,12 +367,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.nifi</groupId> - <artifactId>nifi-nar-maven-plugin</artifactId> - <version>1.0.1-incubating-SNAPSHOT</version> - <extensions>true</extensions> - </plugin> </plugins> </build> <profiles>
