Author: aheritier
Date: 2009-08-29 17:50:55 -0400 (Sat, 29 Aug 2009)
New Revision: 127
Modified:
components/pc/trunk/test/pom.xml
Log:
Fix issue with test-jar for all versions of Maven
Modified: components/pc/trunk/test/pom.xml
===================================================================
--- components/pc/trunk/test/pom.xml 2009-08-29 21:32:41 UTC (rev 126)
+++ components/pc/trunk/test/pom.xml 2009-08-29 21:50:55 UTC (rev 127)
@@ -28,6 +28,7 @@
<artifactId>pc-portlet</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
+ <classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
Show replies by date