Hi list, I'd like to modify some existing pom property (declared in the property tag in project.xml) from a maven.xml script. How can I achieve this?
I've tried things like pom.getProperties().setProperty(), or pom.setProperties(pom.getProperties().setProperty()) or pom.context.setVariable but when I query pom.getProperty nothing has changed for my property. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]