[ANN] Apache Maven Reporting Exec 2.0.0-M11 released

2023-10-17 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M11. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M11 ** Dependency upgrade * [MSHARED-1322] - Upgrade

[ANN] Apache Maven Doxia Sitetools 2.0.0-M13 released

2023-10-17 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M13 https://maven.apache.org/doxia/doxia-sitetools/ Release Notes - Maven Doxia Sitetools - Version 2.0.0-M13 ** Dependency upgrade * [DOXIASITETOOLS-314] - Upgrade to Doxia 2.0.0-M

[ANN] Apache Maven Reporting API 4.0.0-M8 released

2023-10-17 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting API version 4.0.0-M8. https://maven.apache.org/shared/maven-reporting-api/ Release Notes - Maven Shared Components - Version maven-reporting-api-4.0.0-M8 ** Dependency upgrade * [MSHARED-1316] - Upgrade to P

[ANN] Maven Site Plugin 4.0.0-M11 released

2023-10-17 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Site Plugin, version 4.0.0-M11. https://maven.apache.org/plugins/maven-site-plugin/ Release Notes - Maven Site Plugin - Version 4.0.0-M11 ** Dependency upgrade * [MSITE-981] - Upgrade to Doxia 2.0.0-M8 * [MSITE-982]

[ANN] Apache Maven Reporting Impl 4.0.0-M11 released

2023-10-17 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M11. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M11 ** Improvement * [MSHARED-1314] - mark execute()

[ANN] Apache Maven Doxia version 2.0.0-M8 released

2023-10-17 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia, version 2.0.0-M8 https://maven.apache.org/doxia/ Release Notes - Maven Doxia - Version 2.0.0-M8 * Bug * [DOXIA-706] - Sink.text(String, SinkEventAttributes) not properly supported by Xhtml5BaseSink ** D

Re: [maven-doxia-sitetools] How to upgrade from old pre-version 2.0.0 model?

2023-10-15 Thread Michael Osipov
On 2023/10/15 17:50:15 Dave Wichers wrote: > Hello, > > I'm looking at this: > https://www.mail-archive.com/commits@maven.apache.org/msg114005.html > > And see the code change introducing this warning: > > +LOGGER.warn( > +"Site model of '" + project.getId

[ANN] Maven Fluido Skin 2.0.0-M8 released

2023-10-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 2.0.0-M8. 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-M8 Import: This re

Re: NPE in AbstractMavenReport.execute, because 'this.siteTool' is null

2023-10-09 Thread Michael Osipov
I had these NPEs when I started to migrate reporting plugins and both the plugin and the super class contained the same fields which created conflicts. After I have removed them from the plugin and used the super ones all went fine. In your case I would really do what Hervé proposes: * remove y

[ANN] Maven Site Plugin 4.0.0-M10 released

2023-10-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Site Plugin, version 4.0.0-M10. https://maven.apache.org/plugins/maven-site-plugin/ Release Notes - Maven Site Plugin - Version 4.0.0-M10 ** Bug * [MSITE-971] - Site generation not resolving git.commit.time ** Improvem

[ANN] Apache Maven Reporting Exec 2.0.0-M10 released

2023-10-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M10. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M10 ** Bug * [MSHARED-1298] - Missing site report sh

[ANN] Apache Maven Doxia Sitetools 2.0.0-M12 released

2023-10-05 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M12 https://maven.apache.org/doxia/doxia-sitetools/ Release Notes - Maven Doxia Sitetools - Version 2.0.0-M12 ** Improvement * [DOXIASITETOOLS-253] - Clarify "border", "width" and "

[ANN] Apache Maven Reporting Impl 4.0.0-M10 released

