[ https://jira.codehaus.org/browse/MNG-4182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Benedict updated MNG-4182: ------------------------------- Fix Version/s: (was: Issues to be reviewed for 3.x) > Properties from profiles.xml are not replaced when builing in parent module > --------------------------------------------------------------------------- > > Key: MNG-4182 > URL: https://jira.codehaus.org/browse/MNG-4182 > Project: Maven > 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 was sent by Atlassian JIRA (v6.1.6#6162)