Re: Need a way to extend a plugin before build

2020-04-17 Thread Hunter C Payne
I don't believe it is possible to change the POM during a single build.  However, are you sure this is what you need.  Perhaps you instead need to the dependency scope of your dependency.  Maven – Introduction to the Dependency Mechanism | | | | Maven – Introduction to the Dependency Mech

What happened to apache-resource-bundles releases?

2020-04-17 Thread Michael Osipov
Folks, apache-resource-bundles is released with maven-parent and tagged [1], but where is it? Not here: https://repo.maven.apache.org/maven2/org/apache/apache/resources/apache-resource-bundles/ Source release [2] contains the POM... Ideas? INFRA? [1] https://github.com/apache/maven-parent/bl

Re: Reproducible Builds for war files and Tomcat expectations

2020-04-17 Thread Michael Osipov
Am 2020-04-17 um 22:00 schrieb herve.bout...@free.fr: Reproducible Builds is now implemented in many plugins: it's time to work on reproducible war files. I created MWAR-432 issue and implemented classical Reproducible jar output in corresponding branch. But in our discussion in november [1],

Reproducible Builds for war files and Tomcat expectations

2020-04-17 Thread herve . boutemy
Reproducible Builds is now implemented in many plugins: it's time to work on reproducible war files. I created MWAR-432 issue and implemented classical Reproducible jar output in corresponding branch. But in our discussion in november [1], an issue was reported for unchanged timestamp in SNA

Need a way to extend a plugin before build

2020-04-17 Thread ????????
Hello:        We have tried many ways to extend maven plugins, and we need a plugin that could process before build that we could change some dependency. Is there a way to do this with a maven plugin?

Re: Proposal to deprecate Maven 3.0.x

2020-04-17 Thread Robert Scholte
There should be a balance between the size of the community to support and the effort it requires to maintain the code. Maven 3.1.0 broke the API because Aether classes ended up in a different package, so for plugins we had to introduce maven-artifact-transfer to support all M3 versions. Maven 3