Author: ernst
Date: 2009-06-08 12:39:04 +0200 (Mon, 08 Jun 2009)
New Revision: 35819
Modified:
speeltuin/ernst/mmbase-vob/pom.xml
Log:
build now creates a jar for the test classes as well
Modified: speeltuin/ernst/mmbase-vob/pom.xml
===================================================================
--- speeltuin/ernst/mmbase-vob/pom.xml 2009-06-08 10:37:55 UTC (rev 35818)
+++ speeltuin/ernst/mmbase-vob/pom.xml 2009-06-08 10:39:04 UTC (rev 35819)
@@ -17,11 +17,6 @@
<name>mmbase-vob</name>
<dependencies>
- <!--
- <dependency> <groupId>nl.vpro.mmbase</groupId>
- <artifactId>mmvpro</artifactId>
<version>1.8.7-SNAPSHOT</version>
- <scope>provided</scope> </dependency>
- -->
<dependency>
<groupId>org.mmbase</groupId>
<artifactId>mmbase</artifactId>
@@ -72,5 +67,18 @@
</dependencies>
<build>
<defaultGoal>install</defaultGoal>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</project>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs