Exclude unit test by parameter

2014-12-09 Thread Adrien Ruffié
… Thank and best regards. Adrien Ruffié

RE: Exclude unit test by parameter

2014-12-09 Thread Adrien Ruffié
Please read http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#test thanks, Robert ps I wonder why you thought the other would work or what/who gave you that hint. Op Tue, 09 Dec 2014 16:01:11 +0100 schreef Adrien Ruffié adriennolar...@hotmail.fr: Hello all, I Have several

Maven release prepare on jenkins

2014-01-16 Thread Adrien Ruffié
-DdevelopmentVersion=Winter2014-005-SNAPSHOT -Dmaven.test.skip Maven push correctly the new tag like Winter2014/004 on my git repo but it also push a new branch Winter2014 ! I don't need to push a new branch ... Do you know the means to say don't push a new branch ? Thank and best regards Adrien Ruffié

war + webapp dependency classifier

2014-01-15 Thread Adrien Ruffié
Hello all, I have maven 3 I have a webapp which derived from a first webapp, I have read this article: http://ovaraksin.blogspot.fr/2011/09/inheritance-in-maven-based-web-projects .html But when I try to done following command, mvn clean package or a simple mvn dependency:tree I get the

Maven compilation error is not within its bound

2013-12-02 Thread Adrien Ruffié
Hello all, I have my webapp projet in Eclipse which compile correctly but when I try to perform mvn clean compile, several following logs appears: [ERROR] \Java\Workspaces\Indigo\mycompanycrm4\mycompany-webapp\src\main\java\com\myc

RE: Maven compilation error is not within its bound

2013-12-02 Thread Adrien Ruffié
feature from a Java version greater than the one used by Maven. Hard to speculate without source code and pom.xml though. -- Alexander Kriegisch Am 02.12.2013 um 10:13 schrieb Adrien Ruffié adriennolar...@hotmail.fr: Hello all, I have my webapp projet in Eclipse which compile correctly

RE: Maven compilation error is not within its bound

2013-12-02 Thread Adrien Ruffié
/artifactId version3.0/version configuration source1.6/source target1.6/target /configuration /plugin -- Alexander Kriegisch Adrien Ruffié schrieb am 02.12.2013 10:36: Hello Alexander, Thank you very much for your response, For maven version

RE: Maven compilation error is not within its bound

2013-12-02 Thread Adrien Ruffié
 : Maven Users List Objet : Re: Maven compilation error is not within its bound On 2 Dec 2013, at 11:15, Adrien Ruffié adriennolar...@hotmail.fr wrote: I have found more information here: http://stackoverflow.com/questions/19266797/different-compilation-beha vior-w ith-type-cast-between

RE: Maven compilation error is not within its bound

2013-12-02 Thread Adrien Ruffié
[mailto:mccu...@gmail.com] Envoyé : lundi 2 décembre 2013 16:47 À : Maven Users List Objet : Re: Maven compilation error is not within its bound On 2 Dec 2013, at 15:31, Adrien Ruffié adriennolar...@hotmail.fr wrote: Not very well ... sorry it is a very bad problem because I'm cannot upgrade to Java 1.7

javadoc release blocking step

2013-07-25 Thread Adrien Ruffié
Hello all, During my release :perform, maven block on a javadoc instruction and I don’t understand why it block indefinitely … the line where my process block is: [INFO] [DEBUG] /usr/lib/jvm/jdk1.6.0_37/jre/../bin/javadoc @options @packages According to following debug log traces

release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
Hello all I have a small problem, I try to release a branch version of my project with following command (-X is for debug only): Mvn -Darguments=-Dmaven.test.skip=true -Pdistribution-packaging release:prepare --batch-mode -Dtag=Spring2013/005 -DreleaseVersion=Spring2013-005

RE: mvn release:prepare does not update parent version

2013-07-23 Thread Adrien Ruffié
So this is a known bug or is it just a configuration error that I did? I have to specify all versions of each module of my reactor? Or it can take the basic version-DreleaseVersion for each module? -Message d'origine- De : christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de]

RE: release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
...@batmat.net Hi, Try not running in non batch mode to maybe get the message of what is being waited for. I also see you're running git on windows. That might be part of the issue, so also double check you use the latest maven-release-plugin version. cheers Le 23 juil. 2013 10:04, Adrien

RE: release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
see you're running git on windows. That might be part of the issue, so also double check you use the latest maven-release-plugin version. cheers Le 23 juil. 2013 10:04, Adrien Ruffié adriennolar...@hotmail.fr a écrit : Hello all I have a small problem, ** ** I try to release

RE: release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
you can use from the command line [1]. [1]: http://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html#password 2013/7/23 Adrien Ruffié adriennolar...@hotmail.fr Ok I have try without batch mode (on windows) and I have try to run the previous command before it block

RE: release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
, -Dpassphrase is not a valid argument for the goals you used. 2013/7/23 Adrien Ruffié adriennolar...@hotmail.fr No sorry I have try following command : mvn -Darguments=-Dmaven.test.skip=true -Pdistribution-packaging -Dpassword=mypassword release:prepare release:perform --batch-mode -Dtag

RE: release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
doesn't finish Try to use -Dusername to specify a user name, too. 2013/7/23 Adrien Ruffié adriennolar...@hotmail.fr Operation does not work very well ... C:\Java\Workspaces\Indigo\myappcrm5mvn -Darguments=-Dmaven.test.skip=true -Pdistribution-packaging release:prepare release:perform -Dtag