2023-10-05 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M10. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M10 ** Improvement * [MSHARED-1295] - Have ${project

Re: NPE in AbstractMavenReport.execute, because 'this.siteTool' is null

2023-10-04 Thread Michael Osipov
On 2023/10/05 06:46:02 Hervé Boutemy wrote: > improvement proposed: review appreciated > https://github.com/apache/maven-reporting-impl/pull/24 Will try to look at the issue here and the proposed PR in the next couple of days... ---

Re: Maven 4 doesn't allow overriding user.language

2023-08-07 Thread Michael Osipov
The behavior is correct. You can only pass Maven user properties to CLI, *not* Java system properties. If you want to override them, use MAVEN_OPTS for this. It is an incorrect behavior from 3.x times where the notion between user properties and system properties was not properly defined. -

[ANN] Maven Fluido Skin 2.0.0-M7 released

2023-07-13 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 2.0.0-M7. 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-M7 Import: This re

[ANN] Maven Site Plugin 4.0.0-M9 released

2023-07-10 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Site Plugin, version 4.0.0-M9. https://maven.apache.org/plugins/maven-site-plugin/ Release Notes - Maven Site Plugin - Version 4.0.0-M9 ** Improvement * [MSITE-833] - Remove dependency to maven-compat ** Task * [MS

[ANN] Apache Maven Reporting Exec 2.0.0-M9 released

2023-07-10 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M9. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M9 ** Dependency upgrade * [MSHARED-1281] - Upgrade t

[ANN] Apache Maven Reporting Impl 4.0.0-M9 released

2023-07-10 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M9. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M9 ** Bug * [MSHARED-1275] - MavenReport#canGenerateR

[ANN] Apache Maven Doxia Sitetools 2.0.0-M11 released

2023-07-10 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M11 https://maven.apache.org/doxia/doxia-sitetools/ Release Notes - Maven Doxia Sitetools - Version 2.0.0-M11 ** Task * [DOXIASITETOOLS-309] - Add resource bundle property "External

Re: [ANN] Maven Fluido Skin 1.12.0 released

2023-07-09 Thread Michael Osipov
Am 2023-07-09 um 15:29 schrieb Jeremy Landis: Notes here state this requires site 4 plugin. Believe this one is still for site 3 plugin, correct? You are totally right. This information is incorrect. My bad, I forgot to remove the note which only applies to version 2.0. Please ignore this p

[ANN] Maven Fluido Skin 1.12.0 released

2023-07-09 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 1.12.0. 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.12.0 Import: This releas

[ANN] Apache Maven Reporting API 4.0.0-M7 released

2023-07-09 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting API version 4.0.0-M7. https://maven.apache.org/shared/maven-reporting-api/ Release Notes - Maven Shared Components - Version maven-reporting-api-4.0.0-M7 ** Improvement * [MSHARED-193] - API change: let Mave

[ANN] Apache Maven Doxia version 2.0.0-M7 released

2023-06-24 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia, version 2.0.0-M7 https://maven.apache.org/doxia/ Release Notes - Maven Doxia - Version 2.0.0-M7 ** Bug * [DOXIA-704] - style and class attributes not merged when user-supplied in XHTML5 sink ** Task

[ANN] Maven WAR Plugin 3.4.0 released

2023-06-15 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven WAR Plugin version 3.4.0. https://maven.apache.org/plugins/maven-war-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-war-plugin 3.4.0 Release Notes - Ma

[ANN] Maven Invoker Plugin 3.6.0 released

2023-06-15 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Invoker Plugin version 3.6.0. https://maven.apache.org/plugins/maven-invoker-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-invoker-plugin 3.6.0 Releas

[ANN] Maven Surefire 3.1.2 released

2023-06-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Surefire version 3.1.2. https://maven.apache.org/surefire/ Release Notes - Maven Surefire - Version 3.1.2 ** Bug * [SUREFIRE-2163] - customBundle properly not subject to basedir alignment * [SUREFIRE-2165] - TestSu

[ANN] Maven Project Info Reports Plugin 3.4.5 released

2023-06-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.4.5. 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-projec

[ANN] Release Maven Dependency Plugin 3.6.0 released

2023-05-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Dependency Plugin version 3.6.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.6.0

[ANN] Maven Checkstyle Plugin 3.3.0 released

2023-05-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.3.0. 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.3.

[ANN] Apache Maven Plugin Tools 3.9.0 released

2023-05-15 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Tools, version 3.9.0. https://maven.apache.org/plugin-tools/ Release Notes - Maven Plugin Tools - Version 3.9.0 ** Bug * [MPLUGIN-470] - *-mojo.xml (in PluginXdocGenerator) is overwritten when multiple l

[ANN] Maven PMD Plugin 3.21.0 released

2023-05-15 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven PMD Plugin version 3.21.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.21.0 Release Notes -

[ANN] Maven Surefire 3.1.0 released

2023-05-07 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Surefire version 3.1.0. https://maven.apache.org/surefire/ Release Notes - Maven Surefire - Version 3.1.0 ** Sub-task * [SUREFIRE-2162] - Document upcoming mojo and file names change ** Bug * [SUREFIRE-2140] - Cann

[ANN] Maven Site Plugin 4.0.0-M8 released

2023-05-02 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Site Plugin, version 4.0.0-M8. https://maven.apache.org/plugins/maven-site-plugin/ Release Notes - Maven Site Plugin - Version 4.0.0-M8 ** Bug * [MSITE-951] - Don't abuse report's symbolic output name as filename *

[ANN] Apache Maven Doxia Sitetools 2.0.0-M10 released

2023-04-29 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M10 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

[ANN] Maven Fluido Skin 2.0.0-M6 released

2023-04-29 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 2.0.0-M6. 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-M6 Import: This re

[ANN] Apache Maven Reporting Impl 2.0.0-M8 released

2023-04-29 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M8. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M8 ** Dependency upgrade * [MSHARED-1245] - Upgrade t

[ANN] Apache Maven Reporting Exec 2.0.0-M8 released

2023-04-29 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M8. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M8 ** Dependency upgrade * [MSHARED-1246] - Upgrade c

[ANN] Maven Checkstyle Plugin 3.2.2 released

2023-04-20 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.2.2. 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.

Re: MavenCLI failing in Jenkins

2023-04-20 Thread Michael Osipov
On 2023/04/20 14:15:37 Javier Ortiz Bultron wrote: > So this is not official? It certainly looks that way. > > https://hub.docker.com/_/maven ...and this is exactly the problem. - To unsubscribe, e-mail: users-unsubscr...@maven.

Re: MavenCLI failing in Jenkins

2023-04-20 Thread Michael Osipov
On 2023/04/19 21:42:20 Javier Ortiz Bultron wrote: > Code works perfectly on my Mac but not on Jenkins. I'm running this on the > Maven official image: maven:3.9.1-eclipse-temurin-11 This is NOT official! Gosh, how I hate what Docker Hub does. -

[ANN] Apache Maven Reporting Impl 4.0.0-M7 released

2023-04-18 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M7. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M7 ** Improvement * [MSHARED-1232] - Properly populat

[ANN] Apache Maven Reporting Exec 2.0.0-M7 released

2023-04-18 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M7. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M7 ** Improvement * [MSHARED-1236] - Supply execution

[ANN] Apache Maven Doxia Sitetools 2.0.0-M8 released

2023-04-18 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M8 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/

[ANN] Maven Project Info Reports Plugin 3.4.3 released

2023-04-18 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.4.3. 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-projec

[ANN] Apache Maven Reporting API 4.0.0-M6 released

2023-04-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting API version 4.0.0-M6. https://maven.apache.org/shared/maven-reporting-api/ Release Notes - Maven Shared Components - Version maven-reporting-api-4.0.0-M6 ** Task * [MSHARED-1231] - Remove unused default-repo

[ANN] Maven Site Plugin 4.0.0-M7 released

2023-04-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Site Plugin, version 4.0.0-M7. https://maven.apache.org/plugins/maven-site-plugin/ Release Notes - Maven Site Plugin - Version 4.0.0-M7 ** Bug * [MSITE-226] - Missing escaping of ${project.name} for default site descri

[ANN] Apache Maven Reporting Exec 2.0.0-M6 released

2023-04-04 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M6. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M6 ** Dependency upgrade * [MSHARED-1222] - Upgrade t

[ANN] Apache Maven Reporting Impl 4.0.0-M6 released

2023-04-04 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M6. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M6 ** Dependency upgrade * [MSHARED-1221] - Upgrade t

[ANN] Apache Maven Doxia Sitetools 2.0.0-M7 released

2023-04-04 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M7 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/

Re: [m-site-plugin] Error reading site descriptor

2023-04-04 Thread Michael Osipov
On 2023/04/03 03:41:28 Maxim Solodovnik wrote: > Hello Michael, > > surprisingly it helped! > Thanks a million! :)) Not a surprise, this is on purpose: https://issues.apache.org/jira/browse/DOXIASITETOOLS-294 Read the issue description. The resolution is now done right.

