Re: How to set a plugin's prefix?

2005-09-19 Thread Wendell Beckwith
Damn! I was all set to bitch about how it still doesn't work because I have done the following 2 steps so many times that I ultimately gave up on it, and now bam it magically works with 2B1. Thanks to all who offered comments and help, maybe the 52nd time is the charm. Wb On 9/18/05, Brett Po

Re: How to set a plugin's prefix?

2005-09-18 Thread Brett Porter
I'm not happy with the process right now, and there is an open bug for it. Here are the steps: 1) m2 -DupdateReleaseInfo=true install (on the plugin, only required once per version) 2) add your group ID to plugin groups in settings.xml Docs will be improved post-beta-1 now that we have promised

Re: How to set a plugin's prefix?

2005-09-18 Thread Wendell Beckwith
I started the thread and still haven't figured out what is wrong. I believe there is a step missing from the tea leaves one has to read to get it to work. It has been my hope that someone would solve it before I got back around to trying to deal with it. It would be great if a dev wrote the step

Re: How to set a plugin's prefix?

2005-09-18 Thread Rinku
ot; Sent: Tuesday, September 06, 2005 10:27 AM Subject: Re: How to set a plugin's prefix? Take a look at maven-core-it/it0031 - this verifies that a different groupId works, and shows the appropriate settings.xml for the goal. On 9/6/05, Wendell Beckwith <[EMAIL PROTECTED]> wrote: I h

Re: How to set a plugin's prefix?

2005-09-05 Thread Brett Porter
Take a look at maven-core-it/it0031 - this verifies that a different groupId works, and shows the appropriate settings.xml for the goal. On 9/6/05, Wendell Beckwith <[EMAIL PROTECTED]> wrote: > > I have since updated to r278671 and rebuilt maven to no avail. Now > currently I'm only updating an

Re: How to set a plugin's prefix?

2005-09-05 Thread Wendell Beckwith
I have since updated to r278671 and rebuilt maven to no avail. Now currently I'm only updating and building maven-compoments, but do I need to updated and build any other components? Wb On 9/4/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > It's possible that there was a bug when the plugins.xm

Re: How to set a plugin's prefix?

2005-09-04 Thread Brett Porter
It's possible that there was a bug when the plugins.xml file could not be found remotely. The code has been rewritten recently (it now doesn't use plugins.xml but maven-metadata-*.xml). What SVN rev is your m2 build from? - Brett On 9/5/05, Wendell Beckwith <[EMAIL PROTECTED]> wrote: > > Also

Re: How to set a plugin's prefix?

2005-09-04 Thread Wendell Beckwith
Also here is a copy of a run using the groupId and using the prefix where it fails. E:\dev\workspace\runtime>m2 com.intervoice.maven.plugins:maven-hello-plugin:hello [INFO] maven-hello-plugin: using locally installed snapshot [INFO] -

Re: How to set a plugin's prefix?

2005-09-04 Thread Wendell Beckwith
Yes, the com/intervoice/maven/plugins/plugins.xml has the following: com.intervoice.maven.plugins hello maven-hello-plugin Wb On 9/3/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > That should work. Do you have a file called > com/intervoice/maven/plugins/plugins.xml in the local reposi

Re: How to set a plugin's prefix?

2005-09-03 Thread Brett Porter
That should work. Do you have a file called com/intervoice/maven/plugins/plugins.xml in the local repository? What is it's contents? - Brett On 9/4/05, Wendell Beckwith <[EMAIL PROTECTED]> wrote: > > Doh! > > Anyway here is the settings.xml, which I have in my .m2 directory: > > > > com.in

Re: How to set a plugin's prefix?

2005-09-03 Thread Wendell Beckwith
Doh! Anyway here is the settings.xml, which I have in my .m2 directory: com.intervoice.maven.plugins What else do I need to provide to get this working? Wb On 9/2/05, dan tran <[EMAIL PROTECTED]> wrote: > > I am not well versed in settings.xml yet.. but if you really post you > settings.

Re: How to set a plugin's prefix?

2005-09-02 Thread dan tran
I am not well versed in settings.xml yet.. but if you really post you settings.xml, it would help ;-) -D On 9/2/05, Wendell Beckwith <[EMAIL PROTECTED]> wrote: > > I really hate to be dense, but I have created a settings.cml file with the > following content and placed it in my .m2 directory,