[ http://jira.codehaus.org/browse/MNG-653?page=comments#action_45747 ]
Brett Porter commented on MNG-653: ---------------------------------- additionally, we should look at removing project.getArtifact.setFile( ... ) in packaging mojos (plexus, jar, ear, war) which is used to make it work in the reactor. Instead, if we can designate what the output file was as above then it will fall out from that. > need filename symmetry through packaging, install and deploy > ------------------------------------------------------------ > > Key: MNG-653 > URL: http://jira.codehaus.org/browse/MNG-653 > Project: Maven 2 > Type: Improvement > Reporter: Brett Porter > Fix For: 2.0-beta-2 > > > currently the filename to use is constructed within the packaging goal, and > again in the install/deploy goal as ${pom.build.finalName}.${extension} (or > equivalent for others). > The filename may be different under some packagings, however. For > install/deploy to work, the filename must be stored on the artifact (using > setFile), and that used to install/deploy the file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
