different java version for sources and tests, give some weight to IDEA-85478

2022-01-06 Thread Matthieu Brouillard
Hello all, As many library maintainers I want to use different java version for sources and tests. This is well supported by Maven itself with the separation of source/testSource, target/testTarget, release/testRelease. But unfortunately it still does not work inside IDEA [1] whereas it works for

Re: JSR330 in extensions and plugins, Singleton or not Singleton

2021-02-05 Thread Matthieu Brouillard
be a singleton in its own > 'realm' > > governed by the component metadata.) > > > > I would recommend using two separate projects - one for the extension and > > one for the plugin. The extension project will have the component and > > the extension descriptor

Re: JSR330 in extensions and plugins, Singleton or not Singleton

2021-02-04 Thread Matthieu Brouillard
1 at 9:27 PM Matthieu Brouillard wrote: > Hi all, > > As I was trying to cleanup & simplify my plugins by moving to JSR330, I > came across a weird use case in which a `@Singleton` object exists multiple > times (several instances) during the build: > - it is first used by

JSR330 in extensions and plugins, Singleton or not Singleton

2021-02-04 Thread Matthieu Brouillard
Hi all, As I was trying to cleanup & simplify my plugins by moving to JSR330, I came across a weird use case in which a `@Singleton` object exists multiple times (several instances) during the build: - it is first used by an extension, to store some value - then used in a mojo to retrieve and prin

Re: ICLA already signed?

2021-01-26 Thread Matthieu Brouillard
Thanks I did not find those pages in my search. On Tue, Jan 26, 2021 at 12:50 PM Slawomir Jaranowski wrote: > Not commiters: > https://people.apache.org/unlistedclas.html > > Commiters > https://people.apache.org/committer-index.html > > wt., 26 sty 2021 o 12:18 Matthieu Br

ICLA already signed?

2021-01-26 Thread Matthieu Brouillard
Hi list, how can I check if I already have signed an ICLA for Apache. I do not remember, back in 2008/9, when we (as Jayasoft organization) gave back Ant Ivy to the Apache community how the licensing part was realized. Can someone verify using my name 'Matthieu Brouillard' if an IC

Re: Loging api in JSR-330 component

2021-01-25 Thread Matthieu Brouillard
e a complete, up-to-date design doc for > Maven logging first, as well as clearing lout obsolete docs. Absent > that there's a lot of crosstalk and conflicting updates across > projects. It's not obvious everyone understands the same consensus. > > On Mon, Jan 25, 2021 at

Re: Loging api in JSR-330 component

2021-01-25 Thread Matthieu Brouillard
gt; | Blog > <https://rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-develop

Re: Loging api in JSR-330 component

2021-01-25 Thread Matthieu Brouillard
In order to go further on this topic, I'd like to create issues for each discussed topic in this thread and probably start working on some: * issue-1: remove depreciation on 'org.apache.maven.plugin.logging.Log' * issue-2: introduce lazy evaluation/message production for each level in 'org.apache.

Re: uploading to central via ossrh is problematic

2021-01-22 Thread Matthieu Brouillard
aving said that, I pushed via OSSRH twice today, it needed endless, but > in the end it worked. As we all do open source and OSSRH is free, maybe we > should simply accept that free stuff might just have some outages currently. > > -Markus > > -Ursprüngliche Nachricht

Re: uploading to central via ossrh is problematic

2021-01-22 Thread Matthieu Brouillard
Romain Manni-Bucau wrote: > Hi > > AFAIK maven enables to configure the "uploader" and even to switch it > (through wagon) so you can use any retry mecanism...but will not solve a > broken server issue, will just fail later from my experience. > > Le ven. 22 janv. 2

Re: uploading to central via ossrh is problematic

2021-01-22 Thread Matthieu Brouillard
m at any given time. In terms of the community though, this > list is really the place to discuss development of maven itself, so > it's a bit orthogonal. > > On Thu, Jan 21, 2021 at 1:43 PM Matthieu Brouillard > wrote: > > > > Thanks Brian, > > > >

Re: uploading to central via ossrh is problematic

