Thanks! that did the trick. In the end it turned out the whole plug-in was not needed, but that the documentation was out-dated. Will try to get that fixed.
BTW: Coming from a C/C++ background where the build/project tooling can be a real pain, I must say Maven is a real pleasure to work with. Have fun, Frans. 2009/3/10 Wendy Smoak <[email protected]>: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
