[ http://jira.codehaus.org/browse/MASSEMBLY-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John Casey closed MASSEMBLY-464. -------------------------------- Resolution: Fixed Fix Version/s: 2.2-beta-6 Assignee: John Casey > assembly descriptor id should be mandatory > ------------------------------------------ > > Key: MASSEMBLY-464 > URL: http://jira.codehaus.org/browse/MASSEMBLY-464 > Project: Maven 2.x Assembly Plugin > Issue Type: Bug > Affects Versions: 2.2-beta-5 > Reporter: Juven Xu > Assignee: John Casey > Fix For: 2.2-beta-6 > > > I can create assembly using descriptor like this: > {code:xml} > <assembly> > <id></id> > <formats> > <format>zip</format> > </formats> > <fileSets> > <fileSet> > <directory>src/main/java</directory> > </fileSet> > </fileSets> > </assembly> > {code} > the file created does not have a classifier, and it's not the main artifact > either, so it's impossible to locate it using maven coordinates. > the id should be mandatory so there will always a classifier. -- 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