Re: [PR] [MNG-8081] interpolate available properties during default profile selection (Maven 4.x) [maven]

2024-03-20 Thread Matt Benson
I just opted to solve potentially several feature requests with a single code change rather than addressing each one separately with similar code repeated in e.g. every profile activator implementation. On Wed, Mar 20, 2024 at 3:57 PM gnodet (via GitHub) wrote: > > gnodet commented on PR #1446:

Re: [DISCUSS] New Maven Core API for 4.x

2022-03-28 Thread Matt Benson
that any plugin can have the possibility to mutate those. > Does that make sense? > > Guillaume > > Le lun. 28 mars 2022 à 13:47, Matt Benson a écrit : > > > So in the new API, what kind of component would receive a mutable model > if > > not a plugin? I.e., what

Re: [DISCUSS] New Maven Core API for 4.x

2022-03-28 Thread Matt Benson
So in the new API, what kind of component would receive a mutable model if not a plugin? I.e., what would be the correct mechanism for enhancing the project model at runtime? Matt On Mon, Mar 28, 2022, 4:33 AM Guillaume Nodet wrote: > Hi everyone, > > Last week, I worked on a fully immutable ma

Re: Mimicking "mvn help:effective-pom" programmatically

2021-12-22 Thread Matt Benson
I was speaking in the context of e.g. a Maven plugin, lifecycle participant, etc. in which a MavenProject with its Model properties would be available. If you can do your work in such a context it would probably be reasonably easy, or you could trace what Maven does to build these objects and repro

Re: Mimicking "mvn help:effective-pom" programmatically

2021-12-22 Thread Matt Benson
My experience is that the runtime model is the effective pom; in contrast, the original model is what is reflected in the pom file. Matt On Wed, Dec 22, 2021, 2:05 PM Sebastian Proksch wrote: > Dear all, > > I am currently programmatically working on some poms, mainly to find > some information

enforcer 3.0.0

2018-06-07 Thread Matt Benson
The fix for CI friendly versions would be very nice to have available in a release. What can the community do to encourage it? Thanks, Matt

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Matt Benson
ewish-looking > owl? Woody Allen style, for example. > > Michael > > Am 2014-11-25 um 21:51 schrieb Matt Benson: > >> How about a rabbinical owl? >> >> Matt >> >> On Tue, Nov 25, 2014 at 2:07 PM, Michael Osipov >> wrote: >>> >>

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Matt Benson
How about a rabbinical owl? Matt On Tue, Nov 25, 2014 at 2:07 PM, Michael Osipov wrote: > Am 2014-11-25 um 20:56 schrieb Matt Benson: >>> >>> From the peanut gallery: someone had complained that the owl as a >> >> mascot disregarded the Yiddish origin of the

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Matt Benson
>From the peanut gallery: someone had complained that the owl as a mascot disregarded the Yiddish origin of the term "Maven." How about naming the owl something like Abraham, Jacob, or Moses? :D Matt On Tue, Nov 25, 2014 at 5:05 AM, Stephen Connolly wrote: > http://people.apache.org/~stephenc/ma

Re: How to handle Java Util Logging from external tool in a Mojo using CommandLineUtils from plexus-utils?

2014-11-11 Thread Matt Benson
Dennis: Would(n't) the work Mark Struberg did at [1] be of use here? HTH, Matt [1] http://svn.apache.org/viewvc/commons/proper/weaver/trunk/maven-plugin/src/main/java/org/apache/commons/weaver/maven/JavaLoggingToMojoLoggingRedirector.java?revision=HEAD&view=markup On Nov 11, 2014 1:50 AM, "Denn

[antrun-plugin] impending PropertyHelper compatibility issues

2007-07-06 Thread Matt Benson
Forgive my ignorance of the subject line conventions of this mailing list, and please note in advance that I personally am not subscribed to any Maven lists (I believe Kevin Jackson is subscribed to one or more of them). At any rate, it has come to the attention of the Ant developers that Maven's