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
Attachments
Issue Links
- is depended upon by
-
MNG-3822 [regression] POM interpolation does not use basedir-aligned build directories
- Closed
- is related to
-
MNG-1927 ${project.build.directory} different in M2.0 & M2.0.1
- Closed
-
MNG-3741 CLONE maven-plugin-tools-api requires relative script root paths
- Closed
- relates to
-
MNG-3498 StringIndexOutOfBounds -1 during path translation while reading pom.xml
- Closed
-
MNG-4061 [regression] expressions not interpolated the same in antrun configuration
- Closed
-
MNG-3877 Reporting output directory not basedir aligned when queried from MavenProject
- Closed