Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-3475

Some directories are not basedir aligned

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.8
    • 2.1.0-M1
    • POM
    • None
    • Patch

    Description

      The output from

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

      delivers something like

      [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
      

      revealing that neither the script source directory nor the reporting output directory are basedir aligned.

      Attachments

        1. base-directory-alignment.patch
          21 kB
          Benjamin Bentmann
        2. base-directory-alignment.patch
          6 kB
          Benjamin Bentmann

        Issue Links

          Activity

            People

              jdcasey John Dennis Casey
              bentmann Benjamin Bentmann
              Votes:
              1 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: