On Mon, Mar 9, 2009 at 3:34 PM, Frans Slothouber <[email protected]> wrote:
> [INFO] Installing > /home/tester/Sandbox3/maven-gram-plugin/maven-gram-plugin/target/maven-gram-plugin-4.x-incubator-SNAPSHOT.jar > to > /home/tester/.m2/repository/org/apache/activemq/maven-gram-plugin/4.x-incubator-SNAPSHOT/maven-gram-plugin-4.x-incubator-SNAPSHOT.jar So you've built org.apache.activemq:maven-gram-plugin ... > mvn gram:gram > results in: > [INFO] The plugin 'org.apache.maven.plugins:maven-gram-plugin' does > not exist or no valid version could be found And it's looking for the plugin in the org.apache.maven.plugins group instead. You can add it to <pluginGroups> in your settings.xml so Maven will look there, or you can specify it on the comand line with something like: mvn org.apache.activemq:maven-gram-plugin:4.x-incubator-SNAPSHOT:gram By default, Maven only looks in org.apache.maven.plugins and org.codehaus.mojo. When you figure it out, have the ActiveMQ guys update their docs. :) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
