This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a change to branch MNG-6914_2
in repository https://gitbox.apache.org/repos/asf/maven.git.
discard c323cd3 [MNG-6914] use new apache-maven-wrapper module
omit 25b9e06 [MNG-6914] fix typo
omit ac40a6a [MNG-6914] move assembly descriptors to src/assembly
omit 4520f9e [MNG-6914] move apache-maven-wrapper to its own separate
Maven module
omit fb8f8e2 [MNG-6914] move mvnw scripts from maven/shared to
wrapper/shared
omit 2423d21 [MNG-6914] move common wrapper distributions conf to
shared.xml
omit 9f33b07 [MNG-6914] move download script to wrapper/shared
omit 0dacb2f [MNG-6914] drop tar.gz archives for wrapper install
distributions
omit 3a6b79c [MNG-6914] rename MAVEN_LAUNCHER to LAUNCHER_CLASS (from
LAUNCHER_JAR)
omit b304c0c [MNG-6914] rename .mvn hidden directory in source to mvn
add b31f3ae [MNG-7291] Avoid String concatenation in loops (#572)
add 4daa48e [MNG-7287] Simplify assertion with simpler and equivalent
calls
add 0080e84 [MNG-7297] Remove redundant type arguments (#581)
new cf6dae2 [MNG-6914] rename .mvn hidden directory in source to mvn
new db9c56b [MNG-6914] rename MAVEN_LAUNCHER to LAUNCHER_CLASS (from
LAUNCHER_JAR)
new 005688f [MNG-6914] drop tar.gz archives for wrapper install
distributions
new 940efb0 [MNG-6914] move download script to wrapper/shared
new 4fabaff [MNG-6914] move common wrapper distributions conf to
shared.xml
new fd96d7f [MNG-6914] move mvnw scripts from maven/shared to
wrapper/shared
new f7ff3f5 [MNG-6914] move apache-maven-wrapper to its own separate
Maven module
new 6dd659b [MNG-6914] move assembly descriptors to src/assembly
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c323cd3)
\
N -- N -- N refs/heads/MNG-6914_2 (6dd659b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/maven/artifact/ArtifactUtilsTest.java | 16 ++++++------
.../apache/maven/artifact/DefaultArtifactTest.java | 5 ++--
.../versioning/DefaultArtifactVersionTest.java | 2 +-
.../building/DefaultProblemCollectorTest.java | 3 ++-
.../apache/maven/building/DefaultProblemTest.java | 3 ++-
.../maven/repository/MetadataResolutionResult.java | 8 +++---
.../main/java/org/apache/maven/DefaultMaven.java | 2 +-
.../java/org/apache/maven/RepositoryUtils.java | 2 +-
.../resolver/ArtifactResolutionResult.java | 8 +++---
.../maven/classrealm/DefaultClassRealmManager.java | 2 +-
.../apache/maven/exception/ExceptionSummary.java | 2 +-
.../scope/internal/MojoExecutionScopeModule.java | 4 +--
.../lifecycle/internal/MojoDescriptorCreator.java | 2 +-
.../maven/lifecycle/internal/MojoExecutor.java | 4 +--
.../plugin/DefaultLifecycleBindingsInjector.java | 2 +-
.../maven/plugin/DefaultPluginRealmCache.java | 2 +-
.../plugin/internal/DefaultMavenPluginManager.java | 2 +-
.../prefix/NoPluginFoundForPrefixException.java | 12 ++++-----
.../project/DefaultDependencyResolutionResult.java | 2 +-
.../maven/project/DefaultProjectRealmCache.java | 2 +-
.../org/apache/maven/project/MavenProject.java | 2 +-
.../artifact/DefaultProjectArtifactsCache.java | 4 +--
.../maven/project/artifact/ProjectArtifact.java | 2 +-
.../maven/session/scope/internal/SessionScope.java | 2 +-
.../session/scope/internal/SessionScopeModule.java | 2 +-
.../internal/LifecycleDependencyResolverTest.java | 3 ++-
.../apache/maven/project/PomConstructionTest.java | 26 +++++++++----------
.../maven/model/building/DefaultModelBuilder.java | 10 +++++---
.../org/apache/maven/model/building/Result.java | 4 +--
.../maven/plugin/descriptor/PluginDescriptor.java | 2 +-
.../descriptor/PluginDescriptorBuilderTest.java | 29 ++++++++++++----------
31 files changed, 91 insertions(+), 80 deletions(-)