> We are generating some views for different devices. For each device we got a > XML with the configuration for that device. What is generated then and how is > configured in some poms and inherited into the views project. > > So, the profiles we are using already and the properties for skipping the > execution of one or another plugin are therefore the same. > > That is why I said that I can't imagine how this should be put into poms.
How about this instead. Write a plugin that parses your XML config files and outputs another pom with the various configuration etc, one pom per device. Then (manually) run your Maven build using that pom. I assume you know about mvn -f right? I don't think going down the road of modifying the reactor via a plugin after the build has started up is going to be easy, so just don't bother with it, try another approach instead. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
