Commit 816d6501 by Tuomas Riihimäki

Update maven plugin versions

1 parent 18d7b618
......@@ -12,11 +12,12 @@
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-ejb-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
<configuration>
<ejbVersion>3.2</ejbVersion>
</configuration>
......
......@@ -8,7 +8,7 @@
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<version>2.5</version>
<configuration>
<warSourceDirectory>WebContent</warSourceDirectory>
<failOnMissingWebXml>false</failOnMissingWebXml>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!