We have fixed a few bugs and added enhancements since Apache Commons
Build Plugin Maven Mojo 1.15.0 was released, so I would like to
release Apache Commons Build Plugin Maven Mojo 1.16.0.

Apache Commons Build Plugin Maven Mojo 1.16.0 RC1 is available for review here:
    https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.0-RC1
(svn revision 78246)

The Git tag commons-build-plugin-1.16.0-RC1 commit for this RC is
deab92448d78fdd32603799db5790e34d2a1cd41 which you can browse here:
    
https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=commit;h=deab92448d78fdd32603799db5790e34d2a1cd41
You may checkout this tag using:
    git clone https://gitbox.apache.org/repos/asf/commons-build-plugin.git
--branch commons-build-plugin-1.16.0-RC1
commons-build-plugin-1.16.0-RC1

Maven artifacts are here:
    
https://repository.apache.org/content/repositories/orgapachecommons-1847/org/apache/commons/commons-build-plugin/1.16.0/

These are the artifacts and their hashes:

#Release SHA-512s
#Sat Jul 19 01:10:40 UTC 2025
commons-build-plugin-1.16.0-bin.tar.gz=6d0b26e0b28ecda41f13a00872765bc5b876c2dcccff028ac5cbaafbe36673048f8fda95c5dee2870fcb161ba9235be62f7ccfdb2b623cdf186ec4e615998341
commons-build-plugin-1.16.0-bin.zip=4b2bf886a457c75d1a8e24e32afef6fbf3057a7674dbf2f4355bff075fd41a6936a7cf8049a28125f968be7003405008a1daf74a64e8c959b63fb67b50179ab5
commons-build-plugin-1.16.0-sources.jar=668f9017e24d9aa845e7944ce13b755dbc1e58e2569e977f623d12e256329e9425c189d7e946aab4044f03cc33cbed1345ad879d5c3d74df4ce855165952c2ef
commons-build-plugin-1.16.0-src.tar.gz=d1ad8b972b5dd11dd654036a57d544d971e2f4d47d31fdaa12e4d646997d7b3e3fd145b212c4d3124f9ea08fb7515a903cccafdebc612e2c7f6f946238a293d8
commons-build-plugin-1.16.0-src.zip=d7068aaedc2732609e1734441f75bda0795d9e503839b91d809a203e34be849110f76d04ae3079183e0f7460b2c8be85650a146dc53264a47c0728d7c3d6f63a
commons-build-plugin-1.16.0-test-sources.jar=2f1ef1370abd9a56355ceeed490ecba53ea1fd7a070df95f014c117463d5da80bb9988afb19b80c2b0a052eb9d513022e1a158fe179e93a609a1ff79e276bbb5
commons-build-plugin-1.16.0-tests.jar=6749048d8759db9526a6b6d3379bca1897c1ff975b274b5aed7d0520bf7b4cc5af1f0be54d4d306b4c271214b48408052f51c7f6bfc913edfb8b66c04d3afcde

I have tested this with 'mvn' and 'mvn clean install site' using:

openjdk version "21.0.8" 2025-07-15
OpenJDK Runtime Environment Homebrew (build 21.0.8)
OpenJDK 64-Bit Server VM Homebrew (build 21.0.8, mixed mode, sharing)

Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b)
Maven home: /opt/homebrew/Cellar/maven/3.9.11/libexec
Java version: 21.0.8, vendor: Homebrew, runtime:
/opt/homebrew/Cellar/openjdk@21/21.0.8/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "15.5", arch: "aarch64", family: "mac"

Darwin ****.local 24.5.0 Darwin Kernel Version 24.5.0: Tue Apr 22
19:53:27 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T6041 arm64

Docker version 28.3.0, build 38b7060

Details of changes since 1.15.0 are in the release notes:
    
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.0-RC1/RELEASE-NOTES.txt
    
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.0-RC1/site/changes.html

Site:
    
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.0-RC1/site/index.html
    (note some *relative* links are broken and the 1.16.0 directories
are not yet created - these will be OK once the site is deployed.)

RAT Report:
    
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.0-RC1/site/rat-report.html

KEYS:
  https://downloads.apache.org/commons/KEYS

Please review the release candidate and vote.
This vote will close no sooner than 72 hours from now.

  [ ] +1 Release these artifacts
  [ ] +0 OK, but...
  [ ] -0 OK, but really should fix...
  [ ] -1 I oppose this release because...

Thank you,

Gary Gregory,
Release Manager (using key 86fdc7e2a11262cb)

The following is intended as a helper and refresher for reviewers.

Validating a release candidate
==============================

These guidelines are NOT complete.

Requirements: Git, Java, and Maven.

You can validate a release from a release candidate (RC) tag as follows.

1a) Download and decompress the source archive from:

https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.0-RC1/source

1b) Check out the RC tag from git (optional)

This is optional, as a reviewer must check source distributions as a minimum.

git clone https://gitbox.apache.org/repos/asf/commons-build-plugin.git
--branch commons-build-plugin-1.16.0-RC1
commons-build-plugin-1.16.0-RC1
cd commons-build-plugin-1.16.0-RC1

2) Checking the build

All components should include a default Maven goal, such that you can
run 'mvn' from the command line by itself.

2) Check Apache licenses

This step is not required if the site includes a RAT report page which
you then must check.
This check should be included in the default Maven build, but you can
check it with:

mvn apache-rat:check

3) Check binary compatibility

This step is not required if the site includes a JApiCmp report page
which you then must check.
This check should be included in the default Maven build, but you can
check it with:

mvn verify -DskipTests -P japicmp japicmp:cmp

4) Build the package

This check should be included in the default Maven build, but you can
check it with:

mvn -V clean package

You can record the Maven and Java version produced by -V in your VOTE reply.
To gather OS information from a command line:
Windows: ver
Linux: uname -a

4b) Check reproducibility

To check that a build is reproducible, run:

mvn clean verify artifact:compare -DskipTests
-Dreference.repo=https://repository.apache.org/content/repositories/staging/
'-Dbuildinfo.ignore=*/*.spdx.json'

Note that this excludes SPDX files from the check.

5) Build the site for a single module project

Note: Some plugins require the components to be installed instead of packaged.

mvn site
Check the site reports in:
- Windows: target\site\index.html
- Linux: target/site/index.html

-the end-

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to