You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2015/12/18 18:09:06 UTC

incubator-slider git commit: SLIDER-1014 Release slider-0.90.1 preview of Anti-affinity: add a nexus profile

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 0dc9302a3 -> f61e3dce7


SLIDER-1014 Release slider-0.90.1 preview of Anti-affinity: add a nexus profile


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

Branch: refs/heads/develop
Commit: f61e3dce7daa207ff8ea0d368c868b5242e186db
Parents: 0dc9302
Author: Steve Loughran <st...@apache.org>
Authored: Fri Dec 18 17:08:41 2015 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Fri Dec 18 17:08:41 2015 +0000

----------------------------------------------------------------------
 pom.xml | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/f61e3dce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1c8e6e2..1971b6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1606,9 +1606,19 @@
               </execution>
             </executions>
           </plugin>
+        </plugins>
+      </build>
+    </profile>
 
-          <!-- We want to deploy the artifact to a staging location for perusal -->
-          <!--
+    <!--
+    The maven deploy plugin is more minimal than the mvn deploy plugin,
+    but more tractable
+    https://maven.apache.org/plugins/maven-deploy-plugin/
+    -->
+    <profile>
+      <id>nexus</id>
+      <build>
+        <plugins>
           <plugin>
             <inherited>true</inherited>
             <groupId>org.apache.maven.plugins</groupId>
@@ -1617,9 +1627,8 @@
             <configuration>
               <updateReleaseInfo>true</updateReleaseInfo>
             </configuration>
-          </plugin>        
-            -->
-          </plugins>
+          </plugin>
+        </plugins>
       </build>
     </profile>