Git / Mercurial repository

2015-03-29 Thread Philipp Kraus
Hello, in my project I would like to use a Mercurial and Git repository of a library, so my project should use the master branch of a repository. Can I add a dependency in my pom.xml, which is point to the master branch of a repository, so on a mvm package / compile the local data is updated?

Re: about source and target in maven-compiler-plugin

2015-03-29 Thread Olivier Lamy
On 30 March 2015 at 16:46, Lin Ma wrote: > Hello Maven masters, > > For maven-compiler-plugin(a sample below), have a quick question. I read > this document (http://maven.apache.org/plugins/maven-compiler-plugin/), > and > confused what means source and target 1.5 here, it seems it is an internal

about source and target in maven-compiler-plugin

2015-03-29 Thread Lin Ma
Hello Maven masters, For maven-compiler-plugin(a sample below), have a quick question. I read this document (http://maven.apache.org/plugins/maven-compiler-plugin/), and confused what means source and target 1.5 here, it seems it is an internal version number of Maven, independent of JDK? ma

RE: Maven Goes to Mars

2015-03-29 Thread Martin Gainty
Thanks Anton! Martin > From: atg.sleepl...@gmail.com > Date: Sun, 29 Mar 2015 12:44:44 + > Subject: Re: Maven Goes to Mars > To: users@maven.apache.org > > There's usually a poll on how to name each release. Next after Mars should > be Neptune. > https://www.eclipse.org/mars/planning/poll

Re: Maven Goes to Mars

2015-03-29 Thread Anton Tanasenko
There's usually a poll on how to name each release. Next after Mars should be Neptune. https://www.eclipse.org/mars/planning/poll.php On Sun, 29 Mar 2015 14:47 Martin Gainty wrote: > eclipse had agreed to name released versions of eclipse after moons of > Jupiter (notably Europa and Ganymede) >

RE: Maven Goes to Mars

2015-03-29 Thread Martin Gainty
eclipse had agreed to name released versions of eclipse after moons of Jupiter (notably Europa and Ganymede) i wonder if eclipse authors obtained permission from International Astronomical Union to name eclipse after a planet..why not Pluto? Thanks Paul, Martin ___

Re: How to run multiple rounds of integration tests in one build

2015-03-29 Thread Andreas Gudian
You can do it one build if you just specify two executions for the failsafe plugin. Then you can configure different system variables for the executions. Andreas Am Samstag, 28. März 2015 schrieb Tecno Brain : > Separate attract build from integration tests. > > In the integration test: > -Set u