[RESULT] [VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M4

2023-02-06 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Michael Osipov, Olivier Lamy, Hervé Boutemy, Jean-Baptiste Onofré

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file and add this release the board report.


Re: [VOTE] Release Maven Deploy Plugin 3.1.0

2023-02-06 Thread Michael Osipov

Am 2023-02-06 um 13:51 schrieb Tamás Cservenák:

Howdy,

We fixed several issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317228=12352181

Staged repository:
https://repository.apache.org/content/repositories/maven-1866/

Source release SHA512:
7260610d06bff950afc07767e13a0a19ac46d68c92bd866ae18c3184089dcf50d898c01d3156907c9819805d7569203b7e6091b9b0171e255e1e6a9c8b3cdd00

Staged site:
https://maven.apache.org/plugins-archives/maven-deploy-plugin-LATEST/

Vote open for 72h


+1


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



Re: Clean mojo for maven-shade-plugin.

2023-02-05 Thread Michael Osipov

Am 2023-02-05 um 16:59 schrieb Niels Basjes:

Hi,

I created an issue and put together a pull request that adds a 'clean' mojo
to the maven-shade-plugin.
The purpose is to remove the dependency-reduced-pom.xml (and variants) that
are in general generated but never removed.

By adding support for the clean phase it is now easier to keep a project
clean.

https://issues.apache.org/jira/browse/MSHADE-437
https://github.com/apache/maven-shade-plugin/pull/174

I would like to hear your feedback on this idea/proposal.


I consider this wrong because a plugin should follow the Unix principle: 
do one thing and do it good. For cleaning we have maven-clean-plugin and 
I have configured a non-default execution for that [1].


The actual problem is related to 
https://issues.apache.org/jira/browse/MSHADE-124 and alike. I believe 
that this file must go into the build directory, nowhere else. But this 
can only change in a major version.


Michael

[1] 
https://github.com/michael-o/tomcatspnegoad/blob/d169b860186b9f009f66409a5df20d0ae887441c/pom.xml#L119-L140



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



Re: [VOTE] Release Maven Artifact Plugin version 3.4.0

2023-02-05 Thread Michael Osipov

Am 2023-02-04 um 10:12 schrieb Michael Osipov:

Hi,

We solved 10 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12324322=12351555

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project+%3D+MARTIFACT+AND+resolution+%3D+Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1865/
https://repository.apache.org/content/repositories/maven-1865/org/apache/maven/plugins/maven-artifact-plugin/3.4.0/maven-artifact-plugin-3.4.0-source-release.zip

Source release checksum(s):
maven-artifact-plugin-3.4.0-source-release.zip
sha512: 
d936718f5662cf9369f408b8770dd351995d02851c1d610c445f77bec9469b9799dda287d5b0aa9662685f42e42e86022d3413407f91f17f22f964d26cb90c43


Staging site:
https://maven.apache.org/plugins-archives/maven-artifact-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



[VOTE] Release Maven Artifact Plugin version 3.4.0

2023-02-04 Thread Michael Osipov

Hi,

We solved 10 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12324322=12351555

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project+%3D+MARTIFACT+AND+resolution+%3D+Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1865/
https://repository.apache.org/content/repositories/maven-1865/org/apache/maven/plugins/maven-artifact-plugin/3.4.0/maven-artifact-plugin-3.4.0-source-release.zip

Source release checksum(s):
maven-artifact-plugin-3.4.0-source-release.zip
sha512: 
d936718f5662cf9369f408b8770dd351995d02851c1d610c445f77bec9469b9799dda287d5b0aa9662685f42e42e86022d3413407f91f17f22f964d26cb90c43


Staging site:
https://maven.apache.org/plugins-archives/maven-artifact-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



Re: [VOTE] Release Apache Maven Reporting Exec version 2.0.0-M4

2023-02-04 Thread Michael Osipov

Guys, please vote.

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



Re: [VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M5

2023-02-04 Thread Michael Osipov

Guys, please vote.

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



Re: [VOTE] Release Apache Maven 3.9.0

2023-02-03 Thread Michael Osipov

Am 2023-02-01 um 19:55 schrieb Matt Nelson:

The behavior of the threads argument in .mvn/maven.config appears to have a
regression.

With 3.8.7 "-T 1C" works from the command line and .mvn/maven/config

With 3.9.0 "-T1C" works from the command line and .mvn/maven/config
With 3.9.0 "-T 1C" works from the command line only

"-P profile_name" works from both versions in both configurations


Though, I need to investigate why "-T 1C" and "-P name" behave 
differently, this is expected.

See: <1ab8e206-2600-bf6d-1719-8fce6779a...@apache.org>

M


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



Re: [VOTE] Release Apache Maven 3.9.0

2023-02-01 Thread Michael Osipov

Am 2023-01-31 um 11:37 schrieb Tamás Cservenák:

Howdy,

We solved 95 issues:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.9.0

There are still some open issues left in JIRA:
https://issues.apache.org/jira/issues/?filter=-5=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved%20order%20by%20priority%20DESC%2Cupdated%20DESC

Staging repository:
https://repository.apache.org/content/repositories/maven-1862/

Staged site:
https://maven.apache.org/ref/3-LATEST/

SHA512 release checksum(s):
1ea149f4e48bc7b34d554aef86f948eca7df4e7874e30caf449f3708e4f8487c71a5e5c072a05f17c60406176ebeeaf56b5f895090c7346f8238e2da06cf6ecd
  apache-maven-3.9.0-bin.tar.gz

564fe44bfa9c7ad3e2703cbbac59d43a11fa39e4e68875d3d1584d0a0b7b77a1352da246b875c4c15d11ceb6b4dd9a0ce7dd7a48695725dce594f34325c9c605
  apache-maven-3.9.0-bin.zip

c9c89d49aa577223b1358f7391859535be031201eab502e0620522ceb66f2b42f6f8361764d6d627b66f6ae8c61cfe85cb51f7fb734aadd0427f10e43d5a1753
  apache-maven-3.9.0-src.tar.gz

68b1a3cde17a42814ea28499e0c3f5cb98c343cebdfb96b52ba5acc6c2c6bac4f99dcf93177840bbc4d2b32668f73315f678ba0fef211b422303a751690a139c
  apache-maven-3.9.0-src.zip

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.


+1



Re: [VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M5

2023-02-01 Thread Michael Osipov

Am 2023-01-31 um 19:00 schrieb Michael Osipov:

Hi,

we solved 10 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320=12352573

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317320%20AND%20status%20%3D%20Open

Staging repo:
https://repository.apache.org/content/repositories/maven-1863
https://repository.apache.org/content/repositories/maven-1863/org/apache/maven/doxia/doxia-sitetools/2.0.0-M5/doxia-sitetools-2.0.0-M5-source-release.zip

Source release checksum(s):
doxia-sitetools-2.0.0-M5-source-release.zip
sha512: 
e8d5bed5bba4b3e6ef6cb7a5d790de3e7ffea34c84ccac21f344b7b47668e52bee5575c1f5bcd5a5d90383efd3ede01d1434f3c07012381743f7dbcc8fd6d653


Staging site:
https://maven.apache.org/doxia/doxia-sitetools-archives/doxia-sitetools-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



Re: [VOTE] Release Apache Maven Reporting Exec version 2.0.0-M4

2023-02-01 Thread Michael Osipov

Am 2023-01-31 um 21:54 schrieb Michael Osipov:

Hi,

IMPORTANT: Requires Doxia Sitetools 2.0.0-M5 vote/staging repo!

we solved 5 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352864

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-exec

Staging repo:
https://repository.apache.org/content/repositories/maven-1864/
https://repository.apache.org/content/repositories/maven-1864/org/apache/maven/reporting/maven-reporting-exec/2.0.0-M4/maven-reporting-exec-2.0.0-M4-source-release.zip

Source release checksum(s):
maven-reporting-exec-2.0.0-M4-source-release.zip
sha512: 
fa023a3975be5dfb295ae191da7b3ba215a7f73291a7f204468292cb38f248bb365eca0387058eebe69e5174e372ec00919aca585ca4d8e8c81e1e2ef84291ed


Staging site:
https://maven.apache.org/shared-archives/maven-reporting-exec-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



[VOTE] Release Apache Maven Reporting Exec version 2.0.0-M4

2023-01-31 Thread Michael Osipov

Hi,

IMPORTANT: Requires Doxia Sitetools 2.0.0-M5 vote/staging repo!

we solved 5 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352864

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-exec

Staging repo:
https://repository.apache.org/content/repositories/maven-1864/
https://repository.apache.org/content/repositories/maven-1864/org/apache/maven/reporting/maven-reporting-exec/2.0.0-M4/maven-reporting-exec-2.0.0-M4-source-release.zip

Source release checksum(s):
maven-reporting-exec-2.0.0-M4-source-release.zip
sha512: 
fa023a3975be5dfb295ae191da7b3ba215a7f73291a7f204468292cb38f248bb365eca0387058eebe69e5174e372ec00919aca585ca4d8e8c81e1e2ef84291ed


Staging site:
https://maven.apache.org/shared-archives/maven-reporting-exec-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



Re: [VOTE] Release Apache Maven 3.9.0

2023-01-31 Thread Michael Osipov

Am 2023-01-31 um 16:31 schrieb Tamás Cservenák:

Howdy,

I always mark the JIRA version as "released" when mail the vote, as
"un-release" is really just a mouse click. Having this set prevents
inadvertent additions to the version while voting for it is ongoing,
nothing more.

If you talk about 3.9.0-candidate to 3.9.1-candidate rename, that's fine,
those issues are NOT in 3.9.0, nor they were. If you think it is ok, just
close those up, but there is one issue in progress (update deps).


Moved them to 3.9.0 since they are addressed implicitly.


The SVN dance is done, thanks for pointing that out.


LGTM.


Finally, I have 72h for site PR, no? :)


Well, it should be reviewed with the vote, no?


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



[VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M5

2023-01-31 Thread Michael Osipov

Hi,

we solved 10 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320=12352573

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317320%20AND%20status%20%3D%20Open

Staging repo:
https://repository.apache.org/content/repositories/maven-1863
https://repository.apache.org/content/repositories/maven-1863/org/apache/maven/doxia/doxia-sitetools/2.0.0-M5/doxia-sitetools-2.0.0-M5-source-release.zip

Source release checksum(s):
doxia-sitetools-2.0.0-M5-source-release.zip
sha512: 
e8d5bed5bba4b3e6ef6cb7a5d790de3e7ffea34c84ccac21f344b7b47668e52bee5575c1f5bcd5a5d90383efd3ede01d1434f3c07012381743f7dbcc8fd6d653


Staging site:
https://maven.apache.org/doxia/doxia-sitetools-archives/doxia-sitetools-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



Re: [VOTE] Release Apache Maven 3.9.0

2023-01-31 Thread Michael Osipov

Am 2023-01-31 um 11:37 schrieb Tamás Cservenák:

Howdy,

We solved 95 issues:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.9.0


Should have been: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12350913
I don't understand why the version is marked as released in JIRA 
although it hasn't even passed the vote.


MNG-7425 and MNG-7545 don't require 3.9.1 since I mentioned in the 
issued that they are very very likely fixed with Resolver 1.7+ implicitly.



There are still some open issues left in JIRA:
https://issues.apache.org/jira/issues/?filter=-5=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved%20order%20by%20priority%20DESC%2Cupdated%20DESC

Staging repository:
https://repository.apache.org/content/repositories/maven-1862/

Staged site:
https://maven.apache.org/ref/3-LATEST/

SHA512 release checksum(s):
1ea149f4e48bc7b34d554aef86f948eca7df4e7874e30caf449f3708e4f8487c71a5e5c072a05f17c60406176ebeeaf56b5f895090c7346f8238e2da06cf6ecd
  apache-maven-3.9.0-bin.tar.gz

564fe44bfa9c7ad3e2703cbbac59d43a11fa39e4e68875d3d1584d0a0b7b77a1352da246b875c4c15d11ceb6b4dd9a0ce7dd7a48695725dce594f34325c9c605
  apache-maven-3.9.0-bin.zip

c9c89d49aa577223b1358f7391859535be031201eab502e0620522ceb66f2b42f6f8361764d6d627b66f6ae8c61cfe85cb51f7fb734aadd0427f10e43d5a1753
  apache-maven-3.9.0-src.tar.gz

68b1a3cde17a42814ea28499e0c3f5cb98c343cebdfb96b52ba5acc6c2c6bac4f99dcf93177840bbc4d2b32668f73315f678ba0fef211b422303a751690a139c
  apache-maven-3.9.0-src.zip


The dev dist collection according to our Maven Core release procedure is 
missing: https://maven.apache.org/developers/release/maven-core-release.html


Where is the PR against Maven Site for this release?

M


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



Re: Maven 3.9,0 plan

2023-01-31 Thread Michael Osipov

Am 2023-01-31 um 13:43 schrieb Elliotte Rusty Harold:

On Mon, Jan 30, 2023 at 5:43 PM Tamás Cservenák  wrote:


Maven 3.8.x uses surefire 2.x, while 3.9.x uses surefire 3.0.0-M8... to me,
this seems like a surefire 3.0.0-M8 issue...



Is this a blocker for Maven 3.9.0 then? Should we finish surefire
3.0.0 first, then push 3.9.0? I'd prefer that Maven core not depend on
unstable dependencies.


I don't think so, milestone does not necessary imply that it is 
unstable, but simply work in progress. Moreover, we always encourage to 
explicitly set versions in the POM instead of relying on default 
versions. They will age sooner or later.


M


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



Re: Maven 3.9,0 plan

2023-01-31 Thread Michael Osipov

Am 2023-01-31 um 01:35 schrieb Dan Tran:

run into this issue

"Unable to parse maven.config file options: Unrecognized maven.config file
entries: [ -e --fail-fast -Djavax.xml.accessExternalSchema=all
-Daether.connector.resumeDownloads=false]"

The workaround is to break it into multiple lines


This is not a workaround. Your input is wrong in two ways:

1. Each arg has to be in one line: 
https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=331c5c3435cdfa8dc3f35a7b38503bdac2654206
2. Java system props must *not* be passed via maven.config, but via 
MAVEN_OPTS or jvm.config only, e.g.,  -Djavax.xml.accessExternalSchema=all


M


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



Re: [VOTE] Release Apache Maven 4.0.0-alpha-4 release

2023-01-29 Thread Michael Osipov

Am 2023-01-27 um 18:11 schrieb Guillaume Nodet:

I've staged a release candidate at [1].  The distributions are available at
[2].
The release notes are available at [3] for JIRA and [4] for github.

Please review and vote !

Cheers,
Guillaume

[1] https://repository.apache.org/content/repositories/maven-1859
[2] https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-4/
[3]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352667=Text=12316922
[4]
https://github.com/apache/maven/releases/tag/untagged-4ba8d14c9e8eb6de3887




+1

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



Re: [VOTE] Release Apache Maven Enforcer version 3.2.1

2023-01-28 Thread Michael Osipov

Am 2023-01-28 um 22:38 schrieb Slawomir Jaranowski:

Hi,

We solved 44 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317520=12352857

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MENFORCER%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-1860/
https://repository.apache.org/content/repositories/maven-1860/org/apache/maven/enforcer/enforcer/3.2.1/enforcer-3.2.1-source-release.zip

Source release checksum(s):
enforcer-3.2.1-source-release.zip - SHA-512 :
504e6d1b2d035eed8d2326ac6e4bfdc6240a48af749b87bb94bc584899504d624cc61764efedcc6accb428d40d31270b566a8e71ded6e514b2c192fbf3e27fc6

Staging site:
https://maven.apache.org/enforcer-archives/enforcer-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.


Insane, 44 issues!

+1


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



[ANN] Apache Maven Reporting API 4.0.0-M4 released

2023-01-25 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Reporting API version 4.0.0-M4.


https://maven.apache.org/shared/maven-reporting-api/


Release Notes - Maven Shared Components - Version 
maven-reporting-api-4.0.0-M4


** Dependency upgrade
* [MSHARED-1177] - Upgrade to Maven Parent 39
* [MSHARED-1178] - Upgrade to Doxia 2.0.0-M5


Enjoy,

-The Apache Maven team

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



[ANN] Apache Maven Doxia version 2.0.0-M5 released

2023-01-25 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache 
Maven Doxia, version 2.0.0-M5


https://maven.apache.org/doxia/


Release Notes - Maven Doxia - Version 2.0.0-M5

** Bug
* [DOXIA-689] - Restore incorrectly removed (HTML5) attributes

** New Feature
* [DOXIA-569] - Add Markdown Sink to be able to convert anything to 
Markdown


** Improvement
* [DOXIA-617] - doxia-module-markdown: Add support for --- header 
section marks

* [DOXIA-679] - Introduce Sink#tableRows(void) method
* [DOXIA-680] - Don't wrap elements in anchors
* [DOXIA-684] - replace flexmark-all dependency with core + only 
the used extensions
* [DOXIA-685] - Replace SinkEventAttributes#BOXED with #SOURCE to 
clearly separate between regular verbatim and verbatim source (code)

* [DOXIA-687] - Introduce Sink#verbatim(void) method

** Task
* [DOXIA-678] - Add missing elements in Xhtml5BaseParser
* [DOXIA-688] - Remove empty alt attribute value on images which 
causes the browser not to render replacement icon


** Dependency upgrade
* [DOXIA-681] - Upgrade Plexus Utils to 3.5.0
* [DOXIA-686] - Upgrade to Maven Parent 39


Enjoy,

-The Apache Maven team

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



[RESULT] [VOTE] Release Apache Maven Reporting API version 4.0.0-M4

2023-01-25 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Michael Osipov, Hervé Boutemy, Slawomir Jaranowski

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file and add this release the board report.


[RESULT] [VOTE] Release Maven Doxia version 2.0.0-M5

2023-01-25 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Michael Osipov, Hervé Boutemy, Slawomir Jaranowski

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file and add this release the board report.


Re: [VOTE] Release Apache Maven Reporting API version 4.0.0-M4

2023-01-25 Thread Michael Osipov

Am 2023-01-22 um 20:06 schrieb Michael Osipov:

Hi,

IMPORTANT: Requires Doxia 2.0.0-M5 vote/staging repo!

We solved 2 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352772

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-api

Staging repo:
https://repository.apache.org/content/repositories/maven-1857/
https://repository.apache.org/content/repositories/maven-1857/org/apache/maven/reporting/maven-reporting-api/4.0.0-M4/maven-reporting-api-4.0.0-M4-source-release.zip

Source release checksum(s):
maven-reporting-api-4.0.0-M4-source-release.zip
sha512: 
92d884e2e26616be65510b64e429efa489b59e593d288ad7877272c212a2926cb43416a992428ffd209bed4303c4955ba3cf056c4c69a801512421f6a77e293e


Staging site:
https://maven.apache.org/shared-archives/maven-reporting-api-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



Re: [VOTE] Release Maven Doxia version 2.0.0-M5

2023-01-25 Thread Michael Osipov

Am 2023-01-22 um 19:47 schrieb Michael Osipov:

Hi,

We solved 12 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317230=12352482

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20DOXIA%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1856/
https://repository.apache.org/content/repositories/maven-1856/org/apache/maven/doxia/doxia/2.0.0-M5/doxia-2.0.0-M5-source-release.zip

Source release checksum(s):
doxia-2.0.0-M5-source-release.zip
sha512: 
512c2d613c13a9891de53d03c2cddc806d93f6f0afb49c5f20a9d524b063537384c009c6934d2a2c8d86d38a3226d027581f0eb34e20398e6c5f22fdfa900266


Staging site:
https://maven.apache.org/doxia/doxia-archives/doxia-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



[VOTE] Release Apache Maven Reporting API version 4.0.0-M4

2023-01-22 Thread Michael Osipov

Hi,

IMPORTANT: Requires Doxia 2.0.0-M5 vote/staging repo!

We solved 2 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352772

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-api

Staging repo:
https://repository.apache.org/content/repositories/maven-1857/
https://repository.apache.org/content/repositories/maven-1857/org/apache/maven/reporting/maven-reporting-api/4.0.0-M4/maven-reporting-api-4.0.0-M4-source-release.zip

Source release checksum(s):
maven-reporting-api-4.0.0-M4-source-release.zip
sha512: 
92d884e2e26616be65510b64e429efa489b59e593d288ad7877272c212a2926cb43416a992428ffd209bed4303c4955ba3cf056c4c69a801512421f6a77e293e


Staging site:
https://maven.apache.org/shared-archives/maven-reporting-api-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



[VOTE] Release Maven Doxia version 2.0.0-M5

2023-01-22 Thread Michael Osipov

Hi,

We solved 12 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317230=12352482

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20DOXIA%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1856/
https://repository.apache.org/content/repositories/maven-1856/org/apache/maven/doxia/doxia/2.0.0-M5/doxia-2.0.0-M5-source-release.zip

Source release checksum(s):
doxia-2.0.0-M5-source-release.zip
sha512: 
512c2d613c13a9891de53d03c2cddc806d93f6f0afb49c5f20a9d524b063537384c009c6934d2a2c8d86d38a3226d027581f0eb34e20398e6c5f22fdfa900266


Staging site:
https://maven.apache.org/doxia/doxia-archives/doxia-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



Re: Upcoming Maven Enforcer 3.2.0 release

2023-01-20 Thread Michael Osipov

Am 2023-01-20 um 19:09 schrieb Slawomir Jaranowski:

Hi,

I'm going to release the next version of Maven Enforcer plugin and build in
rules.
Probably in next week - about 24-26 of January

Prepared release note:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317520=12351838


Impressive!


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



[ANN] Maven Fluido Skin 1.11.2 released

2023-01-19 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Fluido Skin, version 1.11.2.


https://maven.apache.org/skins/maven-fluido-skin/

You should specify the version in your project's site configuration:


  org.apache.maven.skins
  maven-fluido-skin
  1.11.2



Release Notes - Maven Fluido Skin - Version 1.11.2

** Bug
* [MSKINS-197] - CSS never applied to  and  in section elements
* [MSKINS-198] - Don't apply font size for  in heading elements
* [MSKINS-204] - Make MSKINS-76 ITs more tolerant
* [MSKINS-205] - CSS shall only apply to  and  if they are 
immediate children of 


** Improvement
* [MSKINS-206] - Apply CSS margins to tables as well

** Task
* [MSKINS-208] - Limit usage of skin to Doxia (Sitetools) 1.x only


Enjoy,

-The Apache Maven team

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



[RESULT] [VOTE] Release Maven Fluido Skin version 1.11.2

2023-01-19 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Michael Osipov, Tamás Cservenák, Slawomir Jaranowski, Sylwester 
Lachiewicz, Karl Heinz Marbaise, Guillaume Nodet


PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file and add this release the board report.


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



Re: [VOTE] Release Maven Fluido Skin version 1.11.2

2023-01-17 Thread Michael Osipov

Am 2023-01-17 um 10:30 schrieb Michael Osipov:

Hi,

We solved 6 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317926=12352758

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSKINS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Fluido%20Skin%22

Staging repo:
https://repository.apache.org/content/repositories/maven-1853/
https://repository.apache.org/content/repositories/maven-1853/org/apache/maven/skins/maven-fluido-skin/1.11.2/maven-fluido-skin-1.11.2-source-release.zip

Source release checksum(s):
maven-fluido-skin-1.11.2-source-release.zip
sha512: 
988f647576c1cde614b700e7b136517c692660e7c7440d6ca42d9d6efaae424e68b963dae5599b22d6e63577ae8a3d58acaa23e69e8278d02b283bee15360c11


Staging site:
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



[VOTE] Release Maven Fluido Skin version 1.11.2

2023-01-17 Thread Michael Osipov

Hi,

We solved 6 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317926=12352758

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSKINS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Fluido%20Skin%22

Staging repo:
https://repository.apache.org/content/repositories/maven-1853/
https://repository.apache.org/content/repositories/maven-1853/org/apache/maven/skins/maven-fluido-skin/1.11.2/maven-fluido-skin-1.11.2-source-release.zip

Source release checksum(s):
maven-fluido-skin-1.11.2-source-release.zip
sha512: 
988f647576c1cde614b700e7b136517c692660e7c7440d6ca42d9d6efaae424e68b963dae5599b22d6e63577ae8a3d58acaa23e69e8278d02b283bee15360c11


Staging site:
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



[ANN] Maven Fluido Skin 2.0.0-M2 released

2023-01-15 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Fluido Skin, version 2.0.0-M2.


https://maven.apache.org/skins/maven-fluido-skin/

You should specify the version in your project's site configuration:


  org.apache.maven.skins
  maven-fluido-skin
  2.0.0-M2



Release Notes - Maven Fluido Skin - Version 2.0.0-M2

** Bug
* [MSKINS-197] - CSS never applied to  and  in section elements
* [MSKINS-198] - Don't apply font size for  in heading elements
* [MSKINS-204] - Make MSKINS-76 ITs more tolerant
* [MSKINS-205] - CSS shall only apply to  and  if they are 
immediate children of 
* [MSKINS-207] - Fix CSS class replacement with change caused in 
DOXIA-674


** New Feature
* [MSKINS-202] - Support Maven report standalone mode

** Improvement
* [MSKINS-206] - Apply CSS margins to tables as well

** Task
* [MSKINS-200] - Remove deprecated Piwik integration
* [MSKINS-201] - Replace deprecated 
DecorationModel#getGoogleAnalyticsAccountId() with custom value


** Dependency upgrade
* [MSKINS-199] - Upgrade to Doxia Sitetools to 2.0.0-M4


Enjoy,

-The Apache Maven team

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



[RESULT] [VOTE] Release Maven Fluido Skin version 2.0.0-M2

2023-01-15 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Michael Osipov, Slawomir Jaranowski, Sylwester Lachiewicz, Karl 
Heinz Marbaise


PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file and add this release the board report.


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



Re: [VOTE] Release Maven Fluido Skin version 2.0.0-M2

2023-01-15 Thread Michael Osipov

Am 2023-01-12 um 17:09 schrieb Michael Osipov:

Hi,

We solved 10 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317926=12352732

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSKINS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Fluido%20Skin%22

Staging repo:
https://repository.apache.org/content/repositories/maven-1850/
https://repository.apache.org/content/repositories/maven-1850/org/apache/maven/skins/maven-fluido-skin/2.0.0-M2/maven-fluido-skin-2.0.0-M2-source-release.zip

Source release checksum(s):
maven-fluido-skin-2.0.0-M2-source-release.zip
sha512: 
ad6bf1ee15c4b959518025090853a36d1294913529839bd7c84a798cb7278c245b70e186b6fd60e53a35710a034b492044d899e5c0290d4a12514dcc3e9ff049


Staging site:
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


Guys, please have a look. The vote ends today.


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



Re: [VOTE] Release Maven Fluido Skin version 2.0.0-M2

2023-01-13 Thread Michael Osipov

Am 2023-01-12 um 17:09 schrieb Michael Osipov:

Hi,

We solved 10 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317926=12352732

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSKINS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Fluido%20Skin%22

Staging repo:
https://repository.apache.org/content/repositories/maven-1850/
https://repository.apache.org/content/repositories/maven-1850/org/apache/maven/skins/maven-fluido-skin/2.0.0-M2/maven-fluido-skin-2.0.0-M2-source-release.zip

Source release checksum(s):
maven-fluido-skin-2.0.0-M2-source-release.zip
sha512: 
ad6bf1ee15c4b959518025090853a36d1294913529839bd7c84a798cb7278c245b70e186b6fd60e53a35710a034b492044d899e5c0290d4a12514dcc3e9ff049


Staging site:
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



Re: [VOTE] Release Maven Resolver 1.9.4

2023-01-13 Thread Michael Osipov

Am 2023-01-13 um 08:10 schrieb Tamás Cservenák:

Howdy,

We solved 5 issues:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20fixVersion%20%3D%201.9.4

There are still some issues in JIRA:
https://issues.apache.org/jira/projects/MRESOLVER/issues

Staging repository:
https://repository.apache.org/content/repositories/maven-1851

Source release SHA512:
e02988b875a55db1f1eb0976a06d7222cb1598228634735a9afdd27b827d48ae1c37629311613949f67b171bc9feb611f5cbdfe875003326144b20c1d2539ca3

Staging site:
https://maven.apache.org/resolver-archives/resolver-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.


+1



Re: [VOTE] Release Maven Plugin Tools 3.7.1

2023-01-13 Thread Michael Osipov

Am 2023-01-13 um 08:34 schrieb Tamás Cservenák:

Howdy,

We solved 1 issue
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPLUGIN%20AND%20fixVersion%20%3D%203.7.1

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPLUGIN%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key

Staging repo:
https://repository.apache.org/content/repositories/maven-1852/

Source release SHA512:
a4d16ed3f9618990f5327eb8bb1a137c3effaa1f90651925c75ff6df1a16c7bb52de1facb5b90ce4a7ca5714f1b35a28da92de98e7678d55ad9e9ca3246e61bb

Staging site:
https://maven.apache.org/plugin-tools-archives/plugin-tools-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.


+1



[VOTE] Release Maven Fluido Skin version 2.0.0-M2

2023-01-12 Thread Michael Osipov

Hi,

We solved 10 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317926=12352732

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSKINS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Fluido%20Skin%22

Staging repo:
https://repository.apache.org/content/repositories/maven-1850/
https://repository.apache.org/content/repositories/maven-1850/org/apache/maven/skins/maven-fluido-skin/2.0.0-M2/maven-fluido-skin-2.0.0-M2-source-release.zip

Source release checksum(s):
maven-fluido-skin-2.0.0-M2-source-release.zip
sha512: 
ad6bf1ee15c4b959518025090853a36d1294913529839bd7c84a798cb7278c245b70e186b6fd60e53a35710a034b492044d899e5c0290d4a12514dcc3e9ff049


Staging site:
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



Re: [RESULT] [VOTE] Release Maven Surefire version 3.0.0-M8

2023-01-12 Thread Michael Osipov

Am 2023-01-12 um 02:23 schrieb Nick Stolwijk:

Hi Michael,

Thanks for the release! A little side note for next time, the link in the
announcement mail is not working. It should be
https://maven.apache.org/surefire/ instead of
https://maven.apache.org/maven-surefire/.


Thanks, fixed my docs


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



[ANN] Maven Surefire 3.0.0-M8 released

2023-01-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Surefire version 3.0.0-M8.


https://maven.apache.org/maven-surefire/


Release Notes - Maven Surefire - Version 3.0.0-M8

** Bug
* [SUREFIRE-2032] - When declare the @Disabled annotation at the 
class level, skip displayed in other test class

* [SUREFIRE-2082] - Huge test sets may open too many files
* [SUREFIRE-2090] - Xref link to source code with specified line 
number doesn't work. Missing "L" in anchor
* [SUREFIRE-2101] - Phrased test names with missing @DisplayName 
result in a "null" test name
* [SUREFIRE-2109] - User cannot write temporary file to surefire/ 
temp directory
* [SUREFIRE-2117] - XML report omits package and outer class name 
for tests in @Nested inner class if testset reporter is configured to 
use phrased naming
* [SUREFIRE-2135] - On Unix-like OS and JDK 18+ Surefire kills the 
forked JVM if PpidChecker is active and argLine is set to 
-Dfile.encoding=UTF-16


** New Feature
* [SUREFIRE-2139] - Fully support Java 19 byte code

** Improvement
* [SUREFIRE-1654] - Remove deprecated parameter 'forkMode' and use 
only 'forkCount'

* [SUREFIRE-1962] - Unit test for ProviderInfo#isApplicable
* [SUREFIRE-2100] - Improve behaviour for surefire-report goal with 
aggregate parameter

* [SUREFIRE-2133] - Make anchors start *before* the headings
* [SUREFIRE-2136] - UmlautDirIT: Revert special paths with colon in 
it to regular ones after test

* [SUREFIRE-2138] - Update JUnit versions used in docs/ITs

** Task
* [SUREFIRE-2122] - Document how to develop on Surefire using IntelliJ
* [SUREFIRE-2126] - Use the latest surefire version 3.0.0-M7 with 
self testing
* [SUREFIRE-2137] - Run junit jupiter platform ITs with latest 
5.8.x and 5.9.x as well


** Dependency upgrade
* [SUREFIRE-2129] - Upgrade Maven Reporting API to 3.1.1/Maven 
Reporting Impl to 3.2.0



Enjoy,

-The Apache Maven team

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



[ANN] Release Maven Dependency Plugin 3.5.0 released

2023-01-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Dependency Plugin version 3.5.0.


https://maven.apache.org/plugins/maven-dependency-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-dependency-plugin
  3.5.0



Release Notes - Maven Dependency Plugin - Version 3.5.0

** Improvement
* [MDEP-831] - Remove not used dependencies / Replace parts

** Task
* [MDEP-841] - Explicitly start and end tables with Doxia Sinks in 
report renderers


** Dependency upgrade
* [MDEP-837] - Upgrade Parent to 38


Enjoy,

-The Apache Maven team

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



[ANN] Maven Checkstyle Plugin 3.2.1 released

2023-01-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Checkstyle Plugin, version 3.2.1.


https://maven.apache.org/plugins/maven-checkstyle-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  >maven-checkstyle-plugin
  3.2.1



Release Notes - Maven Checkstyle Plugin - Version 3.2.1

** Task
* [MCHECKSTYLE-423] - Explicitly start and end tables with Doxia 
Sinks in report renderers



Enjoy,

-The Apache Maven team

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



[ANN] Maven PMD Plugin 3.20.0 released

2023-01-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
PMD Plugin version 3.20.0.


https://maven.apache.org/plugins/maven-pmd-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-pmd-plugin
  3.20.0



Release Notes - Maven PMD Plugin - Version 3.20.0

** Bug
* [MPMD-335] - Aggregate mode doesn't use additional repositories

** Task
* [MPMD-361] - Explicitly start and end tables with Doxia Sinks in 
report renderers


** Dependency upgrade
* [MPMD-356] - Upgrade to PMD 6.50.0
* [MPMD-357] - Upgrade to PMD 6.51.0
* [MPMD-358] - Upgrade to PMD 6.52.0
* [MPMD-360] - Upgrade to PMD 6.53.0


Enjoy,

-The Apache Maven team

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



[ANN] Maven Project Info Reports Plugin 3.4.2 released

2023-01-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Project Info Reports Plugin version 3.4.2.


https://maven.apache.org/plugins/maven-project-info-reports-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-project-info-reports-plugin
  3.4.2



Release Notes - Maven Project Info Reports Plugin - Version 3.4.2

** Bug
* [MPIR-425] - Verbatim content should be rendered as plain text

** Task
* [MPIR-426] - Remove Apache Buildr from Dependency Information Report
* [MPIR-427] - Explicitly start and end tables with Doxia Sinks in 
report renderers



Enjoy,

-The Apache Maven team

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



[RESULT] [VOTE] Release Maven Surefire version 3.0.0-M8

2023-01-11 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Herve Boutemy, Slawomir Jaranowski, Romain Manni-Bucau, Karl Heinz 
Marbaise, Petr Široký


PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file

and add this release the board report.


[RESULT] [VOTE] Release Maven Dependency Plugin version 3.5.0

2023-01-11 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Hervé Boutemy, Karl Heinz Marbaise, Slawomir Jaranowski

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file

and add this release the board report.


[RESULT] [VOTE] Release Maven Checkstyle Plugin version 3.2.1

2023-01-11 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Slawomir Jaranowski, Hervé Boutemy, Karl Heinz Marbaise

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file

and add this release the board report.


[RESULT] [VOTE] Release Maven PMD Plugin version 3.20.0

2023-01-11 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Michael Osipov, Herve Boutemy, Karl Heinz Marbaise

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file

and add this release the board report.

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



Re: [VOTE] Release Maven PMD Plugin version 3.20.0

2023-01-11 Thread Michael Osipov

Am 2023-01-06 um 23:14 schrieb Michael Osipov:

Hi,

We solved 6 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12352270

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1843/
https://repository.apache.org/content/repositories/maven-1843/org/apache/maven/plugins/maven-pmd-plugin/3.20.0/maven-pmd-plugin-3.20.0-source-release.zip

Source release checksum(s):
maven-pmd-plugin-3.20.0-source-release.zip
sha512: 
b72e59c40154da1bca8695a3a7f180da40b70c88d1dcc9b32d0496e0c25d88ff8b5bce3fabb4bf25e112876b9e81ee504395e9fd164c4062d792abd46d46bdf0


Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



[RESULT] [VOTE] Release Maven Project Info Reports Plugin version 3.4.2

2023-01-11 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Karl Heinz Marbaise, Hervé Boutemy, Slawomir Jaranowski

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file

and add this release the board report.


Re: [VOTE] Release Maven Surefire version 3.0.0-M8

2023-01-11 Thread Michael Osipov

Am 2023-01-10 um 08:50 schrieb Enrico Olivelli:

I am seeing this problem

This test Surefire1295AttributeJvmCrashesToTestsIT.test is
consistently failing on my laptop.
I am running on JDK17 on Mac ARM
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /Users/enricoolivelli/maven
Java version: 17.0.5, vendor: Eclipse Adoptium, runtime:
/Users/enricoolivelli/.sdkman/candidates/java/17.0.5-tem
Default locale: en_IT, platform encoding: UTF-8
OS name: "mac os x", version: "13.0", arch: "aarch64", family: "mac"


Please collect all information and report a JIRA issue. Share the 
failure output, etc.



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



[CANCELED] [VOTE] Release Maven Fluido Skin version 2.0.0-M1

2023-01-11 Thread Michael Osipov
I am canceling the vote, during the process and some discussions with 
Hervé I have found some subtile regressions caused by me. I will address 
them and respin soon.


M


Re: [VOTE] Doxia 1.12.0 and Doxia Converter 1.3

2023-01-11 Thread Michael Osipov

Am 2023-01-09 um 22:47 schrieb Hervé Boutemy:

Hi,

I'd like to release Doxia 1.12.0 and Doxia Converter 1.3
The main goal is to support Markdown output.

Doxia 1.12.0 release notes
https://issues.apache.org/jira/projects/DOXIA/versions/12351764

Staged repo: https://repository.apache.org/content/repositories/maven-1848/
sources: 
https://repository.apache.org/content/repositories/maven-1848/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0-source-release.zip
sources sha512: 
14b27a8074aa77635fda38fbd419c5757d5578978b67f3d02997419e53b73148fd080fa7b25957c74906608219bf8f887c9e832f86c75b9eae9e575d3160%

staged site: https://maven.apache.org/doxia/doxia-archives/doxia-LATEST/

Doxia Converter 1.3 release notes
https://issues.apache.org/jira/projects/DOXIATOOLS/versions/12330662

staged repo: https://repository.apache.org/content/repositories/maven-1849/
sources: 
https://repository.apache.org/content/repositories/maven-1849/org/apache/maven/doxia/doxia-converter/1.3/doxia-converter-1.3-source-release.zip
sources sha512: 
fd82c96acd5bd8bc2dd84127d1c2143df57166f04bf0ac47f5d1b99728fe701126be4f1304388f6003fe81970bb4a9591f22b55eeece5023750d511d5b007aaf%


+1



Re: [VOTE] Release Maven Dependency Plugin version 3.5.0

2023-01-08 Thread Michael Osipov

Am 2023-01-08 um 23:28 schrieb Slawomir Jaranowski:

+1

- parent 39 should be used
- master branch failed after release - fixed
- not sure if we need the next minor version - there are no new features -
but it is only a label :-)


I did the minor on purpose because the parent upgrade touched every 
single source file.



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



Re: [VOTE] Release Maven Fluido Skin version 2.0.0-M1

2023-01-07 Thread Michael Osipov

Am 2023-01-07 um 23:57 schrieb Herve Boutemy:

+1

Reproducible Builds ok: reference build done with JDK 8 on Windows

notice that 2 ITs failed:
[ERROR] The following builds failed:
[ERROR] *  mskins-76_topbar/pom.xml
[ERROR] *  mskins-76/pom.xml
The text counting patterns looks a little bit fragile


Interesting...Can you upload a tarball of target/it? I'd like to take a 
look at it.


M


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



[VOTE] Release Maven Surefire version 3.0.0-M8

2023-01-07 Thread Michael Osipov

Hi,

We solved 18 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12351809

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1846/
https://repository.apache.org/content/repositories/maven-1846/org/apache/maven/surefire/surefire/3.0.0-M8/surefire-3.0.0-M8-source-release.zip

Source release checksum(s):
surefire-3.0.0-M8-source-release.zip
sha512: 
d2a533fc8c89f92c40b20c104beb8da69a45683821cb5432e99e2d12b469067659b117e140ddf66e8ba71f12b1af7aa07207d279289957a52940162ce27599ba


Staging site:
https://maven.apache.org/surefire-archives/surefire-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



Re: [VOTE] Release Maven Fluido Skin version 2.0.0-M1

2023-01-06 Thread Michael Osipov

Am 2023-01-06 um 12:55 schrieb Slawomir Jaranowski:

Something is not ok ... please look at generated report - look strange
... missing tables

https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/dependency-convergence.html


Vote started.


https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/surefire-report.html


From Surefire code:

/**
 * If set to true the surefire report will be generated even when there are 
no surefire result files.
 * Defaults to {@code true} to preserve legacy behaviour pre 2.10.
 * @since 2.11
 */
@Parameter( defaultValue = "true", property = 
"alwaysGenerateSurefireReport" )
private boolean alwaysGenerateSurefireReport;


Must be set to false and renamed to 'skipEmptyReport' like we do in 
other plugins: 
https://github.com/search?l=Java=org%3Aapache+skipEmptyReport=Code


Here as well:

/**
 * If set to true the failsafe report will be generated even when there are 
no failsafe result files.
 * Defaults to {@code false} to preserve legacy behaviour pre 2.10.
 * @since 2.11
 */
@Parameter( defaultValue = "false", property = 
"alwaysGenerateFailsafeReport" )
private boolean alwaysGenerateFailsafeReport;



https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/checkstyle.html


Vote started.


https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/invoker-report.html


Outdated plugin is used. In 3.4.0 issue is fixed already.

M

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



[VOTE] Release Maven Dependency Plugin version 3.5.0

2023-01-06 Thread Michael Osipov

Hi,

We solved 3 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317227=12352602

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/projects/MDEP/issues

Staging repo:
https://repository.apache.org/content/repositories/maven-1845/
https://repository.apache.org/content/repositories/maven-1845/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0-source-release.zip

Source release checksum(s):
maven-dependency-plugin-3.5.0-source-release.zip
sha512: 
1375b1d93318a05530bc3d0817776c3b6da78ed84177622ac39bb9bb4372ce3a46538bfb1121e708c4fd6196e741c977a7a7ca9be8bae6bfe3ee63df0787a4bd


Staging site:
https://maven.apache.org/plugins-archives/maven-dependency-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



[VOTE] Release Maven Checkstyle Plugin version 3.2.1

2023-01-06 Thread Michael Osipov

Hi,

We solved 1 issue:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223=12352729

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project+%3D+MCHECKSTYLE+AND+resolution+%3D+Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1844/
https://repository.apache.org/content/repositories/maven-1844/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.1/maven-checkstyle-plugin-3.2.1-source-release.zip

Source release checksum(s):
maven-checkstyle-plugin-3.2.1-source-release.zip
sha512: 
06f1d89c3a06daccb6fff20af64885045cb6409d4f6ad441fa456723537b9e56105bb0264c4cbe2795ee50d1d4102ea8f2079796080549d5d467d7343bfc4d9b


Staging site:
https://maven.apache.org/plugins-archives/maven-checkstyle-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



[VOTE] Release Maven PMD Plugin version 3.20.0

2023-01-06 Thread Michael Osipov

Hi,

We solved 6 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621=12352270

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPMD%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1843/
https://repository.apache.org/content/repositories/maven-1843/org/apache/maven/plugins/maven-pmd-plugin/3.20.0/maven-pmd-plugin-3.20.0-source-release.zip

Source release checksum(s):
maven-pmd-plugin-3.20.0-source-release.zip
sha512: 
b72e59c40154da1bca8695a3a7f180da40b70c88d1dcc9b32d0496e0c25d88ff8b5bce3fabb4bf25e112876b9e81ee504395e9fd164c4062d792abd46d46bdf0


Staging site:
https://maven.apache.org/plugins-archives/maven-pmd-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



[VOTE] Release Maven Project Info Reports Plugin version 3.4.2

2023-01-06 Thread Michael Osipov

Hi,

we solved 3 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821=12352728

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/projects/MPIR/issues

Staging repo:
https://repository.apache.org/content/repositories/maven-1842/
https://repository.apache.org/content/repositories/maven-1842/org/apache/maven/plugins/maven-project-info-reports-plugin/3.4.2/maven-project-info-reports-plugin-3.4.2-source-release.zip

Source release checksum(s):
maven-project-info-reports-plugin-3.4.2-source-release.zip
sha512: 
f49363822ed543fb6ba873502cd8d1cfbda96e38216c57c6d39ec32748802f08349eca38a19080db3a34873c38bca9f5a56c8457f5c2952071a5dac1521aa161


Staging site:
https://maven.apache.org/plugins-archives/maven-project-info-reports-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



Re: [VOTE] Release Maven Fluido Skin version 2.0.0-M1

2023-01-06 Thread Michael Osipov

Am 2023-01-06 um 12:55 schrieb Slawomir Jaranowski:

Something is not ok ... please look at generated report - look strange
... missing tables

https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/dependency-convergence.html
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/surefire-report.html
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/checkstyle.html
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/invoker-report.html


OK, now, this I can explain: the have is correct. In Doxia 1.x there was 
a compat mode not to explicitly initiate the table with a Sink it was 
autocompleted. In Doxia all of that old code was removed. Since Maven 
Site Plugin 4.0.0-M4 is used, but the reporting plugins are still at 
Doxia 1.x we see the result now. I have for all of our plugins branches 
with all the necessary fixes. I am thinking whether I should do some 
backports to fix the issue even now with Doxia 1.x compatible plugins or 
release new major milestones of those plugins, but this would ultimately 
mean that they won't be compatible with Maven Site Plugin 3.x anymore.


For me, not a blocker ATM. Ugly, but I can live with for this release.

M


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



Re: [VOTE] Release Maven Fluido Skin version 2.0.0-M1

2023-01-06 Thread Michael Osipov

Am 2023-01-06 um 12:55 schrieb Slawomir Jaranowski:

Something is not ok ... please look at generated report - look strange
... missing tables

https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/dependency-convergence.html
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/surefire-report.html
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/checkstyle.html
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/invoker-report.html


Thank you, this is weird. I will check...


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



Re: [VOTE] Release Maven Resolver 1.9.3

2023-01-06 Thread Michael Osipov

Am 2023-01-05 um 13:23 schrieb Tamás Cservenák:

Howdy,

We solved 3 issues:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20fixVersion%20%3D%201.9.3

There are still some issues in JIRA:
https://issues.apache.org/jira/projects/MRESOLVER/issues

Staging repository:
https://repository.apache.org/content/repositories/maven-1841/

Source SHA512:
4c35e1677594695987d32b8dd34947cf58d6c8556a78bb644f1004f627eef29168feabd93ba18033e34179cc0f0a6f64df723af0a97de650dfb58bc642f8c2a7

Staging site:
https://maven.apache.org/resolver-archives/resolver-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.


-1

https://issues.apache.org/jira/browse/MRESOLVER-313 needs to be addressed.


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



Re: [VOTE] Release Maven Fluido Skin version 2.0.0-M1

2023-01-06 Thread Michael Osipov

Am 2023-01-04 um 20:10 schrieb Michael Osipov:

Hi,

We solved 6 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317926=12331576

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSKINS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Fluido%20Skin%22

Staging repo:
https://repository.apache.org/content/repositories/maven-1840/
https://repository.apache.org/content/repositories/maven-1840/org/apache/maven/skins/maven-fluido-skin/2.0.0-M1/maven-fluido-skin-2.0.0-M1-source-release.zip

Source release checksum(s):
maven-fluido-skin-2.0.0-M1-source-release.zip
sha512: 
f956cd4ff0497cfd39c7d65dd3b91c1cc479291da867f8830d7754960809c2ff2265ad152effefe56216089344da1ad692b390c9a9254cf7c24678e96c3d6979


Staging site:
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



[VOTE] Release Maven Fluido Skin version 2.0.0-M1

2023-01-04 Thread Michael Osipov

Hi,

We solved 6 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317926=12331576

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSKINS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Fluido%20Skin%22

Staging repo:
https://repository.apache.org/content/repositories/maven-1840/
https://repository.apache.org/content/repositories/maven-1840/org/apache/maven/skins/maven-fluido-skin/2.0.0-M1/maven-fluido-skin-2.0.0-M1-source-release.zip

Source release checksum(s):
maven-fluido-skin-2.0.0-M1-source-release.zip
sha512: 
f956cd4ff0497cfd39c7d65dd3b91c1cc479291da867f8830d7754960809c2ff2265ad152effefe56216089344da1ad692b390c9a9254cf7c24678e96c3d6979


Staging site:
https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



Re: mvnd as part if mvn distro for v4?

2022-12-31 Thread Michael Osipov

Am 2022-12-31 um 19:54 schrieb Romain Manni-Bucau:

Hi all,

Any reason to not deliver mvnd in maven distro? Since mvnd is coupled to
mvn I think it makes sense to couple them even in the packaging and release
lifecycle.


Really? Even more stuff for something not everyone needs? How bigger 
would be the deliverable?


M


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



[ANN] Apache Maven 3.8.7 released

2022-12-30 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache 
Maven 3.8.7


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.8.7 is available via https://maven.apache.org/download.cgi

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.8.7/


Release Notes - Maven - Version 3.8.7

** Sub-task
* [MNG-7019] - Notify also at start when profile is missing

** Bug
* [MNG-7106] - VersionRange.toString() produces a string that 
cannot be parsed with VersionRange.createFromVersionSpec() for same 
lower and upper bounds
* [MNG-7316] - REGRESSION: MavenProject.getAttachedArtifacts() is 
read-only
* [MNG-7352] - org.apache.maven.toolchain.java.JavaToolchainImpl 
should be public
* [MNG-7529] - Maven resolver makes bad repository choices when 
resolving version ranges
* [MNG-7563] - REGRESSION: User properties now override model 
properties in dependencies
* [MNG-7568] - [WARNING] The requested profile "ABCDEF" could not 
be activated because it does not exist.
* [MNG-7578] - Building Linux image on Windows impossible (patch 
incuded)

* [MNG-7600] - LocalRepositoryManager is created too early
* [MNG-7621] - Parameter '-f' causes ignoring any 'maven.config' 
(only on Windows)

* [MNG-7637] - Possible NPE in MavenProject#hashCode()
* [MNG-7644] - Fix version comparison where .X1 < -X2 for any 
string qualifier X


** Improvement
* [MNG-7590] - Allow configure resolver by properties in settings.xml
* [MNG-7645] - Implement some #toString() methods

** Task
* [MNG-7513] - Address commons-io_commons-io vulnerability found in 
maven latest version

* [MNG-7634] - Revert MNG-5982 and MNG-7417
* [MNG-7636] - Partially revert MNG-5868 to restore backward 
compatibility (see MNG-7316)


** Dependency upgrade
* [MNG-7506] - Upgrade Maven Wagon to 3.5.2
* [MNG-7641] - Upgrade Maven Wagon to 3.5.3


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


Enjoy!

- The Maven Team

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



[RESULT] [VOTE] Release Apache Maven version 3.8.7

2022-12-30 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Michael Osipov, Slawomir Jaranowski, Hervé Boutemy, Romain 
Manni-Bucau, Karl Heinz Marbaise, Tamás Cservenák, Arnaud Héritier, 
Olivier Lamy, Sylwester Lachiewicz, Mark Derricutt, Petr Široký


PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file

and add this release the board report.


Re: [VOTE] Release Apache Maven version 3.8.7

2022-12-27 Thread Michael Osipov

Am 2022-12-27 um 10:05 schrieb Karl Heinz Marbaise:

Hi,

+1 from me.

tested on a number of projects... working fine.

One thing I noticed is that a warning about a missing profile (MNG-7568)
produces now two outputs instead of one. One line at the beginning and
one at the end. The build has simply being started using "mvn -Pprofilex
package" where the profilex simply does not exist[1].


As Piotr said, this is on purpose. People complained that they see only 
the invalid/missing profile at the end of a long build. Now they see both.


M


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



Re: [VOTE] Release Apache Maven version 3.8.7

2022-12-26 Thread Michael Osipov

Am 2022-12-24 um 21:20 schrieb Michael Osipov:

Hi,

We solved 19 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12352690

There are still hundreds of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1839/

Dev dist directory:
https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.7/

Source release checksums:
apache-maven-3.8.7-src.zip sha512: 
7c5bbdfbd85711d11f93254208978b47e4dcf010f94a1b9f549c3040507d751dff10d99c5f3af5fa92fd44b4261fc950d69eac345736f62007416e1350319891
apache-maven-3.8.7-src.tar.gz sha512: 
99dc6a44811d945d2d9a9e88b32abde5a82e4a8fa202ff217a5e3106d7fc532f347cff01331f6c2c0d86b2cf67fc0d0ee609d0c7d39b352a9422b990e49a81eb


Binary release checksums:
apache-maven-3.8.7-bin.zip sha512: 
c687fcdc3890bcf0f9f9dbc42ceded21dc80f0dcc5541c28912a99224694793f6e437998e46b5939bd314178865263c62a069c6c6f15d1d0541eea75748c46fd
apache-maven-3.8.7-bin.tar.gz sha512: 
21c2be0a180a326353e8f6d12289f74bc7cd53080305f05358936f3a1b6dd4d91203f4cc799e81761cf5c53c5bbe9dcc13bdb27ec8f57ecf21b2f9ceec3c8d27


Draft for release notes:
https://github.com/apache/maven-site/pull/356

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open until 2022-12-30T20:00Z


+1


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



[VOTE] Release Apache Maven version 3.8.7

2022-12-24 Thread Michael Osipov

Hi,

We solved 19 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12352690

There are still hundreds of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1839/

Dev dist directory:
https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.7/

Source release checksums:
apache-maven-3.8.7-src.zip sha512: 
7c5bbdfbd85711d11f93254208978b47e4dcf010f94a1b9f549c3040507d751dff10d99c5f3af5fa92fd44b4261fc950d69eac345736f62007416e1350319891
apache-maven-3.8.7-src.tar.gz sha512: 
99dc6a44811d945d2d9a9e88b32abde5a82e4a8fa202ff217a5e3106d7fc532f347cff01331f6c2c0d86b2cf67fc0d0ee609d0c7d39b352a9422b990e49a81eb


Binary release checksums:
apache-maven-3.8.7-bin.zip sha512: 
c687fcdc3890bcf0f9f9dbc42ceded21dc80f0dcc5541c28912a99224694793f6e437998e46b5939bd314178865263c62a069c6c6f15d1d0541eea75748c46fd
apache-maven-3.8.7-bin.tar.gz sha512: 
21c2be0a180a326353e8f6d12289f74bc7cd53080305f05358936f3a1b6dd4d91203f4cc799e81761cf5c53c5bbe9dcc13bdb27ec8f57ecf21b2f9ceec3c8d27


Draft for release notes:
https://github.com/apache/maven-site/pull/356

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open until 2022-12-30T20:00Z

[ ] +1
[ ] +0
[ ] -1

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



[ANN] Apache Maven Wagon 3.5.3 released

2022-12-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache 
Maven Wagon, version 3.5.3.


https://maven.apache.org/wagon/


Release Notes - Maven Wagon - Version 3.5.3

** Dependency upgrade
* [WAGON-631] - Upgrade and clean up dependencies


Enjoy,

-The Apache Maven team

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



[RESULT] [VOTE] Release Maven Wagon version 3.5.3

2022-12-22 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Michael Osipov, Slawomir Jaranowski, Olivier Lamy, Hervé Boutemy

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file

and add this release the board report.


Re: [VOTE] Release Maven Wagon version 3.5.3

2022-12-20 Thread Michael Osipov

Am 2022-12-19 um 00:05 schrieb Slawomir Jaranowski:

+1

- old parent
- the most of mailing lists addresses was not working


Those are something for the next major. 3.x won't change in this regard 
anymore.



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



Re: [VOTE] Release Maven Wagon version 3.5.3

2022-12-20 Thread Michael Osipov

Am 2022-12-18 um 22:57 schrieb Michael Osipov:

Hi,

We solved 1 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122=12352696

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20WAGON%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1838/
https://repository.apache.org/content/repositories/maven-1838/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3-source-release.zip

Source release checksum(s):
wagon-3.5.3-source-release.zip
sha512: 
8db385a4676af25e78a35d9bea3c1c0892de29336206b02fcf5130e85736c01c2445b39276eb01c2b99ddce384b3649515c63a5f363ed168424b8c6d089f6170


Staging site:
https://maven.apache.org/wagon-archives/wagon-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



[VOTE] Release Maven Wagon version 3.5.3

2022-12-18 Thread Michael Osipov

Hi,

We solved 1 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122=12352696

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20WAGON%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1838/
https://repository.apache.org/content/repositories/maven-1838/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3-source-release.zip

Source release checksum(s):
wagon-3.5.3-source-release.zip
sha512: 
8db385a4676af25e78a35d9bea3c1c0892de29336206b02fcf5130e85736c01c2445b39276eb01c2b99ddce384b3649515c63a5f363ed168424b8c6d089f6170


Staging site:
https://maven.apache.org/wagon-archives/wagon-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



Re: [HEADS UP] Maven 3.8.7

2022-12-18 Thread Michael Osipov

Am 2022-12-18 um 14:27 schrieb Gary Gregory:

Is there something I can unzip and test?


All fresh: 
https://repository.apache.org/content/groups/snapshots/org/apache/maven/apache-maven/3.8.7-SNAPSHOT/



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



[HEADS UP] Maven 3.8.7

2022-12-18 Thread Michael Osipov

Folks,

Maven 3.8.7 is almost complete, a few regressions have been addressed.

I'll leave people this business week to work/discuss on potential issues 
for 3.8.x. My plan is to start the release around 2022-12-24. Hoping 
that this well be the last relase of the 3.8.x line.


Michael

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


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



Re: How secure is invoking a single mojo?

2022-12-16 Thread Michael Osipov

Am 2022-12-16 um 18:02 schrieb Aldrin Leal:

Hello,

Just a question I'd like to confirm with you guys: How "safe" is to run
`dependency:tree` on a given arbitrary pom?

I mean, whats the likelihood of that pom.xml triggering some "unsafe" code?

And how would you do this in (listing all the required runtime jar files
for a given project) the most secure way if you were given this task?


Safety and security are two different things. What are you striving for?


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



Re: [VOTE] Maven Script Interpreter 1.4 and Maven Invoker Plugin 3.4.0

2022-12-15 Thread Michael Osipov

Am 2022-12-15 um 04:29 schrieb Olivier Lamy:

Hi,
I'd like to release Maven Script Interpreter 1.4 and Maven Invoker Plugin 3.4.0
The main goal is to support jdk19.

Maven Script Interpreter 1.4 release notes
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352358=Text=12317922=Create

Staged repo: https://repository.apache.org/content/repositories/maven-1836/
sources: 
https://repository.apache.org/content/repositories/maven-1836/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4-source-release.zip

sources sha512 
https://repository.apache.org/content/repositories/maven-1836/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4-source-release.zip.sha512

staged site: 
https://maven.apache.org/shared-archives/maven-script-interpreter-LATEST/

Maven Invoker Plugin 3.4.0 Release notes
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317525=12330828

staged repo: https://repository.apache.org/content/repositories/maven-1837/
sources 
https://repository.apache.org/content/repositories/maven-1837/org/apache/maven/plugins/maven-invoker-plugin/3.4.0/maven-invoker-plugin-3.4.0-source-release.zip
sources sha512 
https://repository.apache.org/content/repositories/maven-1837/org/apache/maven/plugins/maven-invoker-plugin/3.4.0/maven-invoker-plugin-3.4.0-source-release.zip.sha512

vote open for 72H (countdown https://s.apache.org/m64qv )


+1


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



[ANN] Maven Site Plugin 4.0.0-M4 released

2022-12-05 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Site Plugin, version 4.0.0-M4.


https://maven.apache.org/plugins/maven-site-plugin/


Release Notes - Maven Site Plugin - Version 4.0.0-M4

** Bug
* [MSITE-639] - sub-project tries to fetch a site_en.xml even 
though no locales are configured

* [MSITE-827] - Site builds rely on HTTP 404
* [MSITE-904] - Unable to generate zh_TW locale of site document
* [MSITE-912] - Reporting plugins never executed if more than one 
locale is configured
* [MSITE-914] - SiteMojo never populates Doxia Sitetools Site 
Renderer supportedLocales Velocity context property


** Wish
* [MSITE-820] - Change localized output from language to full 
locale, like source


** Dependency upgrade
* [MSITE-913] - Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4
* [MSITE-915] - Upgrade Plexus Utils to 3.5.0
* [MSITE-916] - Upgrade Plexus Archiver to 4.6.0
* [MSITE-917] - Upgrade components and plugin in ITs
* [MSITE-918] - Upgrade Maven Reporting API to 4.0.0-M3
* [MSITE-919] - Upgrade Maven Reporting Exec to 2.0.0-M3


Enjoy,

-The Apache Maven team

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



[RESULT] [VOTE] Release Maven Site Plugin version 4.0.0-M4

2022-12-05 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Michael Osipov, Tamás Cservenák, Slawomir Jaranowski, Herve Boutemy

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file

and add this release the board report.


Re: Mock Repository Manager - improvements

2022-12-05 Thread Michael Osipov

Am 2022-12-04 um 15:41 schrieb Slawomir Jaranowski:

Hi,

Project Mock Repository Manager [1] still uses Maven 2.x Api for managing
artifacts, meta-data and local repositories.
I would like to switch to Api 3.x.

There is also one more feature - browsing repositories by browser, you can
start mrm by goal mrm:run and point your browser to provide address.

In my opinion mrm in most cases is used during integration tests, and
browsing managed repositories by browser is not used.
For browsing are only available artifacts and path which was resolved early
so not all available,

These options need a lot of code to support it.

I would like to remove such features and corresponding code, it will be
easier for the next refactor and improvements.

What do you think?

[1] https://www.mojohaus.org/mrm/mrm-maven-plugin/index.html



Reduce it to a bare minimum to do exactly one job and do it good. We 
don't need yet another Swiss Army Knife.


M

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



Re: [VOTE] Release Maven Site Plugin version 4.0.0-M4

2022-12-04 Thread Michael Osipov

Am 2022-12-04 um 12:19 schrieb Michael Osipov:

Am 2022-12-04 um 11:08 schrieb Herve Boutemy:

+1

notice that I get the same IT failing as Jenkins master:
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-site-plugin/job/
master/
I did not yet investigate if I can fix it easily or not


Darn. Can you provide a tarball of the failing IT? I want to take a look 
at the build.log and as well as the output. I assume that my test is not 
portable due to different locales supported by the Java versions.


OK, I have found it.

Here it is:

[INFO] Rendering site for locale 'ru_UA'
[DEBUG] Computing decoration model of 
'mygroupid:multimodule:pom:1.0.0-SNAPSHOT' for locale 'ru_UA'
[DEBUG] Reading site descriptor from 
/home/jenkins/jenkins-home/workspace/ven-box_maven-site-plugin_master@2/linux-jdk11-m3.6.x_build/target/it/site-sd-lang/src/site/site.xml
[DEBUG] Mapped url: 
file:/home/jenkins/jenkins-home/workspace/ven-box_maven-site-plugin_master@2/linux-jdk11-m3.6.x_build/target/it/site-sd-lang/file:/home/jenkins/jenkins-home/workspace/ven-box_maven-site-plugin_master@2/linux-jdk11-m3.6.x_build/target/it/site-sd-lang/deploy/mymodule
 to relative path: mymodule
[INFO] Relativizing decoration links with respect to localized project URL: 
http://my.url.com/ru_UA
[INFO] Rendering content with 
org.apache.maven.skins:maven-fluido-skin:jar:1.11.1 skin.
[DEBUG] Skin doxia-sitetools prerequisite: 1.11.1, current: 2.0.0-M4, matched = 
true
[DEBUG] The file 
'/home/jenkins/jenkins-home/workspace/ven-box_maven-site-plugin_master@2/linux-jdk11-m3.6.x_build/target/it/site-sd-lang/target/site/ru_UA/css/site.css'
 does not exist. Creating an empty file.
[DEBUG] Generating 
/home/jenkins/jenkins-home/workspace/ven-box_maven-site-plugin_master@2/linux-jdk11-m3.6.x_build/target/it/site-sd-lang/target/site/ru_UA/index.html
[INFO] Generating "Справка" report  --- 
maven-project-info-reports-plugin:3.4.1:index
[DEBUG] Mapped url: 
file:/home/jenkins/jenkins-home/workspace/ven-box_maven-site-plugin_master@2/linux-jdk11-m3.6.x_build/target/it/site-sd-lang/file:/home/jenkins/jenkins-home/workspace/ven-box_maven-site-plugin_master@2/linux-jdk11-m3.6.x_build/target/it/site-sd-lang/deploy/mymodule
 to relative path: mymodule


It seems that either due to Java 11 or rather GNU/Linux Russian in 
Ukraine is available as locale, but on Windows with Java 8 it is not. I 
will use a fictional language and country to simulate the skip.


This is not a showstopper for me.

M


Re: [VOTE] Release Maven Site Plugin version 4.0.0-M4

2022-12-04 Thread Michael Osipov

Am 2022-12-04 um 11:08 schrieb Herve Boutemy:

+1

notice that I get the same IT failing as Jenkins master:
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-site-plugin/job/
master/
I did not yet investigate if I can fix it easily or not


Darn. Can you provide a tarball of the failing IT? I want to take a look 
at the build.log and as well as the output. I assume that my test is not 
portable due to different locales supported by the Java versions.


Michael


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



Re: [VOTE] Release Maven Site Plugin version 4.0.0-M4

2022-12-03 Thread Michael Osipov

Am 2022-12-02 um 21:38 schrieb Michael Osipov:

Hi,

We solved 12 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923=12352544

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSITE%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1833/
https://repository.apache.org/content/repositories/maven-1833/org/apache/maven/plugins/maven-site-plugin/4.0.0-M4/maven-site-plugin-4.0.0-M4-source-release.zip

Source release checksum(s):
maven-site-plugin-4.0.0-M4-source-release.zip
sha512: 
cc1cb2eeb030b7961cdad7a60b037444979ea37b93c1d427a5876367ffdb64576d3456a5c421b0c79711e4907bcf1b2feccc53cff38e955e5abcef70c69226be


Staging site:
https://maven.apache.org/plugins-archives/maven-site-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



[VOTE] Release Maven Site Plugin version 4.0.0-M4

2022-12-02 Thread Michael Osipov

Hi,

We solved 12 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923=12352544

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSITE%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1833/
https://repository.apache.org/content/repositories/maven-1833/org/apache/maven/plugins/maven-site-plugin/4.0.0-M4/maven-site-plugin-4.0.0-M4-source-release.zip

Source release checksum(s):
maven-site-plugin-4.0.0-M4-source-release.zip
sha512: 
cc1cb2eeb030b7961cdad7a60b037444979ea37b93c1d427a5876367ffdb64576d3456a5c421b0c79711e4907bcf1b2feccc53cff38e955e5abcef70c69226be


Staging site:
https://maven.apache.org/plugins-archives/maven-site-plugin-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



[ANN] Apache Maven Reporting Impl 4.0.0-M3 released

2022-12-02 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Reporting Impl version 4.0.0-M3.


https://maven.apache.org/shared/maven-reporting-impl/


Release Notes - Maven Shared Components - Version 
maven-reporting-impl-4.0.0-M3


** Improvement
* [MSHARED-1106] - Improve and simplify section handling

** Dependency upgrade
* [MSHARED-1133] - Switch to JUnit 5 and drop junit-addons
* [MSHARED-1160] - Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4
* [MSHARED-1162] - Upgrade Plexus Utils to 3.5.0
* [MSHARED-1165] - Upgrade plugins and components in ITs


Enjoy,

-The Apache Maven team

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



[ANN] Apache Maven Reporting Exec 2.0.0-M3 released

2022-12-02 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Reporting Exec version 2.0.0-M3.


https://maven.apache.org/shared/maven-reporting-exec/


Release Notes - Maven Shared Components - Version 
maven-reporting-exec-2.0.0-M3


** Dependency upgrade
* [MSHARED-1163] - Upgrade Maven Reporting API to 4.0.0-M3
* [MSHARED-1164] - Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4
* [MSHARED-1166] - Upgrade Plexus Utils to 3.5.0
* [MSHARED-1167] - Upgrade plugins in ITs


Enjoy,

-The Apache Maven team

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



[RESULT] [VOTE] Release Apache Maven Reporting Exec version 2.0.0-M3

2022-12-02 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Michael Osipov, Tamás Cservenák, Olivier Lamy, Slawomir Jaranowski

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file

and add this release the board report.


[RESULT] [VOTE] Release Apache Maven Reporting Impl 4.0.0-M3

2022-12-02 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Michael Osipov, Tamás Cservenák, Olivier Lamy, Slawomir Jaranowski

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file

and add this release the board report.


Re: [VOTE] Release Apache Maven Reporting Impl version 4.0.0-M3

2022-12-01 Thread Michael Osipov

Am 2022-11-29 um 22:43 schrieb Michael Osipov:

Hi,

We solved 3 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352179

There are no issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-impl

Staging repo:
https://repository.apache.org/content/repositories/maven-1832/
https://repository.apache.org/content/repositories/maven-1832/org/apache/maven/reporting/maven-reporting-impl/4.0.0-M3/maven-reporting-impl-4.0.0-M3-source-release.zip

Source release checksum(s):
maven-reporting-impl-4.0.0-M3-source-release.zip
sha512: 
4e5e7c2639623ac7bf673b7e70a3d4620f6fbe7063891dee0e5a6ebc0ed61847dc6614b5979cd47b5a6a5e107afa10fadd90798d7810ce334155a2c168d9d8b3


Staging site:
https://maven.apache.org/shared-archives/maven-reporting-impl-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



Re: [VOTE] Release Apache Maven Reporting Exec version 2.0.0-M3

2022-12-01 Thread Michael Osipov

Am 2022-11-29 um 22:38 schrieb Michael Osipov:

Hi,

We solved 4 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352600

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-exec

Staging repo:
https://repository.apache.org/content/repositories/maven-1831/
https://repository.apache.org/content/repositories/maven-1831/org/apache/maven/reporting/maven-reporting-exec/2.0.0-M3/maven-reporting-exec-2.0.0-M3-source-release.zip

Source release checksum(s):
maven-reporting-exec-2.0.0-M3-source-release.zip
sha512: 
ab26e7e479ed35ab4c73fa8f89326e38a6f3c949297bb7215065ea2cf2b2b51ce841a4b02c1d27b92c34572a5936965acd0c8b3d865d8709a3bf38d6eb693aa0


Staging site:
https://maven.apache.org/shared-archives/maven-reporting-exec-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


+1


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



Re: [VOTE] Release Apache Maven Reporting Impl version 4.0.0-M3

2022-11-29 Thread Michael Osipov

Am 2022-11-29 um 22:43 schrieb Michael Osipov:

Hi,

We solved 3 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352179


The above is wrong. Here is the correct one:
We solved 5 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352135

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



[VOTE] Release Apache Maven Reporting Impl version 4.0.0-M3

2022-11-29 Thread Michael Osipov

Hi,

We solved 3 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352179

There are no issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-impl

Staging repo:
https://repository.apache.org/content/repositories/maven-1832/
https://repository.apache.org/content/repositories/maven-1832/org/apache/maven/reporting/maven-reporting-impl/4.0.0-M3/maven-reporting-impl-4.0.0-M3-source-release.zip

Source release checksum(s):
maven-reporting-impl-4.0.0-M3-source-release.zip
sha512: 
4e5e7c2639623ac7bf673b7e70a3d4620f6fbe7063891dee0e5a6ebc0ed61847dc6614b5979cd47b5a6a5e107afa10fadd90798d7810ce334155a2c168d9d8b3


Staging site:
https://maven.apache.org/shared-archives/maven-reporting-impl-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



[VOTE] Release Apache Maven Reporting Exec version 2.0.0-M3

2022-11-29 Thread Michael Osipov

Hi,

We solved 4 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12352600

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-exec

Staging repo:
https://repository.apache.org/content/repositories/maven-1831/
https://repository.apache.org/content/repositories/maven-1831/org/apache/maven/reporting/maven-reporting-exec/2.0.0-M3/maven-reporting-exec-2.0.0-M3-source-release.zip

Source release checksum(s):
maven-reporting-exec-2.0.0-M3-source-release.zip
sha512: 
ab26e7e479ed35ab4c73fa8f89326e38a6f3c949297bb7215065ea2cf2b2b51ce841a4b02c1d27b92c34572a5936965acd0c8b3d865d8709a3bf38d6eb693aa0


Staging site:
https://maven.apache.org/shared-archives/maven-reporting-exec-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



[ANN] Release Maven Dependency Plugin 3.4.0 released

2022-11-29 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Dependency Plugin version 3.4.0.


https://maven.apache.org/plugins/maven-dependency-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-dependency-plugin
  3.4.0



Release Notes - Maven Dependency Plugin - Version 3.4.0

** Bug
* [MDEP-806] - Dependency tree in verbose mode for war is empty
* [MDEP-809] - Javadoc was not updated to reflect that :tree's 
verbose option is now ok


** New Feature
* [MDEP-782] - Add a  option to unpack goals
* [MDEP-804] - Allow auto-ignore of all non-test scoped 
dependencies used only in test scope


** Improvement
* [MDEP-602] - Turn warnings into errors instead of failOnWarning
* [MDEP-674] - maven-dependency-plugin should leverage 
plexus-build-api to support IDEs

* [MDEP-716] - TestListClassesMojo logs too much
* [MDEP-827] - Use outputDirectory from AbstractMavenReport

** Dependency upgrade
* [MDEP-813] - Require Maven 3.2.5
* [MDEP-814] - Bump mrm-maven-plugin from 1.2.0 to 1.4.1
* [MDEP-815] - Upgrade Parent to 37
* [MDEP-817] - Bump maven-common-artifact-filters from 3.2.0 to 3.3.1
* [MDEP-818] - Bump plexus-io from 3.2.0 to 3.4.0
* [MDEP-821] - Bump mockito-core from 4.3.1 to 4.7.0
* [MDEP-822] - Bump maven-dependency-tree from 3.1.0 to 3.2.1
* [MDEP-823] - Bump maven-dependency-analyzer from 1.12.0 to 1.13.0
* [MDEP-824] - Bump plexus-utils from 3.4.1 to 3.5.0
* [MDEP-825] - Bump mockito-core from 4.7.0 to 4.9.0
* [MDEP-826] - Upgrade maven-reporting-impl from 3.1.0 to 3.2.0
* [MDEP-834] - Bump maven-common-artifact-filters from 3.3.1 to 3.3.2
* [MDEP-836] - Bump plexus-archiver from 4.2.2 to 4.6.0


Enjoy,

-The Apache Maven team

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



[ANN] Apache Maven Doxia Sitetools 2.0.0-M4 released

2022-11-29 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache 
Maven Doxia Sitetools, version 2.0.0-M4


Doxia Sitetools is an extension of base Doxia component that generates 
text markup, consisting of decoration and content that was generated by 
Doxia.


https://maven.apache.org/doxia/doxia-sitetools/

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/doxia/doxia-sitetools/download.cgi


Release Notes - Maven Doxia Sitetools - Version 2.0.0-M4

** Bug
* [DOXIASITETOOLS-266] - Don't create anchors behind the user's back

** Improvement
* [DOXIASITETOOLS-268] - Don't open version resource file on every 
call to render
* [DOXIASITETOOLS-271] - Overhaul locale support (make Locale#ROOT 
instead of Locale#ENGLISH default and use full locale)


** Task
* [DOXIASITETOOLS-270] - Remove internal (pseudo) skin and use 
Maven Fluido Skin by default


** Dependency upgrade
* [DOXIASITETOOLS-267] - Upgrade to Doxia 2.0.0-M4
* [DOXIASITETOOLS-273] - Upgrade Plexus Utils to 3.5.0
* [DOXIASITETOOLS-274] - Upgrade htmlunit to 2.67.0
* [DOXIASITETOOLS-275] - Upgrade Maven Reporting API to 4.0.0-M3
* [DOXIASITETOOLS-276] - Upgrade Maven Wagon to 3.5.2
* [DOXIASITETOOLS-277] - Upgrade L10N Maven Plugin to 1.0.0


Enjoy,

-The Apache Maven team

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



<    3   4   5   6   7   8   9   10   11   12   >