RE: [m20b3] Problems Getting My First Plugin to Work

2005-10-05 Thread Allison, Bob
Tried the first option and that got it working. Thanks! -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 14:20 To: Maven Developers List Subject: Re: [m20b3] Problems Getting My First Plugin to Work -BEGIN PGP SIGNED MESSAGE- Hash

Re: [m20b3] Problems Getting My First Plugin to Work

2005-10-05 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it's probably trying to resolve RELEASE metadata for the plugin. By default, the plugin version manager only works with defined versions (on the CLI, as you mentioned, or with in the client POM) and RELEASE versions. You have two options here: 1. up

[m20b3] Problems Getting My First Plugin to Work

2005-10-05 Thread Allison, Bob
I am trying to build my first plugin and having a problem. I wrote a plugin which I can run as sample.plugin:maven-hello-plugin:1.0-SNAPSHOT:sayhi and that works perfectly. I want to set things up so I can reference the goal as hello:sayhi but can't seem to get it to work. I added "sample.plugin