[ http://jira.codehaus.org/browse/MASSEMBLY-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dennis Lundberg closed MASSEMBLY-519. ------------------------------------- Resolution: Fixed Fix Version/s: 2.3 Assignee: Dennis Lundberg Fixed in [r1032577|http://svn.apache.org/viewvc?view=revision&revision=1032577]. > Documentation problem: description of how to share assemble descriptors is > wrong > -------------------------------------------------------------------------------- > > Key: MASSEMBLY-519 > URL: http://jira.codehaus.org/browse/MASSEMBLY-519 > Project: Maven 2.x Assembly Plugin > Issue Type: Bug > Affects Versions: 2.2 > Reporter: Thomas Arand > Assignee: Dennis Lundberg > Fix For: 2.3 > > > The page > http://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing-descriptors.html > describes the way to access the shared descriptor like follows: > <configuration> > <!-- This is where we use our shared assembly descriptor --> > <descriptors> > <descriptor>myassembly.xml</descriptor> > </descriptors> > </configuration> > Due to the layout of the shared assembly descriptor project (myassembly.xml > is stored in src/main/resources/assemblies/) this is wrong. It must be > <configuration> > <!-- This is where we use our shared assembly descriptor --> > <descriptors> > <descriptor>assemblies/myassembly.xml</descriptor> > </descriptors> > </configuration> -- 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