Author: bdaw
Date: 2007-11-15 15:50:04 -0500 (Thu, 15 Nov 2007)
New Revision: 8959
Modified:
modules/identity/trunk/identity/pom.xml
Log:
make it build
Modified: modules/identity/trunk/identity/pom.xml
===================================================================
--- modules/identity/trunk/identity/pom.xml 2007-11-15 19:53:15 UTC (rev 8958)
+++ modules/identity/trunk/identity/pom.xml 2007-11-15 20:50:04 UTC (rev 8959)
@@ -47,6 +47,11 @@
<artifactId>portal-test</artifactId>
<!--<scope>test</scope>-->
</dependency>
+ <!--<dependency>-->
+ <!--<groupId>org.jboss.unit</groupId>-->
+ <!--<artifactId>jboss-unit-tooling-maven2</artifactId>-->
+ <!--<scope>test</scope>-->
+ <!--</dependency>-->
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-logging-spi</artifactId>
@@ -145,6 +150,7 @@
<!--<scope>test</scope>-->
</dependency>
</dependencies>
+
<build>
<plugins>
<plugin>
@@ -269,11 +275,9 @@
</configuration>
</plugin>
<plugin>
- <dependencies>
-
- </dependencies>
<groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit-tooling-maven2</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
<executions>
<execution>
<phase>integration-test</phase>
@@ -286,7 +290,7 @@
<testsuites>
<testsuite>
<config>jboss-unit.xml</config>
- <!--<JPDA>true</JPDA>-->
+ <JPDA>true</JPDA>
</testsuite>
</testsuites>
<reports>
Show replies by date