[ANN] Apache Maven Shade Plugin 3.5.3 Released

2024-04-23 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.5.3 This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies.

[ANN] Apache Maven Plugin Tools 3.12.0 Released

2024-04-06 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Tools, version 3.12.0 The Maven Plugin Tools contains the necessary tools to generate rebarbative content like descriptor, help and documentation. https://maven.apache.org/plugins-tools/index.html You should

[ANN] Apache Maven Source Plugin 3.3.1 Released

2024-04-06 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, version 3.3.1 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

[ANN] Apache Maven Artifact Plugin 3.5.1 Released

2024-04-06 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.5.1 This plugin is used for Reproducible Builds tasks about artifacts. https://maven.apache.org/plugins/maven-artifact-plugin/ You should specify the version in your project's plugin

Re: [VOTE] Require Java 17 for Maven 4

2024-02-27 Thread Hervé Boutemy
+1 I would just like to get help on enablers Regards, Hervé Le mercredi 28 février 2024, 08:30:07 CET Benjamin Marwell a écrit : > Hi Maven Devs/Users/Committers and PMC members! > > After several discussions on the mailing lists, I would like to > start a vote in favour of setting the

[ANN] Apache Maven Shade Plugin 3.5.2 Released

2024-02-20 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.5.2 This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies.

Re: Generate soft-links as part of site build

2023-12-01 Thread Hervé Boutemy
here is the explanation: https://maven.apache.org/developers/website/index.html for example every plugin in https://maven.apache.org/plugins/index.html is a symlink: https://svn.apache.org/viewvc/maven/website/content/plugins/ Le jeudi 30 novembre 2023, 22:51:04 CET sebb a écrit : > Thanks very

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

2023-10-05 Thread Hervé Boutemy
improvement proposed: review appreciated https://github.com/apache/maven-reporting-impl/pull/24 Le mercredi 4 octobre 2023, 08:30:04 CEST Hervé Boutemy a écrit : > Hi Xander, > > Sorry, I lost track, having a look now. > > When I see that you are implementing Mojo's "execut

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

2023-10-04 Thread Hervé Boutemy
Hi Xander, Sorry, I lost track, having a look now. When I see that you are implementing Mojo's "execute()" [1] while using maven-reporting-impl, you are in fact defeating the objective of maven-reporting-impl: do that for you. maven-reporting-impl would probably need better documentation, I

[ANN] Apache Maven Artifact Plugin 3.5.0 Released

2023-10-02 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.5.0 This plugin is used for Reproducible Builds tasks about artifacts. https://maven.apache.org/plugins/maven-artifact-plugin/ You should specify the version in your project's plugin

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

2023-09-22 Thread Hervé Boutemy
> I tried to upgrade those > dependencies to the most recent Doxia and Sitetools versions. by "most recent", do you mean most recent from 1.x or 2.0.0-M*? 1.x should not cause issues 2.0.0-M*, as expected from the version number, is more risky and not yet fully stable Such reporting plugin

Re: Maven wrapper and sha256

