Re: Maven Multi Module Project + root pom plugin

2012-08-08 Thread Ramo
Many Thanks Anders, Turns out it was my bad I had put the plugin by error in the pluginManagement section when I thought I had put it in the build>plugins section In any case now it's working. Many thanks for your time replying to my query. Regards -- View this message in context: http://m

Maven Multi Module Project + root pom plugin

2012-08-08 Thread Ramo
I have a maven multi module project why is it when I put this configuration: org.zeroturnaround jrebel-maven-plugin 1.1.3 generate-rebel-xml process-resources generate in the root pom and mvn install the project no rebel.xml file is generated. I can generate it us