Re: Clean Command

2011-09-02 Thread Anders Hammar
But this is a sign of something being wrong. You should not normally have to do this. Why do you have to do this? /Anders (mobile) Den 2 sep 2011 16.59 skrev "Guillaume Polet" : > Use 'mvn clean package' instead of 'mvn package' > Use 'mvn clean install' instead of 'mvn install' > Use 'mvn clean d

Re: Setting proxy information for Surefire

2011-09-02 Thread Guillaume Polet
I think you are mixing two different aspects: * Maven settings which are used by Maven and its plugin * Your unit tests settings which you should set up yourself. How do you make your tests work outside of Maven scope? In your IDE for example? or manually? Do you pass your proxy settings using

RE: Setting proxy information for Surefire

2011-09-02 Thread KARR, DAVID
> -Original Message- > From: KARR, DAVID > Sent: Friday, September 02, 2011 6:57 AM > To: Maven Users List > Subject: Setting proxy information for Surefire > > I have an integration test run with Surefire using Spring's > SpringJUnit4ClassRunner. I have it loading my applicationContext.x

Re: Clean Command

2011-09-02 Thread Guillaume Polet
Use 'mvn clean package' instead of 'mvn package' Use 'mvn clean install' instead of 'mvn install' Use 'mvn clean deploy' instead of 'mvn deploy' Cheers, Guillaume Le 2/09/2011 16:56, anamika gupta a écrit : Hi, I need to clean my target folder every time i create the jar file or war file ,

Re: Set read-only flag on unpacked dependencies

2011-09-02 Thread Phillip Hellewell
I take it I need to write a little plugin :) BTW, for any who are curious, the purpose is that because some of our components are C++, they deliver both dlls and headers for the interface, so unlike C# and other languages where interfaces are binary too, we have the problem where we might accident

Clean Command

2011-09-02 Thread anamika gupta
Hi, I need to clean my target folder every time i create the jar file or war file , can you please tell me what to write in pom.xml to do it. Any help is appreciated -- View this message in context: http://maven.40175.n5.nabble.com/Clean-Command-tp4762653p4762653.html Sent from the Maven - U

Re: java.net is down, cannot compile

2011-09-02 Thread Wayne Fay
> I get the message Could not transfer metadata > org.opengis:geoapi-pending:3.1-SNAPSHOT/maven-metadata.xml from/to > maven2-repository.dev.java.net (http://download.java.net/maven/2): Error > transferring file: download.java.net > > I have no reference anymore to the repository java.net, so I won

Re: please help

2011-09-02 Thread Wayne Fay
> No versions are present in the repository for the artifact with a range > [2.1,) >  commons-collections:commons-collections:jar:null Commons-collections definitely has 2.1 (and later) versions in Central: http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22commons-collections%22%20AND%20a%3A%22co

Setting proxy information for Surefire

2011-09-02 Thread KARR, DAVID
I have an integration test run with Surefire using Spring's SpringJUnit4ClassRunner. I have it loading my applicationContext.xml, but it fails when it tries to load the schemas referenced in the context. I've verified the schema exists at that URL. I can get it in the browser and also with wg

exclude a list of groupId:artifactId using maven-dependency-plugin

2011-09-02 Thread Jane Young
Hi, Is there a way to exclude a comma separated list of "groupId:artifactId" using maven-dependency-plugin:copy-dependencies? The reason I'm asking this is that there are identical artifactIds but with different groupIds in the dependency tree and I want to distinguish the artifactId to ex

[ANN] Sonar 2.10 released

2011-09-02 Thread Olivier Gaudin
The Sonar team is proud to announce the release of Sonar 2.10. The new version includes internationalization, e-mail notification and manual measure revamping. *Internationalisation* The language of the application can now be changed according to the browser language. On top of English, the UI is

Re: Ear packaging plugin acting different when run from different levels of project

2011-09-02 Thread musixianxon
can u help me with this error?please thanks in advance [INFO] Failed to resolve artifact. No versions are present in the repository for the artifact with a range [2.1,)commons-collections:commons-collections:jar:null from the specified remote repositories: central (http://repo1.maven.org/maven

Re: Ear packaging plugin acting different when run from different levels of project

2011-09-02 Thread Anders Hammar
Paste? I typed that character by character...:-) /Anders (mobile) Den 2 sep 2011 04.52 skrev "Wayne Fay" : >> The reason is that when you only build earPack Maven tries to fetch >> the deps for the repository. But you don't have web and ejbs there as >> you haven't executed "mvn install". >> But w

java.net is down, cannot compile

2011-09-02 Thread Skaalevik Aasmund
I get the message Could not transfer metadata org.opengis:geoapi-pending:3.1-SNAPSHOT/maven-metadata.xml from/to maven2-repository.dev.java.net (http://download.java.net/maven/2): Error transferring file: download.java.net I have no reference anymore to the repository java.net, so I wonder why thi

please help

2011-09-02 Thread musixianxon
[INFO] Failed to resolve artifact. No versions are present in the repository for the artifact with a range [2.1,) commons-collections:commons-collections:jar:null from the specified remote repositories: central (http://repo1.maven.org/maven2), codehaus.org (http://snapshots.repository.codeh