Roberto Battaglia

Results 2 issues of Roberto Battaglia

I have a parent pom in a multimodule project like with a submodule and the revision defined in the properties: ``` child-pom 1.0 org.codehaus.mojo flatten-maven-plugin 1.1.0 true resolveCiFriendliesOnly flatten process-resources...

Consider the project [complete-multimodule-parent-pom-cifriendly](https://github.com/mojohaus/flatten-maven-plugin/tree/master/src/it/projects/complete-multimodule-parent-pom-cifriendly), and let's try to modify their modules. If I put the following tags inside [module pom.xml](https://github.com/mojohaus/flatten-maven-plugin/blob/master/src/it/projects/complete-multimodule-parent-pom-cifriendly/module/pom.xml): ``` org.codehaus.mojo.flatten.its dep ${revision} org.codehaus.mojo.flatten.its dep ${revision} ``` the version...