[ANN] Apache Maven Dependency Analyzer 1.15.0 Released

2024-10-08 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Analyzer, version 1.15.0 This component analyzes the dependencies of a project for undeclared or unused artifacts. https://maven.apache.org/shared/maven-dependency-analyzer/ You should specify the version in

Re: maven file management uses vulnerable commons-io

2024-10-29 Thread Slawomir Jaranowski
for the noise, but isn't file-management deprecated? > We just don't want yet-another-burden to maintain... > > Derek, what do you use from file-management? > > Thanks > T > > On Mon, Oct 28, 2024 at 9:46 PM Slawomir Jaranowski > wrote: > > > > Hi,

Re: maven file management uses vulnerable commons-io

2024-10-28 Thread Slawomir Jaranowski
Hi, Thanks for the info. I have added to my release queue. I will release it in my free time. On Mon, 28 Oct 2024 at 18:16, Derek Cordeiro wrote: > > Hello, > > We use jacoco that uses maven file management 3.1.0 > (https://mvnrepository.com/artifact/org.apache.maven.shared/file-management/3.1

[ANN] Apache Maven Archetype Plugin 3.3.1 Released

2024-10-28 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Archetype Plugin, version 3.3.1 The Archetype Plugin allows the user to create a Maven project from an existing template called an archetype. It also allows the user to create an archetype from an existing project. https

[ANN] Apache Maven Dependency Analyzer 1.15.1 Released

2024-10-26 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Analyzer, version 1.15.1 This component analyzes the dependencies of a project for undeclared or unused artifacts. https://maven.apache.org/shared/maven-dependency-analyzer/ You should specify the version in

[ANN] Apache Maven Archetype Plugin 3.3.0 Released

2024-09-26 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Archetype Plugin, version 3.3.0 The Archetype Plugin allows the user to create a Maven project from an existing template called an archetype. It also allows the user to create an archetype from an existing project. http

Re: Maven Archetype: groovy.text.SimpleTemplateEngine Not Found

2024-09-28 Thread Slawomir Jaranowski
Hi. Thanks for report. I will check it in next week unless someone else do it earlier. jira issue will be ok for it. sob., 28 wrz 2024, 13:29 użytkownik Reza Rahman napisał: > Hi there! > > I am writing on behalf of the official Jakarta EE Starter project: > https://start.jakarta.ee. We make u

Working on maven-changes-plugin 3.0.0

2024-11-21 Thread Slawomir Jaranowski
Hi, I'm working on maven-changes-plugin - this project hasn't been released for a long time, so it is time to refresh it and release it. I need to make changes in schema - the newer version of modello doesn't support mixed tags - tags with content and other tags. It will breaking changes, you wil

Re: Working on maven-changes-plugin 3.0.0

2024-11-26 Thread Slawomir Jaranowski
lement > 'document'." You need update schema version in changes.xml to 2.0 caused by: https://github.com/apache/maven-changes-plugin/pull/42 > > Giacomo > > > On Fri, Nov 22, 2024 at 8:33 AM Slawomir Jaranowski > wrote: > > > Hi, > > > > I&#

Re: Maven tries to download twice, first one without auth

2021-08-21 Thread Slawomir Jaranowski
Hi, I use for artifactory configuration like it: xxx xxx xxx true pt., 20 sie 2021 o 23:12 Bernd Eckenfels napisał(

Re: Wrong site skin in 3.8.2 vs 3.6.3

2021-08-24 Thread Slawomir Jaranowski
Hi probably this is reason https://issues.apache.org/jira/browse/MNG-7215 wt., 24 sie 2021, 15:54 użytkownik Gary Gregory napisał: > When I build git master of Apache Commons DBCP, I get the old site skin > with 'mvn clean install site' using 3.8.2. All is well in 3.6.3. > > I did not take the

Re: Eclipse support for Maven modules

2021-12-27 Thread Slawomir Jaranowski
Hi, Does your fresh project after git checkout build correctly with all modules by standard Maven command, like mvn clean verify from command line? Is your project accessible publicly? pon., 27 gru 2021 o 15:56 Ed Dowgiallo napisał(a): > Hi, > > First time poster. > > I like the Maven approac

Re: A proposal for a change of the guide about creating an archetype

2022-01-04 Thread Slawomir Jaranowski
Hi Thanks for the proposition and testing. If you wish you can help us and edit source of page: https://github.com/apache/maven-site/blob/master/content/apt/guides/mini/guide-creating-archetypes.apt by creating PR with propositions. wt., 4 sty 2022 o 22:51 Michael Mirwaldt napisał(a): > Hi,

[ANN] Apache Maven Plugin Tools 3.6.4 released

2022-01-18 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Tools, version 3.6.4. https://maven.apache.org/plugin-tools/ Release Notes - Maven Plugin Tools - Version 3.6.4 ** Bug * [MPLUGIN-382] - Too many dependencies in plugin descriptor * [MPLUGIN-383] - Missin

Re: 'mvn release:clear' always returns 1 since Maven 3.8.2

2022-01-26 Thread Slawomir Jaranowski
Hi, Please create issue: https://issues.apache.org/jira/projects/MRELEASE Also PR are welcome. śr., 26 sty 2022 o 08:28 VIEGAS Ludovic napisał(a): > Hi, > > I updated from Maven 3.8.1 to [3.8.2,3.8.3,3.8.4] and noticed that some of > my scripts failed because the maven process ended with the e

[ANN] Apache Maven Dependency Analyzer 1.12.0 Released

2022-01-29 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Analyzer, version 1.12.0 This component analyzes the dependencies of a project for undeclared or unused artifacts. https://maven.apache.org/shared/maven-dependency-analyzer/ You should specify the version in

[ANN] Apache Maven Dependency Plugin 3.3.0 Released

2022-03-11 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Plugin, version 3.3.0 This plugin provides utility goals to work with dependencies like copying, unpacking, analyzing, resolving and many more. https://maven.apache.org/plugins/maven-dependency-plugin/ You sh

[ANN] Apache Maven JXR 3.2.0 Released

2022-03-20 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache JXR, version 3.2.0 The Apache Maven JXR project is a library to analyze a set of Java source files and produces documentation in HTML format à la Javadoc. The Apache Maven JXR Plugin produces a cross-reference of the project's

[ANN] Apache Maven Verifier 1.8.0 Released

2022-03-24 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Verifier, version 1.8.0 This library provides a test harness for Maven integration tests. https://maven.apache.org/shared/maven-verifier/ You should specify the dependency in your project: org.apache.maven.shared

[ANN] Apache Maven Invoker version 3.2.0 Released

2022-04-10 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Invoker, version 3.2.0 Apache Maven Invoker is a component to programmatically invoke Maven build. https://maven.apache.org/shared/maven-invoker/ You should specify the version in your project's dependencies: org.ap

Re: Shading, relocation and modules?

2022-04-12 Thread Slawomir Jaranowski
Hi, New transformer is a good idea. There is also similar issue https://issues.apache.org/jira/browse/MSHADE-262 wt., 12 kwi 2022 o 11:35 Delany napisał(a): > Hi Niels, > > I don't see an existing resource transformer for module-info > > https://maven.apache.org/plugins/maven-shade-plugin/exam

[ANN] Apache Software Foundation Parent POM Version 26 Released

2022-04-13 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version, version 26 https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 26 You can download the appropriate

Re: Any plans to release maven-checkstyle-plugin?

2022-04-21 Thread Slawomir Jaranowski
Hi, Can you confirm that version 3.2.0-SNAPSHOT is working for you? https://maven.apache.org/guides/development/guide-testing-development-plugins.html czw., 21 kwi 2022 o 11:51 Maxim Solodovnik napisał(a): > Hello All, > > I would like to switch to the latest Java17 LTS > But it seems latest m

Re: Problem with an Maven Build

2022-05-05 Thread Slawomir Jaranowski
Hi, Try a newer version of maven, 3.8.5 - you will see a warning for plugins without the version specified. You defined a version of surefire in the reporting section. Please add version of surefire in build -> plugins or build -> pluginsManagment czw., 5 maj 2022 o 15:48 Nelligan, Steven M

[ANN] Apache Maven Shared Dependency Tree 3.3.1 Released

2022-05-17 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Dependency Tree, version 3.3.1 https://maven.apache.org/shared/maven-dependency-tree/ You should specify the version in your project's plugin configuration: org.apache.maven.shared maven-dependency-tree 3.

Re: Any plans to release maven-checkstyle-plugin?

2022-05-18 Thread Slawomir Jaranowski
Hi, Does current code resolve the issue with velocity? Before we should do some standard tasks - review existing issues [1] - maybe some can be closed, and other can be easy to fix - review existing PR [2] So community help will be appreciated. Finally I can release the next version. [1] htt

Re: maven-invoker-plugin and groovy modules

2022-05-21 Thread Slawomir Jaranowski
Hi, Issue for it https://issues.apache.org/jira/browse/MINVOKER-304 sob., 14 maj 2022 o 21:53 Hervé BOUTEMY napisał(a): > looks like a good idea > +1 > > Regards, > > Hervé > > Le samedi 14 mai 2022, 15:47:25 CEST Slawomir Jaranowski a écrit : > > Hi, > > &g

[ANN] Apache Maven Invoker Plugin version 3.3.0 Released

2022-05-29 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Invoker Plugin, version 3.3.0 The Maven Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a g

Re: How to make Surefire output an HTML report but also set the return code based on test results?

2022-05-30 Thread Slawomir Jaranowski
Hi, Another idea - try use failsafe Execution can be: - failsafe:integration-test - surefire-report:failsafe-report-only - failsafe:verify Probably you should change of failsafe.includes and bind failsafe:integration-test to test phase wt., 31 maj 2022 o 06:01 Lasse Lindqvist napisał(a):

Re: Questions about surefire issue causing "buffer overflow" and apache JIRA problem

2022-05-31 Thread Slawomir Jaranowski
Hi, M7 should be released soon, please follow the discussion on dev list [1] [1] https://lists.apache.org/thread/r86q92w8pfb1g3rg8tzbt810cjt6vdcq wt., 31 maj 2022 o 15:47 David Karr napisał(a): > I noticed the following issue: > https://issues.apache.org/jira/browse/SUREFIRE-2056 > > I searche

Re: Questions about surefire issue causing "buffer overflow" and apache JIRA problem

2022-05-31 Thread Slawomir Jaranowski
ddress this? I was considering spending the time trying to > take that test case and whittling it down to something that I can post that > still demonstrates the problem, although that may take a lot of time and > not result in something that I can use. > > On Tue, May 31, 2022

[ANN] Apache Maven Enforcer Plugin 3.1.0 Released

2022-06-10 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer Plugin, version 3.1.0 This plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more built-in rules and user created rules. https://

Re: peer not authenticated error

2022-06-14 Thread Slawomir Jaranowski
Hi, In your project I see: derby-project ALPHA_VERSION Please try to change project version to SNAPSHOT (all modules), eg 10.16.0-SNAPSHOT , you can use mvn versions:set -DnewVersion=10.16.0-SNAPSHOT and than try mvn deploy Please note that you can not override release version. wt., 14 cze

Re: Surefire not running JUnit 5 tests after fixing how junit-bom artifacts are specified

2022-06-17 Thread Slawomir Jaranowski
Do you have on your classpath - junit-platform-runner? Please remove it. pt., 17 cze 2022 o 20:23 David Karr napisał(a): > I'm posting a new note, as this might be a different issue. > > I recently got good advice on this list about how to properly specify the > version overrides for the junit-

Re: Surefire not running JUnit 5 tests after fixing how junit-bom artifacts are specified

2022-06-17 Thread Slawomir Jaranowski
ngframework.boot > spring-boot-dependencies > ${spring-boot.version} > pom > import > > > Do I add an exclusion to one or both of these? > > On Fri, Jun 17, 2022 at 11:37 AM Slawomir

Re: How to tell maven to use https instead of http...

2022-06-19 Thread Slawomir Jaranowski
Hi, What version of Maven do you use? Show output of: mvn -v Please try with the latest version: https://maven.apache.org/download.cgi niedz., 19 cze 2022 o 19:12 Stefano Fornari napisał(a): > I am trying to create a project from an archetype: > > mvn archetype:generate \ > -Darchet

[ANN] Maven Fluido Skin 1.11.1 released

2022-06-29 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 1.11.1. 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.1 Release Notes - Maven Skins

[ANN] Apache Maven Assembly Plugin 3.4.1 Released

2022-07-07 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.4.1 https://maven.apache.org/plugins/maven-assembly-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-assembly-plugin 3.4.1

[ANN] Apache Software Foundation Parent POM Version 27 Released

2022-07-14 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version, version 27 https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 27 You can download the appropriate

[ANN] Apache Maven Dependency Analyzer 1.13.0 Released

2022-08-24 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Analyzer, version 1.13.0 This component analyzes the dependencies of a project for undeclared or unused artifacts. https://maven.apache.org/shared/maven-dependency-analyzer/ You should specify the version in

[ANN] Apache Maven Dependency Tree 3.2.0 Released

2022-08-25 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Tree, version 3.2.0 https://maven.apache.org/shared/maven-dependency-tree/ You should specify the version in your project's dependency configuration: org.apache.maven.shared maven-dependency-tree 3.2.0

Re: Parallel builds

2022-09-02 Thread Slawomir Jaranowski
Hi Niels There are two different topics. First, how Maven builds a multi module project, sequentially or in parallel. This is configured by -T options for Maven command. Even Maven builds modules in parallel, each task like compile, tests are executed secentiali in each module - simply we can not

Re: Maven Wrapper: Using it with override settings.xml

2022-09-13 Thread Slawomir Jaranowski
Hi, You can create file: .mvn/maven.config [1] with content --settings ./settings.xml [1] https://maven.apache.org/configure.html#mvn-maven-config-file wt., 13 wrz 2022 o 11:46 Delany napisał(a): > I used to place them in /.mvn/settings.xml but khmarbaise advised > against, so I inject the se

[ANN] Maven JAR Plugin 3.3.0 released

2022-09-16 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Maven JAR Plugin version 3.3.0. https://maven.apache.org/plugins/maven-jar-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-jar-plugin 3.3.0 Release Notes - Maven JAR

[ANN] Maven Shared Maven Common Artifact Filters 3.3.2 Released

2022-09-16 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of Maven Shared Maven Common Artifact Filters 3.3.2 component. Site: https://maven.apache.org/shared/maven-common-artifact-filters/ Release Notes - Maven Shared Components - Version maven-common-artifact-filters-3.3.2 ** Bug * [MSHARED

[ANN] Apache Maven Verifier 2.0.0-M1 Released

2022-09-26 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Verifier, version 2.0.0-M1 This library provides a test harness for Maven integration tests. https://maven.apache.org/shared/maven-verifier/ You should specify the dependency in your project: org.apache.maven.shared

[ANN] Apache Maven EAR Plugin 3.3.0 Released

2022-10-22 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.3.0 This plugin generates Java EE Enterprise Archive (EAR) file. https://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration: org.ap

[ANN] Apache Maven Plugin Tools 3.7.0 Released

2022-11-07 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Tools, version 3.7.0. https://maven.apache.org/plugin-tools/ Release Notes - Maven Plugin Tools - Version 3.7.0 ** Bug * [MPLUGIN-298] - The plugin descriptor generated by plugin:descriptor does not consider

Re: Change log level of a maven plugin

2022-11-08 Thread Slawomir Jaranowski
Hi, You must pass such parameters as systeem properties First you must discover logger name of sonar plugin, so MAVEN_OPTS=-Dorg.slf4j.simpleLogger.showLogName=true mvn ... next MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.=error mvn ... - must be replaced by propper logger name from the first te

[ANN] Apache Maven Install Plugin 3.1.0 Released

2022-11-17 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 3.1.0 https://maven.apache.org/plugins/maven-instll-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-install-plugin 3.1.0 You

Surefire plain text reports

2022-11-18 Thread Slawomir Jaranowski
Hi, By default Surefire generate plain text reports which is stored in target/surefire-reports/yourTestName.txt It can be disabled by using the "useFile" parameter. Question - Does somebody use such reports? I'm thinking about removing those at all and saving some CO2 :-) What do you think? --

Re: Surefire plain text reports

2022-11-18 Thread Slawomir Jaranowski
ps://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > Le ven. 18 nov. 2022 à 09:23, Slawomir Jaranowski > a écrit : > > > Hi

Re: Please release maven-dependency-plugin 3.3.1

2022-11-21 Thread Slawomir Jaranowski
Hi, Thanks for pointing this out. I will check the current code, current open issues and prepare for the next release. I think in the next two, three weeks it should be done. Any help for verifying open issues will be highly appreciated. [1] [1] https://issues.apache.org/jira/projects/MDEP

Re: Maven build hanging -- how to collect diagnostics?

2022-12-01 Thread Slawomir Jaranowski
czw., 1 gru 2022 o 23:21 John Lilley napisał(a): > Greetings, > > > > I have a maven build for a somewhat complex tree of projects, where I find > that a multi-thread build will hang unless “clean” is done first. A > single-thread build is fine. The hang seems to occur at one of the > “Installi

[ANN] Apache Software Foundation Parent POM Version 29 Released

2022-12-14 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version, version 29 https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 29 You can download the appropriate

[ANN] Apache Maven Parent POMs 39 Released

2022-12-14 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Maven Parent POMs Version 39. Maven Parent POMs include Maven Parent POM itself, but also Maven Plugins Parent POM, Maven Shared Components Parent POM, Maven Skins Parent POM and Maven Doxia Tools Parent POM. https://maven.apache.org

Re: Maven Enforcer and Maven 4.0.0-alpha-3 compatibility

2022-12-23 Thread Slawomir Jaranowski
Hi, Thanks for the info. I'm working on the next version of Enforcer. I added an issue to verify [1] You can follow, add comments. [1] https://issues.apache.org/jira/browse/MENFORCER-447 pt., 23 gru 2022 o 14:49 Pavel Horal napisał(a): > Hello, > > are Maven Enforcer (and Maven plugin in ge

Re: Apache Maven 4.0.0-alpha-3 and org.apache.maven.plugins.enforcer.RequirePluginVersions?

2022-12-23 Thread Slawomir Jaranowski
Please follow, comments https://issues.apache.org/jira/browse/MENFORCER-447 pon., 19 gru 2022 o 17:53 Mirko Friedenhagen napisał(a): > Hello, > > we have configured this rule for ages and now when executing enforcer, I > get: > > [INFO] --- enforcer:3.1.0:enforce (default-enforce) @ --- >

[ANN] Apache Maven Enforcer Plugin 3.2.1 Released

2023-01-31 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer Plugin, version 3.2.1 This plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more built-in rules and user created rules. https://

Re: Maven Wrapper 3.2.0

2023-02-16 Thread Slawomir Jaranowski
Hi, I will take care of it next week. Please help to review / close / merge existing PR. wt., 7 lut 2023 o 09:22 napisał(a): > Hi! > > > The latest release of Maven Wrapper was in May 2022. There has been some > fixes and features since then (see: > https://issues.apache.org/jira/issues/?jql=

Re: Re: Maven Wrapper 3.2.0

2023-03-08 Thread Slawomir Jaranowski
śr., 8 mar 2023 o 09:12 napisał(a): > Hi Slawomir, > > > > Any updates on the Maven Wrapper 3.2.0 release? > > I will start the release process today or tomorrow at least. > > BR, > > Jimisola > > > > On 2023/02/17 07:05:04 Slawomir Jaranowski wro

[ANN] Apache Maven Wrapper 3.2.0 Released

2023-03-12 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Wrapper, version 3.2.0 The Maven Wrapper is an easy way to ensure a user of your Maven build has everything necessary to run your Maven build. See https://maven.apache.org/wrapper/ for instructions on how to use Maven Wr

[ANN] Release Apache Maven Surefire 3.0.0

2023-03-14 Thread Slawomir Jaranowski
Hi The Apache Maven team is pleased to announce the availability of Maven Surefire 3.0.0 Release Notes - Maven Surefire - Version 3.0.0 ** Bug * [SUREFIRE-2119] - Inconsistent failIfNoSpecifiedTests parameter prefixes * [SUREFIRE-2143] - Disabled @ParametrizedTest is not counted as skipp

[ANN] Release Maven Help Plugin 3.4.0 released

2023-03-18 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.4.0. The Maven Help Plugin is used to get relative information about a project or the system. https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin co

[ANN] Apache Maven Invoker Plugin version 3.5.1 Released

2023-03-30 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Invoker Plugin, version 3.5.1 The Maven Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a g

[ANN] Apache Maven Enforcer Plugin 3.3.0 Released

2023-04-04 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer Plugin, version 3.3.0 This plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more built-in rules and user created rules. https://

[ANN] Apache Maven Dependency Analyzer 1.13.1 Released

2023-04-16 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Analyzer, version 1.13.1 This component analyzes the dependencies of a project for undeclared or unused artifacts. https://maven.apache.org/shared/maven-dependency-analyzer/ You should specify the version in

[ANN] Apache Maven Shared JAR version 3.0.0 Released

2023-04-18 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Shared JAR version 3.0.0 https://maven.apache.org/shared/maven-shared-jar/ You should specify the version in your project's dependencies configuration: org.apache.maven.shared maven-shared-jar 3.0.0 You can dow

[ANN] Apache Maven Plugin Tools 3.8.2 Released

2023-04-21 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Tools, version 3.8.2. https://maven.apache.org/plugin-tools/ Release Notes - Maven Plugin Tools - Version 3.8.2 ** Improvement * [MPLUGIN-457] - Use Resolver API, get rid of localRepository ** Dependency upg

[ANN] Apache Maven Shared Utils 3.4.1 Released

2023-05-03 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Utils version 3.4.1 https://maven.apache.org/shared/maven-shared-utils/ You should specify the version in your project's dependencies configuration: org.apache.maven.shared maven-shared-utils 3.4.1 You c

[ANN] Apache Maven Dependency Analyzer 1.13.2 released

2023-05-05 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Analyzer version 1.13.2 https://maven.apache.org/shared/maven-dependency-analyzer/ You should specify the version in your project's dependencies configuration: org.apache.maven.shared maven-dependency-an

[ANN] Apache Maven Remote Resources Plugin 3.1.0 Released

2023-05-11 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Remote Resources Plugin, version 3.1.0 This plugin is used to retrieve JARs of resources from remote repositories, process those resources, and incorporate them into JARs you build with Maven. https://maven.apache.org/pl

[ANN] Apache Maven Assembly Plugin 3.6.0 Released

2023-05-15 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.6.0 The Assembly Plugin for Maven enables developers to combine project output into a single distributable archive that also contains dependencies, modules, site documentation, and other files.

[ANN] Apache Maven Shared Utils 3.4.2 Released

2023-05-15 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Utils version 3.4.2 https://maven.apache.org/shared/maven-shared-utils/ You should specify the version in your project's dependencies configuration: org.apache.maven.shared maven-shared-utils 3.4.2 You can

[ANN] Apache Maven Source Plugin 3.3.0 Released

2023-05-21 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, version 3.3.0 The Source Plugin creates a jar archive of the source files of the current project. https://maven.apache.org/plugins/maven-source-plugin/ You should specify the version in your project's plu

Re: Maven Artifact Resolver not seeing latest plugins on Maven Central on my machine

2023-05-25 Thread Slawomir Jaranowski
Hi, Short hint org.apache.maven.repository.RepositorySystem is not used for resolving by versions plugin It used for repositorySystem.createPluginArtifact, repositorySystem.createDependencyArtifact https://github.com/mojohaus/versions/blob/master/versions-common/src/main/java/org/codehaus/mojo/v

ANN] Apache Maven Release Plugin 3.0.1 Released

2023-06-03 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Release Plugin, version 3.0.1 https://maven.apache.org/maven-release/maven-release-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-release-plugin 3.0.

Re: need key please maven signing 3.9.2 binary zip

2023-06-07 Thread Slawomir Jaranowski
Hi, You should download https://downloads.apache.org/maven/KEYS next import by: gpg --import KEYS and next verify by: gpg --verify apache-maven-3.9.2-bin.zip.asc Signature is correct. gpg --verify apache-maven-3.9.2-bin.zip.asc gpg: assuming signed data in 'apache-maven-3.9.2-bin.zip' gpg: Sign

[ANN] Apache Software Foundation Parent POM Version 30 Released

2023-06-14 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version, version 30 https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 30 You can download the appropriate sou

[ANN] Apache Maven Parent POMs 40 Released

2023-06-15 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Maven Parent POMs Version 40. Maven Parent POMs include Maven Parent POM itself, but also Maven Plugins Parent POM, Maven Shared Components Parent POM, Maven Skins Parent POM and Maven Doxia Tools Parent POM. https://maven.apache.org

Re: Maven 3.3.9 allows overriding readonly parameters for plugins

2023-07-17 Thread Slawomir Jaranowski
Hi Please try a never version of Maven and m-resources-p Maven 3.3.9 is EOL - https://maven.apache.org/docs/history.html m-resources-p has no parameter "resources" You should use resource configuration on project level not plugin configuration, like in example: https://maven.apache.org/plugins/m

Re: Update plexus-archiver to 4.8.0 in maven-archiver

2023-08-09 Thread Slawomir Jaranowski
Hi Next version of maven-archiver is ready for release. I can release new version in next week. https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12353169 wt., 8 sie 2023, 14:12 użytkownik Debraj Manna napisał: > Hi > > maven-archiver is getting flagged for CV

Re: Update plexus-archiver to 4.8.0 in maven-archiver

2023-08-20 Thread Slawomir Jaranowski
apache.maven/maven-archiver> yet. > > On Wed, Aug 9, 2023 at 4:51 PM Slawomir Jaranowski > > wrote: > > > Hi > > > > Next version of maven-archiver is ready for release. > > > > I can release new version in next week. > > > > > > > htt

[ANN] Apache Maven Enforcer Plugin 3.4.0 Released

2023-08-22 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer Plugin, version 3.4.0 This plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more built-in rules and user created rules. https://

[ANN] Apache Maven Archiver 3.6.1 released

2023-08-22 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Archiver, version 3.6.1. https://maven.apache.org/shared/maven-archiver/ Release Notes - Maven Shared Components - Version maven-archiver-3.6.1 ** New Feature * [MSHARED-1251] - Deprecate the JAR Index feature (JDK-

[ANN] Apache Maven Enforcer Plugin 3.4.1 Released

2023-09-10 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer Plugin, version 3.4.1 This plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more built-in rules and user created rules. https://

[ANN] Apache Maven Shade Plugin 3.5.1 Released

2023-09-24 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.5.1 https://maven.apache.org/plugins/maven-shade-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-shade-plugin 3.5.1 You can

Re: maven-plugin-plugin:descriptor generates lots of warnings

2023-10-04 Thread Slawomir Jaranowski
pon., 2 paź 2023 o 14:13 sebb napisał(a): > Extract from Apache Commons Build Plugin build: > > [INFO] --- maven-plugin-plugin:3.8.2:descriptor (default-descriptor) @ > commons-build-plugin --- > [INFO] Using 'iso-8859-1' encoding to read mojo source files. > [INFO] java-annotations mojo extracto

Re: Dependency JDK convergence rule?

2023-10-10 Thread Slawomir Jaranowski
Hi, Did you try: https://www.mojohaus.org/extra-enforcer-rules/enforceBytecodeVersion.html wt., 10 paź 2023 o 14:40 Florent Biville napisał(a): > Hello, > > I could not find what I'm looking for in the built-in rules of the enforcer > plugin: https://maven.apache.org/enforcer/enforcer-rules/ind

Re: apache-maven-3.9.5: JVM and Command Line Options

2023-10-11 Thread Slawomir Jaranowski
Hi It looks like you put mentioned lines in .mvn/maven.config not in .mvn/jvm.config - maybe in both ... Please look at: https://maven.apache.org/docs/3.9.5/release-notes.html there is: Each line in .mvn/maven.config is now interpreted as a single argument ... Please also look at: https://maven.

[VOTE] Retire Maven Docck Plugin

2023-10-16 Thread Slawomir Jaranowski
Hi, - Last release was in 2015 - use Maven 2.2.1 - we have a Maven Plugin Tools - which should be one project for build and check Maven plugins - no active development ... https://issues.apache.org/jira/issues/?jql=project%20%3D%20MDOCCK%20AND%20(%20resolution%20%3D%20Unresolved%20OR%20fixVersion

Re: [VOTE] Retire Maven Docck Plugin

2023-10-21 Thread Slawomir Jaranowski
+1 wt., 17 paź 2023 o 00:50 Slawomir Jaranowski napisał(a): > Hi, > > - Last release was in 2015 > - use Maven 2.2.1 > - we have a Maven Plugin Tools - which should be one project for build and > check Maven plugins > - no active development ... > > https://issues.

[RESULT] [VOTE] Retire Maven Docck Plugin

2023-10-21 Thread Slawomir Jaranowski
Hi, The vote has passed with the following result: +1 (binding): Olivier Lamy, Sylwester Lachiewicz, Michael Osipov, Tamás Cservenák, Maarten Mulders, Karl Heinz Marbaise, Benjamin Marwell, Henning Schmiedehausen, Slawomir Jaranowski +1 (non binding): Enrico Olivelli I will continue with the

[ANN] Apache Maven Docck Plugin 1.2 Released - RETIRED

2023-10-26 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Docck Plugin, version 1.2 It was the last release prepared for plugin retired. https://maven.apache.org/plugins/maven-docck-plugin/ We have the Maven Plugin Plugin https://maven.apache.org/plugin-tools/maven-plugin-plugi

[ANN] Apache Maven Clean Plugin 3.3.2 Released

2023-10-26 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Clean Plugin, version 3.3.2 The Clean Plugin is used when you want to remove files generated at build-time in a project's directory. https://maven.apache.org/plugins/maven-clean-plugin/ You should specify the version in

[ANN] Apache Maven Plugin Tools 3.10.2 Released

2023-11-06 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Tools, version 3.10.2 https://maven.apache.org/plugin-tools/ Release Notes - Maven Plugin Tools - Version 3.10.2 ** Bug * [MPLUGIN-484] - Downgrade plexus-xml to 3.0.0 ** Dependency upgrade * [MPLUGIN-4

[ANN] Apache Maven Surefire 3.2.2 Released

2023-11-06 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the availability of the Apache Maven Surefire 3.2.2 https://maven.apache.org/surefire/ Release Notes - Maven Surefire - Version 3.2.2 ** Bug * [SUREFIRE-2205] - Mojo documentation links are broken * [SUREFIRE-2207] - Fails with modular project

Re: finding source of outdated dependencies

2023-11-09 Thread Slawomir Jaranowski
You can try: mvn versions:display-dependency-updates -DprocessDependencyManagementTransitive=false https://www.mojohaus.org/versions/versions-maven-plugin/display-dependency-updates-mojo.html#processDependencyManagementTransitive czw., 9 lis 2023 o 21:04 Garret Wilson napisał(a): > > In my Mave

[ANN] Apache Maven Plugin Testing version 4.0.0-alpha-2 Released

2023-11-11 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Testing version, version 4.0.0-alpha-2 https://maven.apache.org/plugin-testing/ You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugin-testing/download.html Release

[ANN] Apache Software Foundation Parent POM Version 31 Released

2023-11-12 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version, version 31 https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 31 You can download the appropriate sou

  1   2   3   >