Re: maven-webstart-plugin status?

2007-11-29 Thread Adrian Robert
> prefix being looked up correctly and mapped to
> "org.apache.maven.plugins:maven-webstart-plugin", but then this fails
> to find anything at central with "does not exist or no valid version
> could be found".

Scratch this, putting the below into my pom worked.  I'm still not
sure where the mapping described above came from, or when plugins must
be explicitly laid out in the pom (maybe always), but anyway I'm up
and running.  Sorry for the bother.


org.codehaus.mojo
webstart-maven-plugin


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



maven-webstart-plugin status?

2007-11-29 Thread Adrian Robert
Hi,

I read about the maven-webstart-plugin and am interested in trying it
out.  However an attempt to do 'mvn webstart:jnlp' resulted in the
prefix being looked up correctly and mapped to
"org.apache.maven.plugins:maven-webstart-plugin", but then this fails
to find anything at central with "does not exist or no valid version
could be found".

I read at this page: http://docs.codehaus.org/display/MOJO/Webstart+Plugin

about checking out from subversion, but, though I might be willing to
hack on this to get it working for our project, would really rather
try it out first without going to this length.  Is this possible, or
no?  Is the plugin still alive?  I'm not that experienced with maven
so I don't know if I need to be adding some additional repository
configs to pick it up (didn't see anything on the web pages at
http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/index.html).

thanks,
Adrian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]