You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2018/01/27 11:40:02 UTC

[jira] [Commented] (MEAR-254) Support JavaEE version 8

    [ https://issues.apache.org/jira/browse/MEAR-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16342094#comment-16342094 ] 

Karl Heinz Marbaise commented on MEAR-254:
------------------------------------------

So I have a branch which seemed to be solving the issue but I'm not sure cause it looks so easy? I have made a [SNAPSHOT version available|https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-20180127.113757-1916.jar] is someone able to make a test with this snapshot ?

> Support JavaEE version 8
> ------------------------
>
>                 Key: MEAR-254
>                 URL: https://issues.apache.org/jira/browse/MEAR-254
>             Project: Maven Ear Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.10.1
>            Reporter: Fred Bricon
>            Assignee: Karl Heinz Marbaise
>            Priority: Critical
>             Fix For: 3.0.0
>
>
> 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]??
> See http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/index.html#8 for the latest Java EE schema updates



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)