Hi,
Yes, you can customize colors (thanks to some help I got during a Paris
HackerGarten Meetup [1]).
Here is the link in th ereference documentation:
http://maven.apache.org/ref/3.5.0/maven-embedder/
While reading now what I wrote, it should probably be enhanced to be more
explicit that styled
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 th
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 r
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 r
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 hour
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 versi
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 7,
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 to use a version range in
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
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.
--
10 matches
Mail list logo