You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ignat Alexeyenko (JIRA)" <ji...@codehaus.org> on 2013/09/21 22:06:54 UTC

[jira] (MASSEMBLY-574) includeBaseDirectory is ignored in version 2.2.1

    [ https://jira.codehaus.org/browse/MASSEMBLY-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=333127#comment-333127 ] 

Ignat Alexeyenko commented on MASSEMBLY-574:
--------------------------------------------

Any updates on that? Having this issue with shared assembly in the plugin version 2.4.
--
Cheers, Ignat.
                
> includeBaseDirectory is ignored in version 2.2.1
> ------------------------------------------------
>
>                 Key: MASSEMBLY-574
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-574
>             Project: Maven Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>         Environment: fedora 15, maven 2.2.1
>            Reporter: lillian angel
>
> "includeBaseDirectory" is ignored in 2.2.1, had to revert to 2.2-beta-2 for this to work
> {code:xml}
> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
>           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>           xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
>     <id>dependencies</id>
>     <formats>
>         <format>jar</format>
>     </formats>
>     <includeBaseDirectory>false</includeBaseDirectory>
>     <dependencySets>
>         <dependencySet>
>             <unpack>false</unpack>
>             <unpackOptions>
>                 <excludes>
>                     <exclude>META-INF/spring.handlers</exclude>
>                     <exclude>META-INF/spring.schemas</exclude>
>                     <exclude>META-INF/spring.tooling</exclude>
>                 </excludes>
>             </unpackOptions>
>             <scope>runtime</scope>
>         </dependencySet>
>     </dependencySets>
>     <fileSets>
>         <fileSet>
>             <outputDirectory>lib</outputDirectory>
>         </fileSet>
>     </fileSets>
> </assembly>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira