[GitHub] [maven-site-plugin] dependabot[bot] opened a new pull request #64: Bump plexus-archiver from 4.2.5 to 4.2.6

2021-11-22 Thread GitBox
dependabot[bot] opened a new pull request #64: URL: https://github.com/apache/maven-site-plugin/pull/64 Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.2.5 to 4.2.6. Release notes Sourced from https://github.com/codehaus-plexus/plexus-archiver/re

[GitHub] [maven-wrapper-plugin] gzm55 commented on a change in pull request #5: [MWRAPPER-16] PoC call mvn(.cmd) script from mvnw(.cmd)

2021-11-22 Thread GitBox
gzm55 commented on a change in pull request #5: URL: https://github.com/apache/maven-wrapper-plugin/pull/5#discussion_r753891730 ## File path: maven-wrapper-distribution/src/assembly/maven/run ## @@ -17,3 +17,17 @@ exec "$JAVACMD" \ "-Dlibrary.jansi.path=${MAVEN_HOME}/lib/ja

Re: Request for Enhancement: Dependency Overrides

2021-11-22 Thread Romain Manni-Bucau
Le lun. 22 nov. 2021 à 14:15, Enno Thieleke a écrit : > Hello, > > @Delany, regarding 1 and 2: If I added all the other elements of the > dependency tag, I would have to apply dependency management anyway if > present (and I played around with it for a bit), but I see your point. > Maybe using th

Re: Request for Enhancement: Dependency Overrides

2021-11-22 Thread Enno Thieleke
Hello, @Delany, regarding 1 and 2: If I added all the other elements of the dependency tag, I would have to apply dependency management anyway if present (and I played around with it for a bit), but I see your point. Maybe using the dependency tag (I'd still name it override though) is "good en

[GitHub] [maven-wrapper-plugin] slachiewicz merged pull request #4: Add GitHub action

2021-11-22 Thread GitBox
slachiewicz merged pull request #4: URL: https://github.com/apache/maven-wrapper-plugin/pull/4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev

Re: Request for Enhancement: Dependency Overrides

2021-11-22 Thread Romain Manni-Bucau
Hi all, I fear not defining the version is likely a source of big issues and worse than not having this feature at all since often, when you change the major, you change totally the dependency and the override will just not work. You can indeed say you must not have 2 dependencies in different ver

Re: Request for Enhancement: Dependency Overrides

2021-11-22 Thread Delany
Hi Enno, On point 1, figuring out the order of events in a build can be challenging for newbies since Maven is declarative. For example profiles are resolved early on and this is reflected by their place in the pom. Although that's really about config composition, having the overrides under projec