You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by kr...@apache.org on 2011/04/11 15:05:03 UTC

svn commit: r1091057 - in /maven/surefire/trunk/surefire-providers: common-junit3/pom.xml common-junit4/pom.xml

Author: krosenvold
Date: Mon Apr 11 13:05:03 2011
New Revision: 1091057

URL: http://svn.apache.org/viewvc?rev=1091057&view=rev
Log:
[SUREFIRE-716] Dont skip deployment of common-*

Modified:
    maven/surefire/trunk/surefire-providers/common-junit3/pom.xml
    maven/surefire/trunk/surefire-providers/common-junit4/pom.xml

Modified: maven/surefire/trunk/surefire-providers/common-junit3/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/common-junit3/pom.xml?rev=1091057&r1=1091056&r2=1091057&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/common-junit3/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/common-junit3/pom.xml Mon Apr 11 13:05:03 2011
@@ -38,15 +38,4 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>

Modified: maven/surefire/trunk/surefire-providers/common-junit4/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/common-junit4/pom.xml?rev=1091057&r1=1091056&r2=1091057&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/common-junit4/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/common-junit4/pom.xml Mon Apr 11 13:05:03 2011
@@ -54,12 +54,6 @@
           <target>1.5</target>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>