ApacheCon North America 2019 Schedule Now Live!

2019-06-12 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this message because you’re subscribed to one or more Apache Software Foundation project user mailing lists.) We’re thrilled to announce the schedule for our upcoming conference, ApacheCon North America 2019, in Las Vegas, Nevada. See it now at https

[ANN] Maven Resolver 1.4.0 released

2019-06-12 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.4.0. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.4.0 ** Bug * [MRESOLVER-86] - ResolveArtifactMojo from resolver example uses plugin repositories to resolve dependenc

Default Surefire version

2019-06-12 Thread François Guillot
Hi, The default Surefire version in Maven is 2.12.4, which is very old. Any reason to not upgrade it to a more recent version ? Thanks François

Re: Maven question - how to pull code from bitbucket repository as dependency

2019-06-12 Thread Matthieu BROUILLARD
If your script is hosted on SVN or git then you can also perhaps do a simple GET on a well know resources (SHA1 or tag) on the raw file directly. That way the download is easy and you have a reproducible build because you target a fixed version of the script. Matthieu On Wed, Jun 12, 2019 at 8:11

Re: Default Surefire version

2019-06-12 Thread Michael Osipov
Am 2019-06-12 um 11:09 schrieb François Guillot: Hi, The default Surefire version in Maven is 2.12.4, which is very old. Any reason to not upgrade it to a more recent version ? Read MNG-6169 - To unsubscribe, e-mail: users-u

Re: Default Surefire version

2019-06-12 Thread Hervé BOUTEMY
Hi, Yes, there are multiple reasons: 1. you should not rely on default version (defined in Maven version your using) but lock your own choice in your pom (or parent) 2. for people not having locked their version, having a change of default version based on Maven version is a side effect we want