Repository: incubator-nifi
Updated Branches:
  refs/heads/nifi-270-release-setup 6e0731dee -> 6b9575b8e


NIFI-270: nexus staging plugin.


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

Branch: refs/heads/nifi-270-release-setup
Commit: 6b9575b8ea0f845649a62a300e298d04031afda6
Parents: 6e0731d
Author: Benson Margulies <[email protected]>
Authored: Fri Jan 16 07:34:52 2015 -0500
Committer: Benson Margulies <[email protected]>
Committed: Fri Jan 16 07:34:52 2015 -0500

----------------------------------------------------------------------
 maven-plugins/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/6b9575b8/maven-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 7fc0f27..c66968e 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -201,6 +201,16 @@
             </plugins>
         </pluginManagement>       
         <plugins>
+          <plugin>
+            <groupId>org.sonatype.plugins</groupId>
+            <artifactId>nexus-staging-maven-plugin</artifactId>
+            <version>1.6.3</version>
+            <extensions>true</extensions>
+            <configuration>
+              <serverId>repository.apache.org</serverId>
+              <nexusUrl>https://repository.apache.org/</nexusUrl>
+            </configuration>
+          </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>

Reply via email to