Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Agile Aspect
[ x] Our team uses HTTP to retrieve our artifacts [ x] Our team uses the filesystem -- Article. VI. Clause 3 of the constitution of the United States states: The Senators and Representatives before mentioned, and the Members of the several State Legislatures, and all executive and judicial

mvn -Dplugin=install help:describe

2008-03-18 Thread Agile Aspect
Hi - I just installed Maven 2.0.8 as per instructions. Running mvn --version yields Maven version: 2.0.8 Java version: 1.6.0_03 OS name: linux version: 2.6.17.13 arch: i386 Family: unix The FAQ indicates that to check the installed plugins I need execute mvn -Dplugin=install

Re: mvn -Dplugin=install help:describe

2008-03-18 Thread Agile Aspect
Great - thank you - I'll give it try! Wayne Fay wrote: Plugins are automatically downloaded and installed on an as-needed basis. You don't need to do anything manually to make it happen. Just build up a pom and type mvn install and it will be downloaded and used. Wayne On 3/18/08, Agile