(no commit message)
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index f98a00ddc433eed01dcfce08a57e7d89720231c5..15b3c8073fd1752442c2d8a9b32b56bc7d0ae10f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <groupId>org.easymock</groupId>
             <artifactId>easymock</artifactId>
             <version>2.3</version>
+            <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymockclassextension</artifactId>
+            <version>2.3</version>
+            <scope>test</scope>
+        </dependency>
+
         <!-- dependency>
           <groupId>org.testng</groupId>
           <artifactId>testng</artifactId>
 
     <build>
         <plugins>
+            <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>jalopy-maven-plugin</artifactId>
+              <configuration>
+                  <fileFormat>UNIX</fileFormat>
+                  <convention>org.wamblee.jalopy.xml</convention>
+              </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
                   <formats>
                     <format>xml</format>
+                    <format>html</format>
                   </formats>
                 </configuration>
             </plugin>