Isn't this exactly what the Old GroupIds Alerter - Maven Plugin[1] is doing?
Only instead of adding metadata to Central it keeps a list [2] of
replaced/deprecated artifacts.
[1] https://github.com/jonathanlermitage/oga-maven-plugin
[2]
https://raw.githubusercontent.com/jonathanlermitage/oga-maven-
@Oliver:
Yes, a GitHub repo to write some kind of spec for this feature would be great.
Is there an existing Maven enhancement proposals repo we can use (along the
lines of what the Jenkins project does in https://github.com/jenkinsci/jep), or
is a new one needed?
Chris
--
Le lun. 2 août 2021 à 17:23, Robert Scholte a écrit :
> Thinks to keep in mind when trying to log for a specific execution of a
> plugin:
> - loggers use the classname as identifier, so you need to know when to the
> execution starts and ends.
> - plugins can call Maven Core code, most likely you
Thinks to keep in mind when trying to log for a specific execution of a plugin:
- loggers use the classname as identifier, so you need to know when to the
execution starts and ends.
- plugins can call Maven Core code, most likely you want this to be logged as
part of the plugin execution.
- multi
Le lun. 2 août 2021 à 16:02, Michael Osipov a écrit :
> Am 2021-08-02 um 09:39 schrieb Romain Manni-Bucau:
> > Le dim. 1 août 2021 à 22:37, Michael Osipov a
> écrit :
> >
> >> A prerequisite PR is ready: https://github.com/apache/maven/pull/519
> >
> >
> > Maybe I'm a bit "off" on this one but s
Am 2021-08-02 um 09:39 schrieb Romain Manni-Bucau:
Le dim. 1 août 2021 à 22:37, Michael Osipov a écrit :
A prerequisite PR is ready: https://github.com/apache/maven/pull/519
Maybe I'm a bit "off" on this one but shouldn't we just enable to configure
slf4j from the command line with "shortcu
Le dim. 1 août 2021 à 22:37, Michael Osipov a écrit :
> A prerequisite PR is ready: https://github.com/apache/maven/pull/519
Maybe I'm a bit "off" on this one but shouldn't we just enable to configure
slf4j from the command line with "shortcuts"? ie --info --debug
--org.apache.wagon-debug
Once