Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.5
-
None
-
Maven 3
Description
Building Wicket 1.4-SNAPSHOT with Maven3 (3.0-alpha-6) produces some warnings:
- some plugins have no <version> specified
- resource plugin has no encoding defined thus it uses the platform one
- quickstart-archetype project uses <packaging>maven-plugin</...>, while it should be 'jar' (it doesn't build at all with Maven3
- some plugins are moved from org.codehaus.mojo to org.apache.maven.plugins