Re: [m-site-plugin] Error reading site descriptor

2023-04-01 Thread Michael Osipov
rm -rf ~/.m2/repository and try again. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANN] Maven Fluido Skin 2.0.0-M5 released

2023-03-31 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 2.0.0-M5. 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-M5 Import: This r

[ANN] Maven SCM Publish Plugin 3.2.1 released

2023-03-28 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven SCM Publish Plugin version 3.2.1. https://maven.apache.org/plugins/maven-scm-publish-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-scm-publish-plugin 3.2

[ANN] Maven Site Plugin 4.0.0-M6 released

2023-03-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Site Plugin, version 4.0.0-M6. https://maven.apache.org/plugins/maven-site-plugin/ Release Notes - Maven Site Plugin - Version 4.0.0-M6 ** Dependency upgrade * [MSITE-930] - Upgrade plugins and components (in ITs) *

[ANN] Apache Maven Reporting Impl 4.0.0-M5 released

2023-03-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M5. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M5 ** Dependency upgrade * [MSHARED-1209] - Upgrade p

[ANN] Apache Maven Reporting Exec 2.0.0-M5 released

2023-03-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M5. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M5 ** Task * [MSHARED-1207] - Deprecate MavenReportEx

[ANN] Apache Maven Reporting API 4.0.0-M5 released

