version 2.2.1 
--------------

                 Key: MASSEMBLY-574
                 URL: https://jira.codehaus.org/browse/MASSEMBLY-574
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
         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


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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to