Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Fwd: [ANN] Apache Maven 3.6.3 Released

Hi All,

Maven 3.6.3 include patches that make it work better with Tycho (compared to other 3.6.x releases), especially if you use pom-less support.
So please consider adopting this new release from now on!

For those using m2e and seeing issues with Tycho build, m2e snapshots already include Maven 3.6.3 and next release for 2019-12 will have Maven 3.6.3 included, also fixing a bunch of bugs with Tycho projects in m2e.

Cheers,

---------- Forwarded message ---------
From: Robert Scholte <rfscholte@xxxxxxxxxx>
Date: Tue, Nov 26, 2019 at 8:13 PM
Subject: [ANN] Apache Maven 3.6.3 Released
To: <announce@xxxxxxxxxxxxxxxx>, <users@xxxxxxxxxxxxxxxx>, <announce@xxxxxxxxxx>
Cc: <dev@xxxxxxxxxxxxxxxx>


The Apache Maven team is pleased to announce the release of the Apache Maven 3.6.3

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

Maven 3.6.3 is available via https://maven.apache.org/download.cgi

Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting, and documentation from a central place.

The core release is independent of plugin releases. Further releases of plugins will be made separately.

If you have any questions, please consult:

- the web site: https://maven.apache.org/
- the maven-user mailing list: https://maven.apache.org/mailing-lists.html
- the reference documentation: https://maven.apache.org/ref/3.6.3/


Overview about the major changes

- This is a regression release to fix some critical issues shipped with 3.6.2.
- Some license issues on binary distribution have been fixed.
- This Maven distribution is now Reproducible: if you build from source archive, with JDK 8, on Windows, with 'mvn -DbuildNumber=cecedd343002696d0abb50b32b541b8a6ba2883f package' you’ll get bit-by-bit identical output that you can check with sha512 fingerprints.
If you’re building on any Unix system, you’ll need to add “-Dline.separator=$'\r\n'”. See the https://maven.apache.org/guides/mini/guide-reproducible-builds.html for more details.

For more information read https://maven.apache.org/docs/3.6.3/release-notes.html

Enjoy!

- The Maven Team


--
Mickael Istria
Eclipse IDE developer, for Red Hat Developers

Back to the top