<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>