The Apache Maven team is pleased to announce the release of the
Apache Maven 4.0.0-alpha-7.
Apache Maven is a software project management and comprehension tool. Based
on the concept of a project object model (POM), Maven can manage a
project's build, reporting and documentation from a central pie
[Note: You're receiving this email because you are subscribed to one or
more project dev@ mailing lists at the Apache Software Foundation.]
This is your final reminder that the Call for Presentations for
Community Over Code (formerly known as ApacheCon) is closing soon - on
Thursday, 13 July 2023
+1
śr., 28 cze 2023, 21:44 użytkownik Guillaume Nodet
napisał:
> +1
>
> Le sam. 24 juin 2023 à 12:56, Guillaume Nodet a écrit
> :
>
> > I'm starting a new vote to release this new alpha.
> >
> > 67 issues solved:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=1231692
Closing this vote with the following +1s: cstamas, khmarbaise, sjaranowski,
gnodet
I'll publish the release asap.
Thx !
Le sam. 24 juin 2023 à 12:56, Guillaume Nodet a écrit :
> I'm starting a new vote to release this new alpha.
>
> 67 issues solved:
>
> https://issues.apache.org/jira/secure/Re
+1
Le sam. 24 juin 2023 à 12:56, Guillaume Nodet a écrit :
> I'm starting a new vote to release this new alpha.
>
> 67 issues solved:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12353052
>
> Staging repository:
> https://repository.apache.org/content/rep
Howdy,
Here is a PoC for import-plugins
https://github.com/apache/maven/pull/1190
T
On Wed, Jun 28, 2023 at 11:32 AM Geoffrey De Smet
wrote:
> Maybe we need a BOM import for all maven plugin versions instead?
>
> Currently all projects in the ASF forge have to individually
> update the compile
But, let's dream a bit (so all of this below is just a faint scratch, I do
not nor cannot state "we can do it in Maven4" :D ):
1. plugins:
A new Maven4 import scope, similar to "import", "import-plugins", that
would allow for your project to declare in depMgmt section to import
pluginMgt section o
Maybe we need a BOM import for all maven plugin versions instead?
Currently all projects in the ASF forge have to individually
update the compiler, surefire, ... plugin versions individually
and figure out which maven plugin versions are compatible.
With kind regards,
Geoffrey De Smet
---
Howdy,
This is an interesting idea, but IMHO without some "mixin" support, it
would work only for "shallow" (or flat?) kinds of projects
Forges like ASF (and Maven itself as part of ASF) have quite deep parent
POM hierarchy, and parents are not only about Java, as they also contain:
- deploym