2023-03-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting API version 4.0.0-M5. https://maven.apache.org/shared/maven-reporting-api/ Release Notes - Maven Shared Components - Version maven-reporting-api-4.0.0-M5 ** Dependency upgrade * [MSHARED-1206] - Upgrade to D

[ANN] Apache Maven Doxia Sitetools 2.0.0-M6 released

2023-03-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M6 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/

[ANN] Apache Maven Doxia version 2.0.0-M6 released

2023-03-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia, version 2.0.0-M6 https://maven.apache.org/doxia/ Release Notes - Maven Doxia - Version 2.0.0-M6 ** Bug * [DOXIA-690] - Markdown Parser: Multiline metadata incorrectly rendered * [DOXIA-691] - APT: Em

[ANN] Maven Release 3.0.0 released

2023-03-20 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Release version 3.0.0. https://maven.apache.org/maven-release/ Release Notes - Maven Release - Version 3.0.0 ** New Feature * [MRELEASE-1077] - Add support for prepare-specific profiles * [MRELEASE-1078] - Support v

[ANN] Apache Maven SCM 2.0.0 released

2023-03-17 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 2.0.0. https://maven.apache.org/scm/ Release Notes - Maven SCM - Version 2.0.0 ** Dependency upgrade * [SCM-1005] - Upgrade Parent to 39 * [SCM-1006] - Upgrade components Enjoy, -The Apache Ma

[ANN] Apache Maven 3.8.8 released

2023-03-14 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven 3.8.8 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 o

[ANN] Release Maven Artifact Plugin 3.4.1 released

2023-03-07 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Artifact Plugin version 3.4.1. https://maven.apache.org/plugins/maven-artifact-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-artifact-plugin 3.4.1 Rel

[ANN] Maven Invoker Plugin 3.5.0 released

2023-02-15 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Invoker Plugin version 3.5.0. https://maven.apache.org/plugins/maven-invoker-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-invoker-plugin 3.5.0 Releas

[ANN] Maven Javadoc Plugin 3.5.0 released

