What do you mean? I think it is easy this way. How else could you do it? Wim
2005/12/19, Nitko2 <[EMAIL PROTECTED]>: > > Wim, thank you for your answer. > It's strange that I have to write code for such trivial functionality. > > > > > > Wim Deblauwe wrote: > > 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] > >> > >> > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
