You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Fred Bricon (JIRA)" <ji...@apache.org> on 2018/01/10 20:14:00 UTC

[jira] [Updated] (MEAR-254) EAR version 8 not supported

     [ https://issues.apache.org/jira/browse/MEAR-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Bricon updated MEAR-254:
-----------------------------
    Description: 
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

  was:
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]??


> 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]??
> 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
(v6.4.14#64029)