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
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
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
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
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
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
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