NIFI-270 fixed a couple pom issues.  Have done a full release to staging of 
nifi now.  The src.tar.gz didn't get built apparently but all else looked good


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/f21b502a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/f21b502a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/f21b502a

Branch: refs/heads/NIFI-250
Commit: f21b502ae3a93277a55fe58ba3eeda0c4a0d63df
Parents: bc94f71
Author: joewitt <joew...@apache.org>
Authored: Sat Jan 17 16:54:46 2015 -0500
Committer: joewitt <joew...@apache.org>
Committed: Sat Jan 17 16:54:46 2015 -0500

----------------------------------------------------------------------
 nar-maven-plugin/pom.xml |  2 +-
 nifi/assembly/pom.xml    |  2 +-
 nifi/nar-bundles/pom.xml | 16 ----------------
 3 files changed, 2 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/f21b502a/nar-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/nar-maven-plugin/pom.xml b/nar-maven-plugin/pom.xml
index 8dea49c..abc1582 100644
--- a/nar-maven-plugin/pom.xml
+++ b/nar-maven-plugin/pom.xml
@@ -159,7 +159,7 @@
                                 <goal>perform</goal>
                             </goals>
                             <configuration>
-                                
<pomFileName>maven-plugins/nar-maven-plugin/pom.xml</pomFileName>
+                                
<pomFileName>nar-maven-plugin/pom.xml</pomFileName>
                             </configuration>
                         </execution>
                     </executions>

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/f21b502a/nifi/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/assembly/pom.xml b/nifi/assembly/pom.xml
index 5803a8d..e186a44 100644
--- a/nifi/assembly/pom.xml
+++ b/nifi/assembly/pom.xml
@@ -30,7 +30,7 @@
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
-                    <attach>true</attach>
+                    <attach>false</attach>
                 </configuration>
                 <executions>
                     <execution>

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/f21b502a/nifi/nar-bundles/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/nar-bundles/pom.xml b/nifi/nar-bundles/pom.xml
index 058926c..d7fce1b 100644
--- a/nifi/nar-bundles/pom.xml
+++ b/nifi/nar-bundles/pom.xml
@@ -46,12 +46,6 @@
         <dependencies>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
-                <artifactId>load-distribution-service</artifactId>
-                <version>0.0.1-incubating-SNAPSHOT</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.nifi</groupId>
                 <artifactId>distributed-cache-client-service</artifactId>
                 <version>0.0.1-incubating-SNAPSHOT</version>
             </dependency>
@@ -90,16 +84,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
-                <artifactId>http-context-map-api</artifactId>
-                <version>0.0.1-incubating-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.nifi</groupId>
-                <artifactId>http-context-map</artifactId>
-                <version>0.0.1-incubating-SNAPSHOT</version>
-            </dependency>                      
-            <dependency>
-                <groupId>org.apache.nifi</groupId>
                 <artifactId>volatile-provenance-repository</artifactId>
                 <version>0.0.1-incubating-SNAPSHOT</version>
                 <scope>test</scope>

Reply via email to