Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1776

Quickstart's archetype misses maven compiler configuration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4-M3
    • 1.4-RC1
    • wicket-quickstart
    • 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()

      Attachments

        1. archetype-compiler-plugin.patch
          0.9 kB
          Bruno Borges

        Activity

          People

            ivaynberg Igor Vaynberg
            miojo Bruno Borges
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: