Hello,

In multiproject modules i would like to refer to (soon to be) overridden parent POM properties. For exampe, how can i do something like

<artifactId>${parent.project.artifactId}<artifactId>

When i try using the pre-overridden value like

<artifactId>${project.artifactId}<artifactId>


i get an ModelInterpolationException. Using a custom property in the parent pom and pointing to that freezes the build (feels like mvn falls in an infinite loop or something).


Thanks,

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to