(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 13 Apr 2008 19:36:45 +0000 (19:36 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 13 Apr 2008 19:36:45 +0000 (19:36 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index c1da120651a3bf94dddbf506decd7b6193fef657..15b3c8073fd1752442c2d8a9b32b56bc7d0ae10f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <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>