> In the parent POM, I like to add the 'pom_init.xml' as the POM file for > module 2. The reason is complicate, the dev team creat the pom.xml and I > have not the right to touch it and I have to use the 'pom_init.xml' as > the POM file.
Did you try <module>module2/pom_init.xml</module>? I'm not sure if it will work, but it is worth a try. But you really should just get the other team to change the pom.xml so it matches your pom_init.xml file to avoid this hassle in the first place. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
