Author: pete.muir(a)jboss.org
Date: 2009-01-19 17:53:13 -0500 (Mon, 19 Jan 2009)
New Revision: 1099
Modified:
tck/trunk/pom.xml
Log:
fix build
Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml 2009-01-19 22:38:54 UTC (rev 1098)
+++ tck/trunk/pom.xml 2009-01-19 22:53:13 UTC (rev 1099)
@@ -132,6 +132,13 @@
<version>${webbeans.tck.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>tck-utils</artifactId>
+ <version>0.9-SNAPSHOT</version>
+ </dependency>
+
+
</dependencies>
</dependencyManagement>
@@ -157,6 +164,20 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>apt-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-process</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+
<testOutputDirectory>${project.build.directory}/site</testOutputDirectory>
+ </configuration>
+ </plugin>
</plugins>
<pluginManagement>
<plugins>
Show replies by date