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 2016/06/03 20:55:59 UTC

[jira] [Comment Edited] (MWAR-387) Upgrade of 'plexus-archiver' to version 3.3.

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

Karl Heinz Marbaise edited comment on MWAR-387 at 6/3/16 8:55 PM:
------------------------------------------------------------------

[~sbordet] Yes it will support JDK9 than as in [MJAR-205]. Until 3.0.0 will be out you can going via this:
{code:xml}
<plugin>
  <groupId>..</groupId>
  <artifactId>maven-war-plugin</artifactid>
  <version>2.6</version>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactid>plexus-archiver</artifactId>
      <version>3.3</version>
    </dependency>
  </dependencies>
</plugin>
{code}
Apart from that we never schedule releases. BTW: Better asking such things on the dev list instead in JIRA..


was (Author: khmarbaise):
[~sbordet] Yes it will support JDK9 than as in [MJAR-205]. Until 3.0.0 will be out you can going via this:
{code:xml}
<plugin>
  <groupId>..</groupId>
  <artifactId>maven-war-plugin</artifactid>
  <version>2.6</version>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactid>plexus-archiver</artifactId>
      <version>3.3</version>
    </dependency>
  </dependencies>
</plugin>
{code}
Apart from that we never schedule releases.

> Upgrade of 'plexus-archiver' to version 3.3.
> --------------------------------------------
>
>                 Key: MWAR-387
>                 URL: https://issues.apache.org/jira/browse/MWAR-387
>             Project: Maven WAR Plugin
>          Issue Type: Improvement
>            Reporter: Christian Schulte
>            Assignee: Christian Schulte
>            Priority: Trivial
>             Fix For: 3.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)