Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
This is captured by it0091 and reported by David Kulp. This might be duplicated because I'm sure I put this in JIRA.
This may specifically be a property which is a boolean value, or a general interpolation problem in the resources section.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.it</groupId>
<artifactId>maven-core-it0090</artifactId>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<filter.resources>true</filter.resources>
<name>jason</name>
</properties>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>${filter.resources}</filtering>
</resource>
</resources>
</build>
</project>
Issue Links
| This issue duplicates: | ||||
| MNG-1995 | filtering element in pom.xml ignore properties |
|
|
|
| This issue relates to: | ||||
| MNG-2220 | ${pom.build.sourceDirectory} and ${pom.build.testSourceDirectory} no longer recognized |
|
|
|
| MNG-3355 | CLONE -${pom.build.sourceDirectory} and ${pom.build.testSourceDirectory} no longer recognized |
|
|
|
| MNG-3530 | Regression: Properties get resolved before the LifeCycle is Forked. |
|
|
|