Some directories are not basedir aligned ----------------------------------------
Key: MNG-3475 URL: http://jira.codehaus.org/browse/MNG-3475 Project: Maven 2 Issue Type: Bug Components: POM Affects Versions: 2.0.8 Reporter: Benjamin Bentmann Attachments: base-directory-alignment.patch The output from {code:xml} <echo>${project.build.sourceDirectory}</echo> <echo>${project.build.testSourceDirectory}</echo> <echo>${project.build.scriptSourceDirectory}</echo> <echo>${project.build.directory}</echo> <echo>${project.build.outputDirectory}</echo> <echo>${project.build.testOutputDirectory}</echo> <echo>${project.reporting.outputDirectory}</echo> {code} delivers something like {noformat} [echo] M:\maven\z\antrun\src\main\java [echo] M:\maven\z\antrun\src\test\java [echo] src/main/scripts [echo] M:\maven\z\antrun\target [echo] M:\maven\z\antrun\target\classes [echo] M:\maven\z\antrun\target\test-classes [echo] target/site {noformat} revealing that neither the script source directory nor the reporting output directory are basedir aligned. -- 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