2021-01-21 Thread Matthieu Brouillard
so we need to figure out what the unique issue is. > > --Brian > Cofounder & CTO Sonatype > > On Thu, Jan 21, 2021 at 7:28 AM Matthieu Brouillard > wrote: > > > > Hello, > > > > Can a representative provide some information on the topic. Are there >

Re: uploading to central via ossrh is problematic

2021-01-21 Thread Matthieu Brouillard
/ deployment rules) alternative repositories and libraries/projects will not reach central anymore. Regards, Matthieu [1] : https://status.maven.org/incidents/c9svd46b6r92?u=hj0q9bssz3zp On Thu, Jan 14, 2021 at 12:13 PM Matthieu Brouillard wrote: > Hi all, > > I know the issue/problem

Re: releasing maven-artifact-plugin

2021-01-15 Thread Matthieu Brouillard
Hi Hervé, As far as I understood the docs, the _buildinfo_ goal has 2 purposes: 1. generate the .buildinfo file 2. optionally check it against some reference Shouldn't these two use cases be provided by two different goals? By having them in the same goal the "reference.repo" property "pollutes"

uploading to central via ossrh is problematic

2021-01-14 Thread Matthieu Brouillard
Hi all, I know the issue/problem below is not directly related to maven dev list but I thought it would be a good place to open the discussion. It has been the case for several months now : community is facing issues when deploying to central via OSSRH. Personally I faced the issue several times,

Re: maven 4.0.0 new XML stuff

2021-01-05 Thread Matthieu Brouillard
> Created https://issues.apache.org/jira/browse/MNG-7067 to start, now we have an umbrella let's refine the description if needed. Excellent and thanks. > regarding jgitver ... Do you have a stacktrace for this? there is no error/problem because it dumps the model manually to a pom.xml file and re

Re: maven 4.0.0 new XML stuff

2021-01-05 Thread Matthieu Brouillard
ive a concrete example: It must be possible for code generating > goals > > > to add dependencies. > > > Now, when using modello readers/writers you often need to add a > required > > > dependency by hand. > > > Ideally there will be a hook where a

Re: maven 4.0.0 new XML stuff

2021-01-05 Thread Matthieu Brouillard
, when using modello readers/writers you often need to add a required > > dependency by hand. > > Ideally there will be a hook where a plugin can register additional > > dependencies (e.g. dom4j). > > > > This will make any postprocessing of the pom during bui

Re: maven 4.0.0 new XML stuff

2021-01-05 Thread Matthieu Brouillard
t in the POM. On Mon, Jan 4, 2021 at 10:00 PM Robert Scholte wrote: > answers are below. > > Robert > > On 4-1-2021 16:52:23, Matthieu Brouillard wrote: > @Robert nothing is broken atm, the changes for consumer/build are currently > behind your feature flag. > Robert Sc

Re: maven 4.0.0 new XML stuff

2021-01-04 Thread Matthieu Brouillard
ensions > -> > > > > model > > > > > processing. > > > > > > > > > > Indeed, real chain adds a small processing over the first arrow > > (inject > > > > > versions for example) but nothing crazy and breaking this

Re: maven 4.0.0 new XML stuff

2021-01-03 Thread Matthieu Brouillard
ut it, which hopefully answers most questions. > > Robert > > [1] https://youtu.be/KDAmlNKZJto > > On 31-12-2020 16:18:57, Matthieu Brouillard > wrote: > > Not exactly sure what work you mean > everything related to maven-xml: Build/ConsumerPomXMLFilterxxx, > Build/Cons

Re: maven 4.0.0 new XML stuff

2020-12-31 Thread Matthieu Brouillard
to be defined in terms of XML Schema with > explicite semantic (and the inherent compatibility with exiting POMs). > > Gruss > Bernd > -- > http://bernd.eckenfels.net > ____ > Von: Matthieu BROUILLARD > Gesendet: Thursday, December 31, 2020 3:19:

maven 4.0.0 new XML stuff

2020-12-31 Thread Matthieu BROUILLARD
del loading and do transformations to do dynamic changes but by working on the XML directly I see a shift (if not red stop) in this contribution/delegation mechanism. Thanks for your time & answers. Matthieu Brouillard