Fred Bricon created MEAR-254: -------------------------------- Summary: EAR version 8 not supported Key: MEAR-254 URL: https://issues.apache.org/jira/browse/MEAR-254 Project: Maven Ear Plugin Issue Type: Bug Affects Versions: 2.10.1 Reporter: Fred Bricon
Java EE 8 EARs can not be built using the latest ear plugin, eg. {quote} <plugin> <artifactId>maven-ear-plugin</artifactId> <version>2.10.1</version> <configuration> <generateApplicationXml>true</generateApplicationXml> <version>8</version> <defaultLibBundleDir>lib</defaultLibBundleDir> </configuration> </plugin> {quote} 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]?? -- This message was sent by Atlassian JIRA (v6.4.14#64029)