> 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]

Reply via email to