You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2007/01/11 22:35:23 UTC

[jira] Updated: (MASSEMBLY-168) dependencySets not allowed within binaries tag

     [ http://jira.codehaus.org/browse/MASSEMBLY-168?page=all ]

John Casey updated MASSEMBLY-168:
---------------------------------

    Fix Version/s: 2.2

> dependencySets not allowed within binaries tag
> ----------------------------------------------
>
>                 Key: MASSEMBLY-168
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-168
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Maurice Montgénie
>             Fix For: 2.2
>
>
> On http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html we've got 
> <assembly>
> ...
>   <moduleSets>
>     <moduleSet>
>       ....
>       <binaries>
>         <dependencySets>
>           <dependencySet>
>      ....
> But i've got an error if i do that :
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error reading descriptor
> Embedded error: Unrecognised tag: 'dependencySets' (position: START_TAG seen ...
> </unpack>\r\n                <dependencySets>... @18:33)
> I've got no way to specify scope of the dependencies i want to include because
> ...
>                 <includeDependencies>false</includeDependencies>
>                 <dependencySets>
>                     <dependencySet>
>                        <scope>system</scope>
>                     </dependencySet>
>                   </dependencySets>
> ...
> Does not work

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