Hello
Jerome
Thank you for your
work on the Webstart-JNLP plugin for Maven 2! It looks really
promising.
I am trying to do
a build, but I'm afraid the instructions on the web site (http://docs.codehaus.org/display/MOJO/Webstart+Plugin)
are a bit too sketchy.
Here's my
build-attempt-log. Maybe it can be of use to update the documentation.
Thanks!
I am using Maven
2.0.1
First I tried to
do a check-out using
svn co svn://svn.codehaus.org/mojo/scm/trunk/mojo/mojo-sandbox/webstart-maven-plugin
But then, when I
do a mvn install, I get an error, stemming from
[INFO]
Scanning for projects...
[INFO] -------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] -------------------------------------------------------
[INFO] Failed to resolve artifact.
[INFO] -------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] -------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId:
org.codehaus.mojo
ArtifactId: mojo-sandbox
Version: 2-SNAPSHOT
ArtifactId: mojo-sandbox
Version: 2-SNAPSHOT
Reason:
Unable to download the artifact from any repository
org.codehaus.mojo:mojo-sandbox:pom:2-SNAPSHOT
from the
specified remote repositories:
central (http://repo1.maven.org/maven2)
central (http://repo1.maven.org/maven2)
Next, I tried to check out ALL the mojo-sandbox projects and build again, but then somethiing else fails:[ERROR] BUILD ERROR
[INFO] ----------------------------------------------------------------------------
[INFO] Failed to resolve artifact.No versions are present in the repository for the artifact with a range [0.3,)
org.codehaus.mojo:keytool-maven-plugin:jar:nullfrom the specified remote repositories:
central (http://repo1.maven.org/maven2),
snapshots ( http://snapshots.maven.codehaus.org/maven2)I now tried to build the keytool-maven-plugin from the mojo-sandbox as well. After that, the build of webstart-maven-plugin seems to work fine.If there's a better way to do this, please let me know!Thanks for your time,Hes Siemelink
