RE: Is it possible for a pom project to build a jar file?

2007-05-31 Thread Chris Helck
Users List Subject: Re: Is it possible for a pom project to build a jar file? On 5/31/07, Chris Helck <[EMAIL PROTECTED]> wrote: > I'm also considering putting the configuration file in a well known > location (http://mystuff/pmd.xml) the same way we do for JPEGs and > gett

Re: Is it possible for a pom project to build a jar file?

2007-05-31 Thread Wendy Smoak
On 5/31/07, Chris Helck <[EMAIL PROTECTED]> wrote: I'm also considering putting the configuration file in a well known location (http://mystuff/pmd.xml) the same way we do for JPEGs and getting on with life. A known URL for checkstyle config is what I went with for the open source projects I w

RE: Is it possible for a pom project to build a jar file?

2007-05-31 Thread Chris Helck
location (http://mystuff/pmd.xml) the same way we do for JPEGs and getting on with life. Any thoughts? Thanks, Christopher Helck -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 11:39 AM To: Maven Users List Subject: Re: Is it possible for a pom project

Re: Is it possible for a pom project to build a jar file?

2007-05-31 Thread Wendy Smoak
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 pom and to somehow cause a jar file to be build and deployed. How c