You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In directory jdk9-jlink-jmod-example/maven-example the command line 'mvn clean' results in the error:
[ERROR] Unresolveable build extension: Plugin org.apache.maven.plugins:maven-jlink-plugin:3.0.0-alpha-2-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.apache.maven.plugins:maven-jlink-plugin:jar:3.0.0-alpha-2-SNAPSHOT -> [Help 2]
Workaround is to set the version to 3.0.0-alpha-1, which is the version used in the examples on the maven-jlink-plugin website.
The text was updated successfully, but these errors were encountered:
In directory jdk9-jlink-jmod-example/maven-example the command line 'mvn clean' results in the error:
Workaround is to set the version to 3.0.0-alpha-1, which is the version used in the examples on the maven-jlink-plugin website.
The text was updated successfully, but these errors were encountered: