On 5/16/07, Gert-Jan Braas <[EMAIL PROTECTED]> wrote:
OK. So that is a way of obtaining plugin info. Now I'm using the axis2-aar maven plugin. As far as I can tell, it is installed. ========================================== [EMAIL PROTECTED]:~/.m2/repository$ find . | grep aar ./org/apache/maven/plugins/maven-aar-plugin ./org/apache/maven/plugins/maven-aar-plugin/maven-metadata-central.xml ./org/apache/maven/plugins/maven-axis2-aar-plugin ./org/apache/maven/plugins/maven-axis2-aar-plugin/1.1.1 ./org/apache/maven/plugins/maven-axis2-aar-plugin/1.1.1/axis2-aar-maven-plugin-1.1.1.jar
...
[INFO] The plugin 'org.apache.maven.plugins:maven-axis2-aar-plugin' does not exist or no valid version could be found
I don't see this in the list of plugins from the Maven project, how did it get into the org.apache.maven.plugins groupId? The different names are most likely confusing it -- maven-aar-plugin, maven-axis2-aar-plugin, and the actual jar filename is axis2-aar-maven-plugin. Try providing the full groupId and artifactId as described in the docs: http://maven.apache.org/plugins/maven-help-plugin/describe-mojo.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
