[ https://jira.codehaus.org/browse/MASSEMBLY-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kristian Rosenvold closed MASSEMBLY-743. ---------------------------------------- Resolution: Fixed Fixed in r1644916. Thanks for the testcase ! > <includeBaseDirectory> not correct > ---------------------------------- > > Key: MASSEMBLY-743 > URL: https://jira.codehaus.org/browse/MASSEMBLY-743 > Project: Maven Assembly Plugin > Issue Type: Bug > Affects Versions: 2.5.2 > Reporter: Jean-Eric Cuendet > Assignee: Kristian Rosenvold > Fix For: 2.5.3 > > Attachments: maven-assembly-bug.tar.gz > > > I use the assembly plugin, with the <includeBaseDirectory> tag in the > assembly.xml file. If I put a variable (${mine.includeBaseDirectory}) in the > tag, it's not taken into account. > But if I use true or false, that fine. > I have created a small project that shows the problem. It's attached. > To reproduce: > - unzip the attachment > - cd maven-assembly-bug/ > - mvn clean install assembly:single > The file maven-assembly-bug-1.0.0-SNAPSHOT.tar.gz doesn't contain the > baseDir, while the variable used in the <includeBaseDirectory> tag is set to > true > If you change the value in assembly.xml to true or false (instead of using > the variable), that's worting fine. -- This message was sent by Atlassian JIRA (v6.1.6#6162)