You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Thomas Arand (JIRA)" <ji...@codehaus.org> on 2010/10/28 17:21:06 UTC

[jira] Commented: (MASSEMBLY-519) Documentation problem: description of how to share assemble descriptors is wrong

    [ http://jira.codehaus.org/browse/MASSEMBLY-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=241303#action_241303 ] 

Thomas Arand commented on MASSEMBLY-519:
----------------------------------------

The situation is worse. The description is correct, but a CLASSPATH issue exists. I created a new Jira MASSEMBLY-520 for that. MASSEMBLY-519 (this one) can be closed.

> 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
>
> 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