When using the webstart-maven-plugin:1.0-alpha-1-SNAPSHOT I get the error
that it needs maven-jar-plugin:jar:2.1-SNAPSHOT.
Only the 2.1 version is available on
http://www.ibiblio.org/maven2/org/apache/maven/plugins/maven-jar-plugin/.
What is the best way to deal with this please ?
Thanks!
Trace :
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.maven.plugins:maven-jar-plugin:jar:2.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file
-DgroupId=org.apache.maven.plugins-DartifactId=maven-jar-plugin \
-Dversion=2.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1)
org.codehaus.mojo:webstart-maven-plugin:maven-plugin:1.0-alpha-1-20060706.080551-1
2) org.apache.maven.plugins:maven-jar-plugin:jar:2.1-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.codehaus.mojo:webstart-maven-plugin:maven-plugin:1.0-alpha-1-20060706.080551-1
from the specified remote repositories:
Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
codehaus (http://repository.codehaus.org),
apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
snapshots (http://snapshots.maven.codehaus.org/maven2),
Maven Apache Snapshots (http://svn.apache.org/repos/asf/)