You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/05/17 16:15:11 UTC

svn commit: r657364 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Author: olamy
Date: Sat May 17 07:15:10 2008
New Revision: 657364

URL: http://svn.apache.org/viewvc?rev=657364&view=rev
Log:
revert to old property to skip integration-tests

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=657364&r1=657363&r2=657364&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Sat May 17 07:15:10 2008
@@ -209,7 +209,7 @@
       <id>integration-tests</id>
       <activation>
         <property>
-          <name>skipTests</name>
+          <name>maven.test.skip</name>
           <value>!true</value>
         </property>
       </activation>
@@ -268,4 +268,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>