Quickstart's archetype misses maven compiler configuration
----------------------------------------------------------
Key: WICKET-1776
URL: https://issues.apache.org/jira/browse/WICKET-1776
Project: Wicket
Issue Type: Bug
Components: wicket-quickstart
Affects Versions: 1.4-M3
Environment: Any
Reporter: Bruno Borges
Fix For: 1.4-M4
Attachments: archetype-compiler-plugin.patch
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()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.