You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2013/04/28 01:16:00 UTC

[2/2] git commit: [SUREFIRE-989] fix phase for creating the site.xml to be used in failsafe plugin site generation

[SUREFIRE-989] fix phase for creating the site.xml to be used in failsafe plugin site generation


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/4b6a2056
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/4b6a2056
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/4b6a2056

Branch: refs/heads/surefire-2.14.1-sitefix
Commit: 4b6a2056cfadbb1c0d253da4ce840fc89087561a
Parents: 3a87742
Author: Andreas Gudian <ag...@apache.org>
Authored: Sun Apr 28 01:08:55 2013 +0200
Committer: Andreas Gudian <ag...@apache.org>
Committed: Sun Apr 28 01:08:55 2013 +0200

----------------------------------------------------------------------
 maven-surefire-plugin/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/4b6a2056/maven-surefire-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index 8b4dae6..5ce1880 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -106,7 +106,7 @@
         <executions>
           <execution>
             <id>prepare-site-source</id>
-            <phase>process-resources</phase>
+            <phase>pre-site</phase>
             <goals>
               <goal>effective-site</goal>
             </goals>
@@ -125,7 +125,7 @@
         <version>1.5.2</version>
         <executions>
            <execution>
-               <phase>prepare-package</phase>
+               <phase>pre-site</phase>
                <goals>
                    <goal>replace</goal>
                </goals>