You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/04/21 17:44:55 UTC

[jira] Updated: (MNG-3475) Some directories are not basedir aligned

     [ http://jira.codehaus.org/browse/MNG-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann updated MNG-3475:
-----------------------------------

    Fix Version/s: 2.0.10

> 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
>             Fix For: 2.0.10
>
>         Attachments: base-directory-alignment.patch, 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