Re: How to upgrade the checkstyle plugin of Maven 1.x to CheckStyle4.0

2005-12-11 Thread sockmonk
I tried downloading this for maven2, but got an error saying that the plugin:download goal was not found. What are the magic words to upgrade this plugin under maven2? Many thanks, sockmonk On 12/10/05, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > For non-snapshot dependencies, you

Re: [m2] Installing 3rd Party Jars with POMs

2005-11-19 Thread sockmonk
ch copying that in by hand. > >Should I file an enhancement issue for the install plugin to allow this? > > > >..David.. > -- sockmonk

location for app configuration file

2005-11-07 Thread sockmonk
Hi, Just learning to use maven2, and I'm wondering where I should put the properties file for configuring my app so that it will a) be found during the junit test phase; and b) be deployed together with the application's jar file. I don't want to put the properties file IN the jar, because the en