I'm currently using the Reactor and POM Inheritance to build a project. I would like to do the following:
+) build a slave project manually +) build the master and slaves automatically It seems that the master project.properties and build.properties are ignored for the build - only the slave's property files are used. IMHO the following include order would be much more useful: +) include master project.properties +) include slave project.properties +) include master build.properties +) include slave build.properties This would cater for setting most of the required properties on the master instead of spreading them over 20 individual subprojects. Siegfried Goeschl CTO ================================= IT20one GmbH mail: [EMAIL PROTECTED] phone: +43-1-9900046 www.it20one.at -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
