NIFI-429: Commented out nifi-external from parent so that it won't build. Trying to determine root cause of deploy failures
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/7386f990 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/7386f990 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/7386f990 Branch: refs/heads/nifi-0.1.0-incubating-rc6 Commit: 7386f99042e35ab2dc04e70444c1cd85fbd31ace Parents: 8c3b336 Author: Mark Payne <[email protected]> Authored: Tue May 5 14:51:34 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Tue May 5 14:51:34 2015 -0400 ---------------------------------------------------------------------- nifi/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/7386f990/nifi/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/pom.xml b/nifi/pom.xml index 45f8b3f..1311924 100644 --- a/nifi/pom.xml +++ b/nifi/pom.xml @@ -34,7 +34,9 @@ <module>nifi-assembly</module> <module>nifi-docs</module> <module>nifi-maven-archetypes</module> +<!-- <module>nifi-external</module> +--> </modules> <properties> <org.slf4j.version>1.7.10</org.slf4j.version>
