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 using mvn
org.zeroturnaround:jrebel-maven-plugin:1.1.3:generate but that only creates
the rebel.xml under target/classes and does not include it in the jar\war
package.

But when I put the above configuration in the individual maven module it
does generate it during install and includes it in the package as per
process-resources

But I don't want to duplicate the plugin in all modules, but only put it in
the root pom and during install is should generate the rebel.xml file and
include in the package.

Am I missing how maven works?




--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-Multi-Module-Project-root-pom-plugin-tp5716458.html
Sent from the Maven - Users mailing list archive at Nabble.com.

Reply via email to