On Jan 16, 2009, at 1:55 PM, Eric Rotick wrote:

My requirement was simply to allow for common sections to be
collected together to enhance the maintainability of the pom. Currently the verbose nature of the pom makes it far too easy to have subtle differences
that ruin the test.

We're having a similar problem with our install4j code, which is basically 30 lines of Ant that gets copied and pasted to each new project that needs to build an installer. Of course, this can introduce bugs, especially when one of the 30 lines needs to change, and that change has to propagate to all the projects.

To solve this problem, I'm writing a plugin that factors out the common code into a single place. The projects can then reference the plugin and specify just enough information that's unique to their setup. Perhaps a similar solution would work in your case.

Trevor



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to