In the future, you can also use:
mvn org.codehaus.mojo:webstart-maven-plugin:<insert version here>:jnlp

But it is easier to simply add the plugin declaration (you should
really include a version btw) and then mvn webstart:jnlp should just
work.

Wayne

On 11/29/07, Adrian Robert <[EMAIL PROTECTED]> wrote:
> > 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.
>
> <plugin>
>    <groupId>org.codehaus.mojo</groupId>
>    <artifactId>webstart-maven-plugin</artifactId>
> </plugin>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to