Commit b5bcd4a5 by Tuukka Kivilahti

Merge branch 'update-mvn' into 'master'

Update mvn versions

See merge request !185
2 parents 09d7c4c1 816d6501
......@@ -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!