You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/08/19 13:48:22 UTC

svn commit: r1374740 - in /maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/it/002-perform: invoker.properties pom.xml

Author: hboutemy
Date: Sun Aug 19 11:48:21 2012
New Revision: 1374740

URL: http://svn.apache.org/viewvc?rev=1374740&view=rev
Log:
updated IT to match usage and to be sure scm-publish:perform happens *after* site:stage (order in a phase is not guaranteed, binding both goals at post-site phase is not reproducible)

Modified:
    maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/it/002-perform/invoker.properties
    maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/it/002-perform/pom.xml

Modified: maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/it/002-perform/invoker.properties
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/it/002-perform/invoker.properties?rev=1374740&r1=1374739&r2=1374740&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/it/002-perform/invoker.properties (original)
+++ maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/it/002-perform/invoker.properties Sun Aug 19 11:48:21 2012
@@ -1 +1 @@
-invoker.goals = post-site
+invoker.goals = site-deploy

Modified: maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/it/002-perform/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/it/002-perform/pom.xml?rev=1374740&r1=1374739&r2=1374740&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/it/002-perform/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/it/002-perform/pom.xml Sun Aug 19 11:48:21 2012
@@ -54,7 +54,7 @@
         <artifactId>maven-site-plugin</artifactId>
         <executions>
           <execution>
-            <id>stage-for-pub</id>
+            <id>stage-for-scm-publish</id>
             <phase>post-site</phase>
             <goals>
               <goal>stage</goal>
@@ -89,7 +89,7 @@
           </execution>
           <execution>
             <id>perform</id>
-            <phase>post-site</phase>
+            <phase>site-deploy</phase>
             <goals>
               <goal>publish</goal>
             </goals>