git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adbea2d
)
(no commit message)
author
erik
<erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 13 Apr 2008 19:36:45 +0000
(19:36 +0000)
committer
erik
<erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 13 Apr 2008 19:36:45 +0000
(19:36 +0000)
trunk/pom.xml
patch
|
blob
|
history
diff --git
a/trunk/pom.xml
b/trunk/pom.xml
index c1da120651a3bf94dddbf506decd7b6193fef657..15b3c8073fd1752442c2d8a9b32b56bc7d0ae10f 100644
(file)
--- a/
trunk/pom.xml
+++ b/
trunk/pom.xml
@@
-251,6
+251,14
@@
<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>
@@
-361,6
+369,7
@@
<configuration>
<formats>
<format>xml</format>
+ <format>html</format>
</formats>
</configuration>
</plugin>