Author: lfryc(a)redhat.com
Date: 2010-07-28 16:02:51 -0400 (Wed, 28 Jul 2010)
New Revision: 18267
Modified:
root/tests/metamer/trunk/application/pom.xml
root/tests/metamer/trunk/ftest-source/pom.xml
Log:
proper generation of metamer classes to separate jar; dependency on this jar for
ftest-source
Modified: root/tests/metamer/trunk/application/pom.xml
===================================================================
--- root/tests/metamer/trunk/application/pom.xml 2010-07-28 19:23:56 UTC (rev 18266)
+++ root/tests/metamer/trunk/application/pom.xml 2010-07-28 20:02:51 UTC (rev 18267)
@@ -125,6 +125,12 @@
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <attachClasses>true</attachClasses>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.18</version>
Modified: root/tests/metamer/trunk/ftest-source/pom.xml
===================================================================
--- root/tests/metamer/trunk/ftest-source/pom.xml 2010-07-28 19:23:56 UTC (rev 18266)
+++ root/tests/metamer/trunk/ftest-source/pom.xml 2010-07-28 20:02:51 UTC (rev 18267)
@@ -58,6 +58,7 @@
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer</artifactId>
<version>${project.version}</version>
+ <classifier>classes</classifier>
</dependency>
</dependencies>
Show replies by date