Re: There are no tests to run

2014-08-28 Thread tertelos
Have you find the solution ? -- View this message in context: http://maven.40175.n5.nabble.com/There-are-no-tests-to-run-tp106353p5803201.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e

Re: No test to run, No code to compile

2014-08-28 Thread Adrien Rivard
Hi, I'm not really sure what are you expecting, but I will suppose you want to run some junit tests. Most probably those tests are not in the right directory and or have not the good filename pattern (mostly should end with Test) or does not contains tests methods (@Test annotations). If that do

Providing settings to Aether from global and user file

2014-08-28 Thread WonderCsabo
In Robolectric, we use maven-ant-tasks to resolve some dependencines. Unfortunetaly this brings a huge number of transitive depedencies which is not convenient for Robolectric users. We think about switching to Aether. There is a thread

mvn 3.0.5 timeout during deployment

2014-08-28 Thread Kopf Arzt
Hello, when I try to "mvn deploy" my project to our company repository, I frequently get timeouts (see error below). How can I increase the default timeout for this operation? After Googling a lot I tried several server configurations in my settings.xml file but with no success: serve

Re: Atomic deploy at end to repo manager like Nexus

2014-08-28 Thread Jason van Zyl
If you want to pop into the hangout we can chat about it. I gave Karl a little sample. The code that Takari is working on will be open source in about 4 weeks but the mechanism we're using is available in the core already. Our solution requires a custom server side because we're doing an advance

Re: how to access properties defined in other module pom in maven multimodule project

2014-08-28 Thread Wayne Fay
> n pom of A.B.C i have defined a property as abc where A B C are modules. Now > i want to access that property in pom of A.D.F module What does the parent > child > grandchild relationship look like between these various modules? What you want may not be possible. Wayne

Re: Atomic deploy at end to repo manager like Nexus

2014-08-28 Thread Dan Tran
Thanks Jason, looking forward to the CD feature open source in a few week. I will try to join the maven hangout, unfortunately my comp is currently blocking google hangout -Dan On Thu, Aug 28, 2014 at 7:57 AM, Jason van Zyl wrote: > If you want to pop into the hangout we can chat about it. I

Re: No test to run, No code to compile

2014-08-28 Thread tertelos
I expect some unit tests to run, here is the pom file, the latest console output and the github project: GitHub project: https://github.com/karkalos/game-of-life POM file: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://ma

Re: mvn 3.0.5 timeout during deployment

2014-08-28 Thread Karl Heinz Marbaise
Hi, > How can I increase the default timeout for this operation? After Googling a lot I tried several server configurations in my settings.xml file but with no success: server.company.com.snapshots xxx xxx 60 6000

Re: maven 3.1.1 crashes on GC overhead limit exceeded with millions of org.eclipse.aether.graph.DefaultDependencyNode

2014-08-28 Thread Juven Xu
The background is, i’m helping migrating a huge project from maven2 to maven3, and I noticed this project is using dozens of SNAPSHOT dependencies, and more than hundred transitive SNAPSHOT dependencies, after updating most of the SNAPSHOT direct dependencies to RELEASE dependencies, the crash

Re: hi, I just want to get help about maven archetype,please help me

2014-08-28 Thread TOM
yes,i think it's better to maintain the archetype project after i tried it . And it's convenient too. i think this is enough. thanks again for your help 在 2014-08-21 6:16, Hervé BOUTEMY 写道: Le mercredi 20 août 2014 10:57:48 TOM a écrit : yeah, it works! __artifactId__ and __rootArtifactId__ al

Re: hi, I just want to get help about maven archetype,please help me

2014-08-28 Thread TOM
i can't, i think this parameter is used for generated whole archetype project but this is not i need. 在 2014-08-21 1:51, Martin Gainty 写道: Date: Wed, 20 Aug 2014 10:57:48 +0800 From: tom.w...@embracesource.com To: users@maven.apache.org Subject: Re: hi, I just want to get help about maven ar

[Surefire] Run executions in parallel

2014-08-28 Thread Fedorov, Leo
Hi, Is there a way to make maven trigger different executions for surefire plugin at the same time? Or if not is there any other way to execute test goal with different parameters concurrently? Thank you, Leo Fedorov

Re: maven 3.1.1 crashes on GC overhead limit exceeded with millions of org.eclipse.aether.graph.DefaultDependencyNode

2014-08-28 Thread Mark Derricutt
Sounds exactly like the problem I've been having locally on our integration tests, only in that instance its lots of version ranges ( using SNAPSHOTs ) that have transitive ranges (also using SNAPSHOTs ). Maven would just "lock up", altho it's really just taking a LNG time walking the

Re: mvn 3.0.5 timeout during deployment

2014-08-28 Thread Kopf Arzt
Am 28.08.2014 22:45 schrieb "Karl Heinz Marbaise" : >> How can I increase the default timeout for this operation? After Googling a >> lot I tried several server configurations in my settings.xml file but with >> no success: >> >> >>server.company.com.snapshots >>xxx >>