Uploaded image for project: 'Maven EAR Plugin'
  1. Maven EAR Plugin
  2. MEAR-254

Support JavaEE version 8

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.10.1
    • 3.0.0
    • None

    Description

      Java EE 8 EARs can not be built using the latest ear plugin, eg.

      <plugin>
      <artifactId>maven-ear-plugin</artifactId>
      <version>2.10.1</version>
      <configuration>
      <generateApplicationXml>true</generateApplicationXml>
      <version>8</version>
      <defaultLibBundleDir>lib</defaultLibBundleDir>
      </configuration>
      </plugin>

      yields :

      Failed to execute goal org.apache.maven.plugins:maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) on project gsdf: Invalid version [8]

      See http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/index.html#8 for the latest Java EE schema updates

      Attachments

        Activity

          People

            khmarbaise Karl Heinz Marbaise
            fbricon Fred Bricon
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: