Any way to change the color scheme in Maven 3.5.0?

2017-04-07 Thread Francesco Chicchiriccò
Hi all, I am using since quite some time Maven 3.5.0-beta-1 and I am very satisfied, thanks for the good work! I was wondering if there is any mean to change the predefined color scheme: could you please provide any pointer WRT this? Thanks. Regards.

Maven Embedder 3.3.9 Functional Example Help

2017-04-07 Thread Mitch Turner
Hello folks, I am attempting to use maven-embedder:3.3.9 and have thus far been unsuccessful. I forked a functioning repo for Maven version 3.1.1 however I would like to use 3.3.9 or newer. My attempt to run 3.3.9 is here: https://github.com/tc-turner/maven-embedder-otg/tree/339 You can see

[ANN] Apache Maven 3.5.0 Released

2017-04-07 Thread Stephen Connolly
The Apache Maven team would like to announce the release of Apache Maven 3.5.0. You can download the appropriate sources etc. from the download page http://maven.apache.org/download.cgi Notable changes === - ANSI colors added to the console output - Fix various bugs in mvn scripts

RE: dependency question

2017-04-07 Thread Magnanao, Hector
If the builds for A are always getting a unique build number as a snapshot build, how am I sure that B will always get the latest snapshot of A ? Is there a way to name the A snapshot builds with a unique build number each time for this scenario. -Original Message- From: Russell Gold

Re: dependency question

2017-04-07 Thread Karl Heinz Marbaise
Hi Russlel, On 07/04/17 17:29, Russell Gold wrote: That’s the way it works: when you specify a snapshot, it takes the latest. This is not 100% true, cause it depends on the update policy you have defined in your settings either explicit or by default the updates will be checked every 24

RE: dependency question

2017-04-07 Thread Robert Patrick
For example, if I want to depend on the latest version of the artifact un the 1.1.x version range, I would put: test myartifact [1.1,1.1.9] This says give me the latest version whose number is greater than or equal to 1.1 and less than or equal to 1.1. 9 (where I

Re: dependency question

2017-04-07 Thread Russell Gold
That’s the way it works: when you specify a snapshot, it takes the latest. There are some corner cases where it won’t. I think it only checks for a new snapshot every few hours or so, so if you are putting out a lot you might conceivably miss one. You can reset that if you need to . > On Apr

RE: dependency question

2017-04-07 Thread Magnanao, Hector
Can you give me an example of using a range in the pom file as a dependency ? -Original Message- From: Robert Patrick [mailto:robert.patr...@oracle.com] Sent: Thursday, April 6, 2017 2:34 PM To: Maven Users List Subject: RE: dependency question The other way is

RE: dependency question

2017-04-07 Thread Robert Patrick
Typically, whenever you run a build that includes a snapshot dependency, Maven will go out to the remote repository(ies), if any, and download the maven-metadata.xml file for that dependency to compare it against the snapshot stored in your local Maven repository to see if there is a newer