package rename for test libraries.
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index e1ec37979a601af68329cb48b78deb78ca57fd04..5a67306538ca8ede1baab5b18917d21f11a5999d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,7 @@
 <?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
@@ -30,6 +32,7 @@
 
     <modules>
         <module>support</module>
+        <module>wicket</module>
         <module>system</module>
         <module>hibernate-jpa</module>
         <module>security</module>
     <dependencyManagement>
         <dependencies>
 
+            <dependency>
+                <groupId>org.jboss.weld</groupId>
+                <artifactId>weld-se</artifactId>
+                <version>1.0.1-Final</version>
+                <scope>provided</scope>
+            </dependency>
+            
             <dependency>
                 <groupId>oro</groupId>
                 <artifactId>oro</artifactId>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
+                    <!-- enable forkMode to check if some tests do not setup their
+                         test fixture correctly --> 
+                    <!-- forkMode>always</forkMode -->
                     <includes>
                         <include>**/*Test.java</include>
                     </includes>
 
 
         </plugins>
-        
+
         <pluginManagement>
             <plugins>
                 <plugin>
         </pluginManagement>
 
     </build>
-   
+
 
     <reporting>
         <plugins>
                         <reports>
                             <report>checkstyle</report>
                             <report>javadoc</report>
-                            <report>dependencies</report>
-                            <report>project-team</report>
-                            <report>mailing-list</report>
-                            <report>issue-tracking</report>
-                            <report>license</report>
-                            <report>scm</report>
+                            <!--report>dependencies</report -->
+                            <!-- report>project-team</report -->
+                            <!-- report>mailing-list</report -->
+                            <!-- report>issue-tracking</report -->
+                            <!-- report>license</report -->
+                            <!--report>scm</report -->
                         </reports>
                     </reportSet>
                 </reportSets>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.7</version>
+                <version>2.5</version>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>