Properties from profiles.xml are not replaced when builing in parent module
---------------------------------------------------------------------------
Key: MNG-4182
URL: http://jira.codehaus.org/browse/MNG-4182
Project: Maven 2
Issue Type: Bug
Components: Profiles
Affects Versions: 2.1.0
Environment: Windows Vista
Reporter: Karsten Ohme
Priority: Critical
When running a submodule in its own directory properties form a parent
profiles.xml are honored.
Trying to build in the parent, this properties are not honored. The properties
are not replaced.
I get this result with help:effective-pom. See the ${appletkeyalias} instead of
the proper replacment.
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<keystore>../${keystore}</keystore>
<alias>${appletkeyalias}</alias>
<storepass>${keystorepass}</storepass>
<jarPath>C:\Users\widerstand_2\Documents\mobifetch\apps\coupon\j2se
coupon-install-applet\target/coupon-install-applet-1.0.2-SNAPSHOT-jar-with-depe
dencies.jar</jarPath>
<signedjar>C:\Users\widerstand_2\Documents\mobifetch\apps\coupon\j2
e\coupon-install-applet\target/signed/coupon-install-applet-1.0.2-SNAPSHOT-jar-
ith-dependencies.jar</signedjar>
<verify>true</verify>
</configuration>
</plugin>
--
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