Re: install:install-file & Repository MetaData files maven-metadata-local.xml

2009-03-15 Thread Kaveh Goudarzi
is covered. then you would have to > devise a way to unpack the zip to the users local repo. > > --Brian (mobile) > > > On Mar 13, 2009, at 4:38 PM, Kaveh Goudarzi wrote: > >> Hi Brian, >> >>I will look in to what is involved in publishing the plugi

Re: install:install-file & Repository MetaData files maven-metadata-local.xml

2009-03-13 Thread Kaveh Goudarzi
> -Original Message- > From: Kaveh Goudarzi [mailto:ka...@itkaa.com] > Sent: Friday, March 13, 2009 4:18 PM > To: Maven Developers List > Subject: Re: install:install-file & Repository MetaData files > maven-metadata-local.xml > > Hi Brian, > > In

Re: install:install-file & Repository MetaData files maven-metadata-local.xml

2009-03-13 Thread Kaveh Goudarzi
haus.mojo. > > > -Original Message----- > From: Kaveh Goudarzi [mailto:ka...@itkaa.com] > Sent: Friday, March 13, 2009 11:22 AM > To: dev@maven.apache.org > Subject: install:install-file & Repository MetaData files > maven-metadata-local.xml > > Hi All, > >I'

install:install-file & Repository MetaData files maven-metadata-local.xml

2009-03-13 Thread Kaveh Goudarzi
Hi All, I've implemented a maven plugin which when installed via the "mvn install" command as part of the build is installed "correctly" in the local repository. By adding the plugin group reference to the ~/.m2/settings.xml I'm able to then invoke the plugin using it's short hand prefix or wi

maven 2.0 plugin short hand invocation fails on windows

2008-12-19 Thread Kaveh Goudarzi
Hi All, Hope this is the right forum for plugin questions :-) ... I've written a custom maven plugin and am able to run it happily on windows and Mac OS X. In the Mac environment I'm able to modify the ~/.m2/settings.xml and add the com.ikaa.maven.plugin and then run the short hand ve