preserving order of dependencies

2008-10-22 Thread Nick Pellow
Hi, I am developing a maven plugin which needs to add a dependency to the javac and surefire classpaths. Using: final Set set = getProject().getDependencyArtifacts(); set.add( myArtifact ); getProject().setDependencyArtifacts( set ); seems to work most of the time. In certain situations how

Re: Is this a maven bug?

2008-10-22 Thread sean.chen(陈思淼)
Im very sure that could be a bug while load multiple custom-type "extensive packaging type",I can post my workspace and and others can know see it themself. 2008/10/17 sean.chen(陈思淼) <[EMAIL PROTECTED]> > I create a new packaging type call tb-war and I define > DefaultArtifactHandler related to i

RE: how to configure maven for already existing projects under subversion

2008-10-22 Thread Brian E. Fox
Take a look at the new maven book: http://www.sonatype.com/book and also you'll get better responses on the user list as this list is focused on the development of maven itself. -Original Message- From: venkata prasad [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 4:50 AM To:

how to configure maven for already existing projects under subversion

2008-10-22 Thread venkata prasad
Hi All, I had a java project under SVN version control system. I am compleetly new to maven; so far worked on Ant. Now I want to use maven as build tool for continuous integration. So far i have done installation of maven and configured proxy settings in settigns.xml file and ran "mvn clean comma