You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2010/05/17 22:38:06 UTC

svn commit: r945358 - /incubator/ace/trunk/pom/pom.xml

Author: marrs
Date: Mon May 17 20:38:05 2010
New Revision: 945358

URL: http://svn.apache.org/viewvc?rev=945358&view=rev
Log:
Forgot to scope one of the test bundles as 'test' so it ended up in the assembly by accident.

Modified:
    incubator/ace/trunk/pom/pom.xml

Modified: incubator/ace/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/pom/pom.xml?rev=945358&r1=945357&r2=945358&view=diff
==============================================================================
--- incubator/ace/trunk/pom/pom.xml (original)
+++ incubator/ace/trunk/pom/pom.xml Mon May 17 20:38:05 2010
@@ -248,6 +248,7 @@
 			    <groupId>org.apache.maven.surefire</groupId>
 			    <artifactId>surefire-testng</artifactId>
 			    <version>2.5</version>
+                <scope>test</scope>
 			</dependency>
             <dependency>
                 <groupId>org.mockito</groupId>