2023-09-20 Thread Hervé Boutemy
>(since we don't know if the file is the right one). for that purpose, you should check the pgp signature against Apache Maven developers KEYS, which can't be tricked by anybody, unlike checksums hosted anywhere. FTR, instructions "In order to guard against corrupted downloads/ installations"

Re: Maven 3.3.9 allows overriding readonly parameters for plugins

2023-07-18 Thread Hervé Boutemy
Le lundi 17 juillet 2023, 22:49:16 CEST Slawomir Jaranowski a écrit : > 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" m-resources-p has a resources parameter

Re: Maven 3.3.9 allows overriding readonly parameters for plugins

2023-07-17 Thread Hervé Boutemy
Maven 3 not blocking setting read-only parameters is a known limitation https://issues.apache.org/jira/browse/MNG-5001 in your case where you find a different behaviour between different Maven 3 releases, I imagine it's an additional side effect of this parameter not really being expected to be

Re: BOM files referencing optional dependencies

2023-06-18 Thread Hervé Boutemy
Yes remember, BOM POM is "only" dependencyManagement, then it just locks version if the user importing the BOM POM adds the actual dependency: importing BOM POM makes the user just ready to eventually use anything easily Regards, Hervé Le samedi 17 juin 2023, 21:32:24 CEST Ceki Gülcü a écrit

Re: Multi-module Maven projects and Scala-aware artifact IDs

2023-06-16 Thread Hervé Boutemy
> Guava has -jre > and -android flavors on their artifact ID instead of using classifiers. not exactly, they have the flavor as part of version string https://central.sonatype.com/artifact/com.google.guava/guava/32.0.1-jre/ versions which in fact looks like what François describes in another

Re: Questions about the build cache plugin

2023-06-16 Thread Hervé Boutemy
reading the discussion about maintenance branch and "who updates the cache", I think that: 1. maintenance branch is like main branch: with Olivier's nice strategy, you should build fully. In fact, the few long-lived branches should be built fully, only the many PR short-lived branches should

[ANN] Apache Maven GPG Plugin 3.1.0 Released

2023-05-06 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven 3.1.0 Plugin, version 3.1.0 This plugin signs all of the project's attached artifacts with GnuPG. https://maven.apache.org/plugins/maven-gpg-plugin/ You should specify the version in your project's plugin

[ANN] Apache Maven Assembly Plugin 3.5.0 Released

2023-02-24 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.5.0 This plugin builds an assembly (distribution) of sources and/or binaries. https://maven.apache.org/plugins/maven-assembly-plugin/ You should specify the version in your project's plugin

Re: Side effects of import scope?

2022-08-26 Thread Hervé BOUTEMY
Le lundi 22 août 2022, 14:41:56 CEST Delany a écrit : > Hi Herve, Hi Delany, Sorry for the late answer, I was away... > > The bom flattenMode in > https://www.mojohaus.org/flatten-maven-plugin/flatten-mojo.html > is "Like ossrh but additionally keeps dependencyManagement and properties" > > If

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

2022-06-20 Thread Hervé BOUTEMY
what version of Maven Archetype Plugin do you get? And what is the output before the exception? Regards, Hervé Le dimanche 19 juin 2022, 19:11:27 CEST Stefano Fornari a écrit : > I am trying to create a project from an archetype: > > mvn archetype:generate \ >

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

2022-05-28 Thread Hervé BOUTEMY
description from the CVE: An attacker that is able to modify Velocity templates may execute arbitrary Java code or run arbitrary system commands with the same privileges as the account running the Servlet container. This applies to applications that allow untrusted users to upload/modify

[ANN] Apache Maven Wrapper 3.1.1 Released

2022-05-14 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Wrapper, version 3.1.1. The Maven Wrapper is an easy way to ensure a user of your Maven build has everything necessary to run your Maven build. This is the first release of this project in its Apache Maven new home:

[ANN] Apache Maven Artifact Plugin 3.3.0 Released

2022-04-07 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.3.0 This plugins provides tools to manage artifacts tasks. https://maven.apache.org/plugins/maven-artifact-plugin/ You should specify the version in your project's plugin configuration:

[ANN] Apache Maven Parent POMs 35 Released

2022-03-02 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Maven Parent POMs Version 35. 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.

Re: martifact won't inherit project.build.outputTimestamp

2022-02-10 Thread Hervé BOUTEMY
> > Regards, good feedback, thank you Regards, Hervé > Delany > > On Thu, 10 Feb 2022 at 04:46, Hervé BOUTEMY wrote: > > Le mercredi 9 février 2022, 09:31:00 CET Delany a écrit : > > > Hi Herve, > > > > > > I see you already check that the project.p

Re: martifact won't inherit project.build.outputTimestamp

2022-02-09 Thread Hervé BOUTEMY
entral: https://github.com/jvm-repo-rebuild/reproducible-central Regards, Hervé > > Thanks, > Delany > > On Wed, 9 Feb 2022 at 09:25, Hervé BOUTEMY wrote: > > Hi Delany, > > > > Good question: let's see if we can improve the message that I added in > >

Re: martifact won't inherit project.build.outputTimestamp

2022-02-08 Thread Hervé BOUTEMY
Hi Delany, Good question: let's see if we can improve the message that I added in MARTIFACT-28 [1] First, remember that it's all about Reproducible Builds [2]. As described in the MARTIFACT-28 issue, inheriting the parent pom release timestamp technically works (it gives a reproducible value

Re: Question for Maven Plugin developers/maintainers

2022-02-01 Thread Hervé BOUTEMY
= the maven-script part of https://maven.apache.org/plugin-tools/index.html Le mardi 1 février 2022, 09:16:36 CET Tamás Cservenák a écrit : > Howdy, > > Yes, the reason for this question was to deprecate the "scripting" bit of > maven-plugin-tools, as many of us did not see such a beast in a

Re: [maven-scm-publish-plugin] Could not copy content to SCM checkout... source... and destination... are the same

2022-01-08 Thread Hervé BOUTEMY
rvé. > I looked at this code when I was tired and didn't see it. > Have a great weekend. > lewismc > > On 2022/01/08 19:10:10 Hervé BOUTEMY wrote: > > Hi, > > > > I was able to reproduce your issue. > > > > If you read the log, there is no issue with svn

Re: [maven-scm-publish-plugin] Could not copy content to SCM checkout... source... and destination... are the same

2022-01-08 Thread Hervé BOUTEMY
Hi, I was able to reproduce your issue. If you read the log, there is no issue with svn command. The issue is when doing: [INFO] Updating checkout directory with actual content in /Users/lmcgibbn/ Downloads/any23/any23-site and the error message is: Could not copy content to SCM checkout:

[ANN] Apache Maven Archetype Plugin 3.2.1 Released

2021-12-31 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Archetype Plugin, version 3.2.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.

Re: Roadmap for Maven 4/5 (POM 5.0.0)

2021-12-21 Thread Hervé BOUTEMY
Hi Jimisola, Did you see https://www.javaadvent.com/2021/12/from-maven-3-to-maven-5.html Regards, Hervé Le vendredi 17 décembre 2021, 18:17:17 CET Jimisola Laursen a écrit : > Hi, > > I've been trying to find a roadmap or similar for Maven itself with actual > dates as there as several things

[ANN] Apache Maven Wrapper 3.1.0 Released

2021-12-18 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Wrapper, version 3.1.0. The Maven Wrapper is an easy way to ensure a user of your Maven build has everything necessary to run your Maven build. This is the first release of this project in its Apache Maven new home:

[ANN] Maven Fluido Skin 1.10.0 released

2021-11-30 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 1.10.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.9 Release Notes -

[ANN] Apache Maven Artifact Plugin 3.2.0 Released

2021-11-30 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.2.0 This plugins provides tools to manage artifacts tasks. https://maven.apache.org/plugins/maven-artifact-plugin/ You should specify the version in your project's plugin configuration:

Re: Need help for maven site plugin for Apache Helix

2021-11-20 Thread Hervé BOUTEMY
ed as text the consequence is that in general, you need to surround head and footer data from site.xml (including parents) with that's why Apache parent version is related to maven-site-plugin version HTH Hervé Le samedi 20 novembre 2021, 09:19:41 CET Hervé BOUTEMY a écrit : > Hi, > > Apa

Re: Need help for maven site plugin for Apache Helix

2021-11-20 Thread Hervé BOUTEMY
Hi, Apache parent 13 is so old... see https://github.com/apache/helix/pull/1909 upgrading both Apache parent POM and maven-site-plugin seems to do the job Regards, Hervé Le jeudi 18 novembre 2021, 00:04:03 CET Junkai Xue a écrit : > Hi, > > I was trying to deploy Apache Helix project website

Re: Can not use a snapshot version in parent

2021-10-03 Thread Hervé BOUTEMY
for years in our CI. And it works perfect for > all other dependencies. > > 2. Yes, the artifact exist on our nexus server. And it works perfect if I > first fetch it to my local repository. > > Regards > /Martin > > > On 2 Oct 2021, at 09:53, Hervé BOUTEMY wrote: &g

Re: Can not use a snapshot version in parent

2021-10-02 Thread Hervé BOUTEMY
Hi Martin, I'm replying to users@maven.apache.org because iss...@maven.apache.org is not a mailing list where anybody answers :) Looking at the log, I see "Could not find artifact com.x.commonlibrary:cl- parent:pom:1.5.39-20210922124845805-SNAPSHOT" It seems you referenced parent POM as

Maven WAR Plugin, version 3.3.2

2021-09-11 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven WAR Plugin, version 3.3.2 This plugin builds a Web Application Archive (WAR) file from the project output and its dependencies. https://maven.apache.org/plugins/maven-war-plugin/ You should specify the version in your

[ANN] Apache Software Foundation Parent POM Version 24 Released

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

Re: Problem with mvn site:run and javadocs

2021-06-28 Thread Hervé BOUTEMY
Hi, To me, looking at javadoc or jxr output during "mvn site:run" is not supposed to work: "mvn site:run" is here to help write markup for the site, to quickly see the output when you update markdown/apt/... source Why are you trying to use site:run to look at javadoc or jxr? Notice, whatever

Re: apache-source-release-assembly-descriptor does not retain correctly file permissions

2021-06-15 Thread Hervé BOUTEMY
if you need to have consistent executable flags, you need to avoid getting it from filesystem, because it is dependent on OS and user configuration that's why for example, on such requirements in Maven (core), we use a dedicated assembly descriptor instead of the generic one [1] HTH Hervé [1]

Re: Clarification on an end-version/end-date for maven plugins' support of JDK 1.7

2021-06-14 Thread Hervé BOUTEMY
there is a broader plan that tries to be documented at https://maven.apache.org/developers/compatibility-plan.html but given each plugin has its own lifecycle, without precise release schedule, and voluntary work, it is followed at a "soft" speed I know that one of my personal dreams on this

[ANN] Apache Maven Artifact Plugin 3.1.0 Released

2021-05-12 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.1.0 Plugin to manage artifacts tasks https://maven.apache.org/plugins/maven-artifact-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins

Re: Plugin execution order in same phase + profiles

2021-05-10 Thread Hervé BOUTEMY
Stolwijk > > ~~~ Try to leave this world a little better than you found it and, when > your turn comes to die, you can die happy in feeling that at any rate you > have not wasted your time but have done your best ~~~ > > Lord Baden-Powell > > On Fri, May

Re: Plugin execution order in same phase + profiles

2021-05-09 Thread Hervé BOUTEMY
Le dimanche 9 mai 2021, 07:52:21 CEST Alexander Kriegisch a écrit : > Hervé BOUTEMY schrieb am 09.05.2021 03:31 (GMT +07:00): > > Le samedi 8 mai 2021, 17:03:05 CEST Alexander Kriegisch a écrit : > >> My question was how to achieve reliably predictable ordering. That &g

[ANN] Apache Maven GPG Plugin 3.0.1 Released

2021-05-09 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven GPG Plugin, version 3.0.1 Signs the project artifacts with GnuPG. https://maven.apache.org/plugins/maven-gpg-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins

Re: Plugin execution order in same phase + profiles

2021-05-08 Thread Hervé BOUTEMY
Le samedi 8 mai 2021, 17:03:05 CEST Alexander Kriegisch a écrit : > Nooo! I don't need extra phases, nor do I have any desire to create > custom lifecycles, even though I know this is possible. My point was: If > we cannot rely on a specific order when executing plugins and executions > within

Re: Plugin execution order in same phase + profiles

2021-05-06 Thread Hervé BOUTEMY
> Can anybody enlighten me on what is happening here and if this behaviour > is documented anywhere? Or is this just the "read the freakin' source > code, pal" kind of detail? order in the same phase is not expected to be guaranteed: that's a design choice (even if "choice" is not the best term

Re: Release of maven-gpg-plugin

2021-05-05 Thread Hervé BOUTEMY
ok, I'll try againt to do a release: I hope users tested during that year, so I won't have to cancel the vote again... Regards, Hervé Le mercredi 5 mai 2021, 15:02:10 CEST Konrad Windszus a écrit : > Hi, > the current release 1.6 is from 2015 and I am suffering from >

Re: https://www.mojohaus.org is down?

2021-04-30 Thread Hervé BOUTEMY
I just fixed it https://github.com/mojohaus/versions-maven-plugin/issues/458 Regards, Hervé Le jeudi 29 avril 2021, 22:25:23 CEST Niels Basjes a écrit : > Hi, > > Just now I wanted to lookup the documentation for the versions-maven-plugin > yet I found that website

Re: Maven superpom, JUnit 5 and Spring

2021-03-07 Thread Hervé BOUTEMY
> > Maven 3.6.3's Super POM pulls in maven-surefire-plugin version 2.12.4, > > which was published 2012-09-24. Can we update the Super POM to something > > less ancient so that new users don't get burned by default? > > > > On Sun, Mar 7, 2021 at 2:07 PM Hervé BOUTEMY

Re: Maven superpom, JUnit 5 and Spring

2021-03-07 Thread Hervé BOUTEMY
: > Maven does not provide all of those 5 thousand plugins by default, does it? > > On Sun, Mar 7, 2021 at 11:39 AM Hervé BOUTEMY wrote: > > > But my question is why not add a feature where maven would > > > produce a pom that contains the default plugins, repositories

Re: Maven superpom, JUnit 5 and Spring

2021-03-07 Thread Hervé BOUTEMY
egardless of how verbose it would be? > > On Sun, Mar 7, 2021, 12:46 Hervé BOUTEMY wrote: > > sorry, I don't understand: can you explain a little more what you mean by > > "produce the implied pom" and "some issues of irreproducability"? > > > > Le

Re: Maven superpom, JUnit 5 and Spring

2021-03-07 Thread Hervé BOUTEMY
ly in > current project as well? This way you would get around some issues of > irreproducability. > > On Sun, Mar 7, 2021 at 9:29 AM Hervé BOUTEMY wrote: > > every existing plugin version can't be defined by Maven itself, given > > diversity of plugins > > then

Re: Maven superpom, JUnit 5 and Spring

2021-03-07 Thread Hervé BOUTEMY
every existing plugin version can't be defined by Maven itself, given diversity of plugins then we need something extensible there is https://issues.apache.org/jira/browse/MNG-5588 , proposing to mimic dependencyManagement import to get an equivalent pluginManagement import I love this idea,

Re: Removing the text "Generated by maven-plugin-tools 3.5 on 2021-02-11"

2021-03-07 Thread Hervé BOUTEMY
not exactly: this already has been done for release 3.5.1 https://issues.apache.org/jira/browse/MPLUGIN-326 so you just need to upgrade a little bit :) Regards, Hervé Le samedi 6 mars 2021, 22:22:36 CET Lutz Horn a écrit : > > After creating a maven plugin I am seeing the automated text > >

Re: properties in maven-remote-resources-plugin

2021-02-28 Thread Hervé BOUTEMY
please try to write: 1.12 in you pom.xml = it defines a custom property with the value you want this will permit "dbs:commondb:${dep.dbs.commondb}" to get the value replaced Notice that images are removed, then we don't understand what you're trying to show Regards, Hervé Le

[ANN] Apache Maven Artifact Plugin 3.0.0 Released

2021-02-21 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.0.0 This plugin manage artifacts tasks, currently check Reproducible Builds. https://maven.apache.org/plugins/maven-artifact-plugin/ You should specify the version in your project's plugin

[ANN] Apache Maven Archetype Plugin 3.0.0 Released

2021-02-20 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.0.0 This plugin manage artifacts tasks, currently check Reproducible Builds. https://maven.apache.org/plugins/maven-artifact-plugin/ You should specify the version in your project's plugin

Re: Resolve root directory in a multi-project build

2021-02-18 Thread Hervé BOUTEMY
I wrote a doc for deploying to local staging directory [1] in Maven Deploy Plugin documentation (not yet released) perhaps this can be of use Regards, Hervé [1] https://maven.apache.org/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-network-issues.html Le vendredi 5 février

Re: Computing and publishing checksums

2021-02-15 Thread Hervé BOUTEMY
heck = what Reproducible Central is, with currently Maven and SBT support, but I would love to add other build tools Regards, Hervé > > Cheers, > Andres > > [1] https://repo1.maven.org/maven2/io/sdkman/sdkman-maven-plugin/2.0.0/ > > > > On Mon, Feb 15, 2021 at 1

Re: Computing and publishing checksums

2021-02-15 Thread Hervé BOUTEMY
Hi Andres, Le lundi 15 février 2021, 21:52:03 CET Andres Almiray a écrit : > Hello there, > > What's the recommended way to compute and publish checksums (several > algorithms such as MD5, SHA256, SHA512) for all artifacts (POMs y binary > JARs at the very least, sources & javadocs may be

[ANN] Apache Maven EAR Plugin 3.2.0 Released

2021-01-03 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.2.0 This plugin generates a J2EE Enterprise Archive (EAR) file. https://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration:

[ANN] Apache Maven SCM Publish Plugin 3.1.0 Released

2020-12-27 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven SCM Publish Plugin, version 3.1.0 The maven-scm-publish-plugin is a utility plugin to allow publishing Maven website to any supported SCM. https://maven.apache.org/plugins/maven-scm-publish-plugin/ You should specify the

Re: Version ranges: bug or feature

2020-11-11 Thread Hervé BOUTEMY
as Tomo said: 1. version ranges make dependencies selection unstable: is it really necessary? (I personnally never use because of the build instability it adds, given I'm trying to go even beyond stable build: I'm working hard on Reproducible Builds [1]. Then my experience on detailed behaviour

Re: [ANN] Apache Maven EAR Plugin 3.1.2 Released

2020-10-01 Thread Hervé BOUTEMY
, Hervé Le jeudi 1 octobre 2020, 09:16:12 CEST Martin Höller a écrit : > Hi! > > On 01. Okt. 2020 Hervé Boutemy wrote: > > The Maven team is pleased to announce the release of the Apache Maven EAR > > Plugin, version 3.1.0 > With maven-ear-plugin 3.1.0 I get this exception

[ANN] Apache Maven EAR Plugin 3.1.2 Released

2020-10-01 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.1.0 This plugin generates a J2EE Enterprise Archive (EAR) file. https://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration:

Re: Return a custom error message from the repository

2020-09-11 Thread Hervé BOUTEMY
Hello, Maven uses HTTP ReasonPhrase: see MNG-6584 [1] Notice that ReasonPhrase support has been removed in HTTP/2, then we should define a new strategy: waiting for contributors from different horizons to be interested in working on that to define (and this time properly document) a new

[ANN] Apache Maven Archetype 3.2.0 Released

2020-07-21 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Archetype, version 3.2.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.

[ANN] Apache Maven WAR Plugin 3.3.1 Released

2020-07-13 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven WAR Plugin, version 3.3.1 This plugin builds a Web Application Archive (WAR) file from the project output and its dependencies. https://maven.apache.org/plugins/maven-war-plugin/ You should specify the version in your

Re: outputTimestamp affects project's assemblies

2020-07-11 Thread Hervé BOUTEMY
Le samedi 11 juillet 2020, 20:38:28 CEST Lukasz Lenart a écrit : > On 2020/07/11 17:38:32, Lukasz Lenart wrote: > > As far I understood, I must define the property with a value "now" as > > mentioned in the ticket [1] > > > > [1] https://issues.apache.org/jira/browse/MRELEASE-1029 > >

Re: mismatch between maven-release-plugin site and available artifacts

2020-07-11 Thread Hervé BOUTEMY
yes, sorry, I published 3.0.0-M2 release site, but I forgot that the release had been cancelled... will revert to the current effective release = 3.0.0-M1 Regards, Hervé Le vendredi 10 juillet 2020, 15:17:26 CEST Mark Prins a écrit : > There is a mismatch between the published site and the

Re: outputTimestamp affects project's assemblies

2020-07-08 Thread Hervé BOUTEMY
as written in the documentation [2], you just need to add the property in your root POM, and maven-release-plugin (if upgraded to 3.0.0-M1) will take care of updating its value during release I'm interested in any update in the doc to make this more clear, given it seems it is not yet

Re: Maven moving to the next level: the build/consumer pom

2020-07-06 Thread Hervé BOUTEMY
I just created a "buildconsumer" branch in Doxia [1] to have a live example of the new simplified build POM that Maven 3.7.0 will allow [2] As expected, this branch can't build with Maven 3.6.3, but can with Maven 3.7.0-SNAPSHOT. And in my favorite IDE, as expected, dependency resolution does

Re: org.codehaus.mojo > mojohaus.org

2020-06-30 Thread Hervé BOUTEMY
Le mardi 30 juin 2020, 15:27:37 CEST Charles Herrick a écrit : > Thanks Greg, those urls do indeed resolve. > > We are left with urls in the Maven online documentation that still have the > old org.codehaus.mojo forms that do NOT resolve. > Do we have a plan to edit these links in the

Re: (Negative) impact of Jansi

2020-06-29 Thread Hervé BOUTEMY
when the shell itself > can handle the sequences? Windows shell can't handle ANSI escape code: that's the purpose of Jansi, and what is represented in JAnsi front page http://fusesource.github.io/jansi/ What makes you say that a Windows shell can handle the sequences? Regards, Hervé &g

Re: (Negative) impact of Jansi

2020-06-28 Thread Hervé BOUTEMY
on crashes, I don't have any clue: details welcome but on the performance impact of Jansi on Windows (to detect ANSI codes) when there is much content (like with Surefire output), there is some partial work started to improve by removing flush: see https://github.com/fusesource/jansi/pull/150

Re: Access or generate a classpath for dependency not in any scope but attached to plugin.

2020-06-26 Thread Hervé BOUTEMY
the Maven Checkstyle Plugin source code is here: https://github.com/apache/maven-checkstyle-plugin/ with links to CI and issue tracking IMHO, updating its code should be easier than trying to tweak scripting with Ant run. And with the integration tests (in src/its, launched with "mvn -Prun-its

[ANN] Apache Maven Site Plugin 3.9.1 Released

2020-06-25 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.9.1 This plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the POM.

[ANN] Apache Maven Reporting Exec 1.5.1 Released

2020-06-19 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Reporting Exec, version 1.5.1 This component provides an API to prepare report plugins execution with Maven 3. https://maven.apache.org/shared/maven-reporting-exec/ You can download the appropriate sources etc. from

[ANN] Apache Maven EJB Plugin 3.1.0 Released

2020-06-12 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven EJB Plugin, version 3.1.0 This plugin generates a Java Enterprise JavaBean (EJB) file as well as the associated client JAR. https://maven.apache.org/plugins/maven-ejb-plugin/ You should specify the version in your project's

Re: [ANN] Apache Maven WAR Plugin 3.3.0 Released

2020-06-10 Thread Hervé BOUTEMY
w version and it seems > https://maven.apache.org/plugins/maven-war-plugin/exploded-mojo.html#archive > Classes Is not working anymore :( > > Is it intended? > > On Tue, 9 Jun 2020 at 18:43, Hervé Boutemy wrote: > > The Maven team is pleased to announce the release of the Apa

[ANN] Apache Maven WAR Plugin 3.3.0 Released

2020-06-09 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven WAR Plugin, version 3.3.0 This plugin builds a Web Application Archive (WAR) file from the project output and its dependencies. https://maven.apache.org/plugins/maven-war-plugin/ You should specify the version in your

[ANN] Apache Maven Shade Plugin 3.2.4 Released

2020-06-04 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.2.4 This plugin repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes.

Re: Can't copy open Excel spreadsheet

2020-04-25 Thread Hervé BOUTEMY
Le vendredi 24 avril 2020, 19:43:02 CEST Evan Ross a écrit : > I have an Excel spreadsheet in my resources and find that my maven build > vailes with “The process cannot access the file because it is being used by > another process” when the sheet is open in Excel. I don't have easily access to a

Re: override Checkstyle resources config

2020-04-24 Thread Hervé BOUTEMY
for reference, useful discussion on dev@maven of: - plugins read-only parameters, per plugin conception, - Maven 3.x bug that allows configuring such supposed read-only parameter (was properly forbidden in Maven 2) - this Maven core bug will be fixed in future Maven 3.7.0 - then some builds using

Re: Customizing the maven-site-plugin Markdown renderer?

2020-04-16 Thread Hervé BOUTEMY
gt; > Create a nice day! > > Stephan H. Wissel > > > > Phone: +65 96673269 > > Blog <https://www.wissel.net/blog> Twitter > > <http://twitter.com/notessensei> LinkedIn > > <http://sg.linkedin.com/in/notessensei> Xing > > <https://www.xing.co

[ANN] Apache Maven AntRun Plugin 3.0.0 Released

2020-04-15 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven AntRun Plugin, version 3.0.0 This plugin provides the ability to run Ant tasks from within Maven. You can even embed your Ant scripts in the POM! https://maven.apache.org/plugins/maven-antrun-plugin/ You should

[ANN] Apache Maven Shade Plugin 3.2.3 Released

2020-04-15 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.2.3 This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies.

Re: Customizing the maven-site-plugin Markdown renderer?

2020-04-06 Thread Hervé BOUTEMY
tessensei> > LinkedIn <http://sg.linkedin.com/in/notessensei> Xing > <https://www.xing.com/profile/StephanH_Wissel> > > On Mon, Apr 6, 2020 at 6:16 AM Hervé BOUTEMY wrote: > > you can create a GitHub repository, or a collection of repositories > > whatever is necessa

Re: Customizing the maven-site-plugin Markdown renderer?

2020-04-05 Thread Hervé BOUTEMY
; > Would that work for providing a demo? > > Create a nice day! > Stephan H. Wissel > > Phone: +65 96673269 > Blog <https://www.wissel.net/blog> Twitter <http://twitter.com/notessensei> > LinkedIn <http://sg.linkedin.com/in/notessensei> Xing > <h

Re: Customizing the maven-site-plugin Markdown renderer?

2020-04-05 Thread Hervé BOUTEMY
lution, but could add a can of > (support) worms. > > What do you think? > > Create a nice day! > Stephan H. Wissel > > Phone: +65 96673269 > Blog <https://www.wissel.net/blog> Twitter <http://twitter.com/notessensei> > LinkedIn <http://sg.linkedin.com/in

Re: Customizing the maven-site-plugin Markdown renderer?

2020-04-03 Thread Hervé BOUTEMY
Hi Stefan, The code for Markdown parsing and extensions activation is in Doxia Markdown module: https://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-markdown/xref/org/apache/maven/doxia/module/markdown/MarkdownParser.html#L133 I don't really reviewed how extensions are really

[ANN] Apache Maven Site Plugin 3.9.0 Released

2020-03-10 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.9.0 This plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the POM.

[ANN] Apache Maven DoxiaSitetools 1.9.2 Released

2020-02-23 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 1.9.2 Doxia Sitetools is an extension of base Doxia component that generates either HTML sites, consisting of decoration and content that was generated by Doxia, or documents like RTF or

Re: Maven Ant Tasks to Maven Artifact Resolver Ant Tasks - Calling Maven From Ant

2020-02-22 Thread Hervé BOUTEMY
I see multiple options: - use Maven Ant Tasks for that - use exec Le vendredi 21 février 2020, 05:03:10 CET Tim N a écrit : > Maven Ant Tasks had some support for calling Maven from Ant: > https://maven.apache.org/ant-tasks/examples/mvn.html. >

Re: Maven Ant Tasks - Central 501 HTTPS Required

2020-02-18 Thread Hervé BOUTEMY
Le mardi 18 février 2020, 03:00:44 CET Tim N a écrit : > > maven-ant-tasks have been deprecated in favor of Maven Artifact Resolver > > Ant Tasks: https://maven.apache.org/resolver-ant-tasks/ > > Fantastic, I'll give that a go. Is it possible to add a link to that > project from

  1   2   3   4   5   6   >