Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.0.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
In maven 1.0 it was possible to place a project.properties in the parent project's dir which changed maven.build.dir to something different than the default value.
We noticed that this is no longer possible. To get arround this we have to add the property in the project.properties of the child project. Bug or feature?
Issue Links
| This issue duplicates: | ||||
| MAVEN-1501 | maven seems not to evaluate .properties of parent pom |
|
|
|
Same problem for ${maven.docs.src} (inherited value not used), but old behaviour for ${maven.war.src}. Very strange...