On 5/31/07, Chris Helck <[EMAIL PROTECTED]> wrote:
I have a parent pom which depends on a simple jar file containing configuration files (PMD config). I'm wondering if it is possible to combine these into one project? So I need <packaging>pom</packaging> and to somehow cause a jar file to be build and deployed. How can I do this? Is it wise?
I would put the PMD config in a separate module that builds a jar. You may have other build-related files like Checkstyle config that could all go in one myproject-build artifact. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
