Author: henning
Date: Thu Nov  4 16:45:42 2010
New Revision: 1031071

URL: http://svn.apache.org/viewvc?rev=1031071&view=rev
Log:
Add test jar for the sandbox

Modified:
    commons/proper/vfs/trunk/sandbox/pom.xml

Modified: commons/proper/vfs/trunk/sandbox/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/pom.xml?rev=1031071&r1=1031070&r2=1031071&view=diff
==============================================================================
--- commons/proper/vfs/trunk/sandbox/pom.xml (original)
+++ commons/proper/vfs/trunk/sandbox/pom.xml Thu Nov  4 16:45:42 2010
@@ -100,6 +100,17 @@
     </resources>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <!-- surfire do not honor suite(), see MSUREFIRE-131 why our tests 
wont work with maven 2 -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>


Reply via email to