2023-02-15 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.5.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configuration:

[ANN] Maven Fluido Skin 2.0.0-M3 released

2023-02-15 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 2.0.0-M3. 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-M3 Release Notes

[ANN] Maven Site Plugin 4.0.0-M5 released

2023-02-14 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Site Plugin, version 4.0.0-M5. https://maven.apache.org/plugins/maven-site-plugin/ Release Notes - Maven Site Plugin - Version 4.0.0-M5 ** Bug * [MSITE-220] - site:run mojo will not display Javadoc or JXR report result

[ANN] Apache Maven Reporting Impl 4.0.0-M4 released

2023-02-14 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M4. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M4 ** New Feature * [MSHARED-1168] - Add support for

[ANN] Release Maven Artifact Plugin 3.4.0 released

2023-02-07 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Artifact Plugin version 3.4.0. https://maven.apache.org/plugins/maven-artifact-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-artifact-plugin 3.4.0 Re

[ANN] Apache Maven Reporting Exec 2.0.0-M4 released

2023-02-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M4. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M4 ** Task * [MSHARED-1193] - Remove Maven 2 compat c

[ANN] Apache Maven Doxia Sitetools 2.0.0-M5 released

2023-02-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M5 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/

[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 M

[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

[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 - Ma

[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

[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

[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

[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.

[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 -

[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-projec

[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 o

[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

[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 loc

[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 simp

[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 M

[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

[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/

[ANN] Apache Maven Reporting API 4.0.0-M3 released

2022-11-26 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting API version 4.0.0-M3. https://maven.apache.org/shared/maven-reporting-api/ Release Notes - Maven Shared Components - Version maven-reporting-api-4.0.0-M3 ** Task * [MSHARED-1159] - Require locale to be not n

[ANN] Maven Release 3.0.0-M7 released

2022-11-02 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Release version 3.0.0-M7. https://maven.apache.org/maven-release/ Release Notes - Maven Release - Version 3.0.0-M7 ** Bug * [MRELEASE-1104] - stage goal doesn’t use stagingRepository parameter ** Improvement * [MRE

[ANN] Apache Maven SCM 2.0.0-M3 released

2022-10-28 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 2.0.0-M3. https://maven.apache.org/scm/ Release Notes - Maven SCM - Version 2.0.0-M3 ** Bug * [SCM-1000] - check-local-modification ignoring excludes (scm:git) * [SCM-1003] - gitexe remove comman

[ANN] Apache Maven Doxia version 2.0.0-M4 released

2022-10-19 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia, version 2.0.0-M4 https://maven.apache.org/doxia/ Release Notes - Maven Doxia - Version 2.0.0-M4 ** Sub-task * [DOXIA-599] - Replace element's name attribute with id attribute * [DOXIA-668] - Remove

[ANN] Maven PMD Plugin 3.18.0 released

2022-08-23 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven PMD Plugin version 3.18.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.18.0 Release Notes -

[ANN] Maven Checkstyle Plugin 3.2.0 released

2022-08-23 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.2.0. 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.

[ANN] Maven PDF Plugin 1.6.1 released

2022-08-19 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven PDF Plugin version 1.6.1. https://maven.apache.org/plugins/maven-pdf-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-pdf-plugin 1.6.1 Release Notes - Ma

[ANN] Apache Maven JXR 3.3.0 released

2022-08-19 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven JXR version 3.3.0 This module generates browsable HTML pages from Java source code. https://maven.apache.org/jxr/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins m

[ANN] Release Maven Help Plugin 3.3.0 released

2022-08-16 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.3.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration: org.

[ANN] Maven Project Info Reports Plugin 3.4.1 released

2022-08-13 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.4.1. 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-projec

[ANN] Maven Javadoc Plugin 3.4.1 released

2022-08-13 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.4.1. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configuration:

[ANN] Apache Maven Reporting Impl 3.2.0 released

2022-08-09 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 3.2.0. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-3.2.0 ** Improvement * [MSHARED-1099] - Render with a skin when

<    1   2   3   4   5   >