Author: vsiveton
Date: Thu Aug 14 04:10:45 2008
New Revision: 685851

URL: http://svn.apache.org/viewvc?rev=685851&view=rev
Log:
o revert r685847 since it is unit tests and not ITs

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

Modified: maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml?rev=685851&r1=685850&r2=685851&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml Thu Aug 14 
04:10:45 2008
@@ -67,7 +67,13 @@
      </dependencies>
    </profile>
     <profile>
-      <id>run-its</id>
+      <id>unit-tests</id>
+      <activation>
+        <property>
+          <name>maven.test.skip</name>
+          <value>!true</value>
+        </property>
+      </activation>
 
       <dependencies>
         <dependency>


Reply via email to