[ 
https://issues.apache.org/jira/browse/MASSEMBLY-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Heinz Marbaise closed MASSEMBLY-574.
-----------------------------------------
    Resolution: Won't Fix

> includeBaseDirectory is ignored in version 2.2.1
> ------------------------------------------------
>
>                 Key: MASSEMBLY-574
>                 URL: https://issues.apache.org/jira/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
>            Priority: Major
>
> "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 was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to