Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4-M3
-
None
-
Any
Description
The pom.xml for Quickstart's archetype doesn't has the Maven Compiler Plugin configuration. This causes a compilation failure as Quickstart's source code is suited for Java 1.5
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
WicketApplication.java:[22,13] generics are not supported in -source 1.3
(use -source 5 or higher to enable generics)
public Class<HomePage> getHomePage()