See
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.htmlunder
"specifying a new packaging".

You need to do this:

project.getArtifact().setFile( new File( "target/myFile-2.0.jar" ) );

regards,

Wim



2005/12/19, Nitko2 <[EMAIL PROTECTED]>:
>
> Hi.
>
> Can someone tell me how InstallMojo knows what artifact should be
> installed? Or even better, how can
> I tell InstallMojo what file is result of my build process, and therefor
> should be installed?
>
>
> Thanks, Filip
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to