NIFI-429: added back nifi-external but removed nifi-spark-receiver from it to see if build still works with nifi-external in
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/c238cf87 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/c238cf87 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/c238cf87 Branch: refs/heads/nifi-0.1.0-incubating-rc6 Commit: c238cf87e1ad479af50a3b1af34d4b3ad4dfae5b Parents: cffda1f Author: Mark Payne <[email protected]> Authored: Tue May 5 15:22:34 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Tue May 5 15:22:34 2015 -0400 ---------------------------------------------------------------------- nifi/nifi-external/pom.xml | 2 ++ nifi/pom.xml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/c238cf87/nifi/nifi-external/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/nifi-external/pom.xml b/nifi/nifi-external/pom.xml index 4fb2b39..85bfefe 100644 --- a/nifi/nifi-external/pom.xml +++ b/nifi/nifi-external/pom.xml @@ -23,7 +23,9 @@ <groupId>org.apache.nifi</groupId> <artifactId>nifi-external</artifactId> <packaging>pom</packaging> +<!-- <modules> <module>nifi-spark-receiver</module> </modules> +--> </project> http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/c238cf87/nifi/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/pom.xml b/nifi/pom.xml index 1311924..45f8b3f 100644 --- a/nifi/pom.xml +++ b/nifi/pom.xml @@ -34,9 +34,7 @@ <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>
