[
https://issues.apache.org/jira/browse/MWAR-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314792#comment-15314792
]
Karl Heinz Marbaise commented on MWAR-387:
------------------------------------------
[~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)