Page 1 of 1

Small fix for pom.xml

PostPosted: Wed Apr 27, 2011 10:24 pm
by ppa_waw
In order to avoid warning like "'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing." there is one new line required in pom.xml which specifies verision:
Code: Select all
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>


I do not have permission to apply this fix to SVN, may I ask for help?

Thanks,
Piotr