You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2015/01/20 15:01:41 UTC

[05/42] incubator-nifi git commit: NIFI-270: restore nexus staging.

NIFI-270: restore nexus staging.


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

Branch: refs/heads/NIFI-250
Commit: 8c5e866b77dc4d5dc01a1288335486e646522433
Parents: 3ed0d13
Author: Benson Margulies <bi...@apache.org>
Authored: Fri Jan 16 08:10:15 2015 -0500
Committer: Benson Margulies <bi...@apache.org>
Committed: Fri Jan 16 08:12:45 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/8c5e866b/maven-plugins/nar-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/nar-maven-plugin/pom.xml b/maven-plugins/nar-maven-plugin/pom.xml
index dba4ca2..6e77ef0 100644
--- a/maven-plugins/nar-maven-plugin/pom.xml
+++ b/maven-plugins/nar-maven-plugin/pom.xml
@@ -179,6 +179,16 @@
             </plugins>
         </pluginManagement>       
         <plugins>
+           <plugin>
+             <groupId>org.sonatype.plugins</groupId>
+             <artifactId>nexus-staging-maven-plugin</artifactId>
+             <version>1.6.5</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-plugin-plugin</artifactId>