Author: hboutemy
Date: Sun May 12 15:07:57 2013
New Revision: 1481580

URL: http://svn.apache.org/r1481580
Log:
fix IT on CI server: need to define maven-site-plugin version in ITs that use 
PMD reports

Modified:
    maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-142/pom.xml
    maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-80-included/pom.xml
    maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-80-not-included/pom.xml

Modified: maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-142/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-142/pom.xml?rev=1481580&r1=1481579&r2=1481580&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-142/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-142/pom.xml Sun May 12 
15:07:57 2013
@@ -34,7 +34,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.0</version>
+          <version>@sitePluginVersion@</version>
         </plugin>
       </plugins>
     </pluginManagement>

Modified: maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-80-included/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-80-included/pom.xml?rev=1481580&r1=1481579&r2=1481580&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-80-included/pom.xml 
(original)
+++ maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-80-included/pom.xml Sun 
May 12 15:07:57 2013
@@ -31,6 +31,15 @@ under the License.
     Test that the cpd.xml and pmd.xml files are included in the generated site.
   </description>
 
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>@sitePluginVersion@</version>
+      </plugin>
+    </plugins>
+  </build>
+
   <reporting>
     <plugins>
       <plugin>

Modified: 
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-80-not-included/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-80-not-included/pom.xml?rev=1481580&r1=1481579&r2=1481580&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-80-not-included/pom.xml 
(original)
+++ maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-80-not-included/pom.xml 
Sun May 12 15:07:57 2013
@@ -31,6 +31,15 @@ under the License.
     Test that the cpd.xml and pmd.xml files are NOT included in the generated 
site.
   </description>
 
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>@sitePluginVersion@</version>
+      </plugin>
+    </plugins>
+  </build>
+
   <reporting>
     <plugins>
       <plugin>


Reply via email to