Yes, the com/intervoice/maven/plugins/plugins.xml has the following:

<metadata>
<groupId>com.intervoice.maven.plugins</groupId>
<plugins>
<plugin>
<prefix>hello</prefix>
<artifactId>maven-hello-plugin</artifactId>
</plugin>
</plugins>
</metadata>

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 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:
> > 
> > <settings>
> > <pluginGroups>
> > <pluginGroup>com.intervoice.maven.plugins</pluginGroup>
> > </pluginGroups> 
> > </settings>
> > 
> > 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.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, and the project
> > > > itsself
> > > > to no avail. I simply can't execute my plugin by the prefix. I 
> > looked at 
> > > > test it0031 and this provides no clues (for me at least) on how to
> > > > configure
> > > > this. Is there a better explanation or roadmap on how to achieve 
> > this
> > > > behavior? If I need to actually debug maven to discover what is or 
> > isn't 
> > > > going on where do I start? What code should I be setting break 
> > points
> > > > in?
> > > >
> > > > Wb
> > > >
> > > >
> > >
> > 
> > 
>

Reply via email to