Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Conversation

nhojpatrick
Copy link

maven-jar-plugin and maven-javadoc-plugin require org.codehaus.plexus:plexus-archiver:3.0.3-SNAPSHOT

plexus-archiver has had a critical change due to Java 9 changes to the java.version property

see codehaus-plexus/plexus-archiver#12 for more information about the fix

this fix also unblocks building both junit and testng at a minimum, plus potentially any other maven project using either of these two plugins

Linked to;
https://issues.apache.org/jira/browse/MJAR-206
https://issues.apache.org/jira/browse/MJAVADOC-443
junit-team/junit4#1233
testng-team/testng#938

maven-jar-plugin and maven-javadoc-plugin require org.codehaus.plexus:plexus-archiver:3.0.3-SNAPSHOT

plexus-archiver has had a critical change due to Java 9 changes to the java.version property

see codehaus-plexus/plexus-archiver#12 for more information about the fix

this fix also unblocks building both junit and testng at a minimum, plus potentially any other maven project using either of these two plugins
nhojpatrick added a commit to nhojpatrick/testng that referenced this pull request Jan 3, 2016
Update to newer maven-jar-plugin and maven-javadoc-plugin which depends upon being merged apache/maven-plugins#76 which contain fixes to include a newe
r version of plexus-archiver which fixes issues around Java 9 changes to java.version.
nhojpatrick added a commit to nhojpatrick/junit4 that referenced this pull request Jan 3, 2016
Update to newer maven-jar-plugin and maven-javadoc-plugin which depends upon being merged apache/maven-plugins#76 which contain fixes to include a newer version of plexus-archiver which fixes issues around Java 9 changes to java.version.
@Tibor17
Copy link
Contributor

Tibor17 commented Jan 4, 2016

Sorry @nhojpatrick but SNAPSHOT Versions cannot be accepted by maven-release-plugin.
IMO those are not so urgent fixes at the moment and must wait for real release versions.
For instance here you can see our Release Notes of jar plugin
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12334171
and one can see that we are missing the last issue but not the least to fix
https://issues.apache.org/jira/browse/MJAR/fixforversion/12334171/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel
As you can see in the Maven mailinglist we are talking with Oracle regarding Jdk9 and we are invited in conferences, so I guess the guys will get more fixes to Maven. We are for instance talking about whether modulepath would be apart of classpath, changing Maven API, Maven 4, etc.

@olamy
Copy link
Member

olamy commented Oct 7, 2016

some conflicts BTW I think it's fixed now?

@gmcdonald gmcdonald closed this Oct 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants