You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by gbois <gr...@bnpparibas.com> on 2006/12/15 22:21:52 UTC

Create an artifact from a mojo

Hi,
>From a mojo, I want to create  an artifact with a classifier and place it in
my local repository.
What is the steps for do it?

Thanks.
-- 
View this message in context: http://www.nabble.com/Create-an-artifact-from-a-mojo-tf2829529s177.html#a7899424
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Create an artifact from a mojo

Posted by Tom Huybrechts <to...@gmail.com>.
Take a look at http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook
for installing/deploying plugins. For the packaging itself you can
look for inspiration to the maven-jar-plugin source.


On 12/15/06, gbois <gr...@bnpparibas.com> wrote:
>
> Hi,
> From a mojo, I want to create  an artifact with a classifier and place it in
> my local repository.
> What is the steps for do it?
>
> Thanks.
> --
> View this message in context: http://www.nabble.com/Create-an-artifact-from-a-mojo-tf2829529s177.html#a7899424
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org