You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/01/26 21:29:26 UTC

[maven] branch MNG-6845 updated (d5fe99d -> 59d9e41)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch MNG-6845
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard d5fe99d  [MNG-6845] Upgrade to apache-rat-plugin 0.13
     add f620bb7  [MNG-6844] Remove outdated TODOs
     add 3949228  [MNG-6847] Explicit type can be replaced by the diamond operator
     add 9989e6a  [MNG-6837] Simplify detection of the MAVEN_HOME and make it fully qualified on Windows
     add 838c196  [MNG-5587] When the build fails emit any errors without the user having to specify -e or -X
     add da5d8b8  [MNG-6850] Prevent printing the EXEC_DIR when it's just a disk letter
     add a6f113a  Bump junit from 4.12 to 4.13
     add ce35eff  [MNG-6853] - Don't box primitives where it's not needed
     add ff9bc4f  [MNG-6852] Upgrade maven-source-plugin from 3.2.0 to 3.2.1
     add ddb454a  [MNG-6831] Replace Anonymous classes by lambdas
     add 1697e7a  [MNG-6855] Simplify code
     add ace32fd  [MNG-6855] Simplify code - computeIfAbsent()
     add e6c897e  [MNG-6855] Simplify some code
     add 96e11e1  [MNG-6855] Remove redundant code
     new 59d9e41  [MNG-6845] Upgrade to apache-rat-plugin 0.13

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   (d5fe99d)
            \
             N -- N -- N   refs/heads/MNG-6845 (59d9e41)

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 1 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/src/bin/mvn.cmd                       | 12 ++----
 .../repository/ArtifactRepositoryPolicy.java       |  4 +-
 .../MultipleArtifactsNotFoundException.java        |  2 +-
 .../artifact/versioning/ComparableVersion.java     |  6 +--
 .../maven/artifact/versioning/VersionRange.java    |  4 +-
 .../maven/building/DefaultProblemCollector.java    |  2 +-
 .../artifact/resolver/DefaultArtifactResolver.java | 14 ++-----
 .../maven/profiles/DefaultProfileManager.java      | 19 +++------
 .../java/org/apache/maven/project/ModelUtils.java  |  8 ++--
 .../DefaultModelInheritanceAssembler.java          |  7 +---
 .../repository/legacy/LegacyRepositorySystem.java  |  8 +---
 .../metadata/DefaultClasspathTransformation.java   | 30 +++++---------
 .../maven/repository/metadata/MetadataGraph.java   | 14 +------
 .../resolver/filter/AndArtifactFilterTest.java     | 10 +----
 .../resolver/filter/OrArtifactFilterTest.java      | 10 +----
 .../maven/artifact/testutils/TestFileManager.java  | 10 +----
 .../maven/repository/legacy/StringWagon.java       |  1 -
 .../resolver/DefaultArtifactCollectorTest.java     | 20 ++++-----
 .../apache/maven/DuplicateProjectException.java    |  2 +-
 .../main/java/org/apache/maven/ReactorReader.java  |  8 +---
 .../metadata/AbstractRepositoryMetadata.java       |  3 +-
 .../apache/maven/bridge/MavenRepositorySystem.java |  8 +---
 .../maven/classrealm/DefaultClassRealmManager.java |  5 +--
 .../DefaultMavenExecutionRequestPopulator.java     |  2 +-
 .../execution/DefaultMavenExecutionResult.java     |  4 +-
 .../org/apache/maven/execution/ReactorManager.java | 19 ++-------
 .../scope/internal/MojoExecutionScope.java         | 47 +++++++++-------------
 .../graph/FilteredProjectDependencyGraph.java      |  2 +-
 .../DefaultLifecycleExecutionPlanCalculator.java   |  4 +-
 .../internal/DefaultLifecycleMappingDelegate.java  |  8 +---
 .../internal/DefaultLifecyclePluginAnalyzer.java   | 11 +----
 .../lifecycle/internal/DependencyContext.java      |  4 +-
 .../lifecycle/internal/LifecycleModuleBuilder.java |  3 +-
 .../lifecycle/internal/MojoDescriptorCreator.java  |  2 +-
 .../lifecycle/internal/ReactorBuildStatus.java     |  2 +-
 .../multithreaded/MultiThreadedBuilder.java        | 15 +++----
 .../builder/multithreaded/ThreadOutputMuxer.java   |  2 +-
 .../plugin/internal/DefaultMavenPluginManager.java | 10 +----
 .../PluginDependencyResolutionListener.java        | 10 +----
 .../version/PluginVersionResolutionException.java  | 12 +++---
 .../maven/project/DefaultProjectBuilder.java       | 12 +++---
 .../org/apache/maven/project/MavenProject.java     |  2 +-
 .../org/apache/maven/project/ProjectSorter.java    |  8 +---
 .../artifact/DefaultMavenMetadataCache.java        |  8 ++--
 .../maven/repository/ArtifactTransferEvent.java    |  5 +--
 .../maven/session/scope/internal/SessionScope.java | 47 +++++++++-------------
 .../maven/toolchain/DefaultToolchainManager.java   |  2 +-
 .../building/DefaultToolchainsBuilder.java         | 17 +++-----
 .../building/DefaultToolchainsBuildingResult.java  |  2 +-
 .../configuration/DefaultBeanConfiguratorTest.java | 20 +++------
 .../scope/internal/MojoExecutionScopeTest.java     | 20 +--------
 .../lifecycle/internal/BuilderCommonTest.java      |  3 +-
 .../internal/LifecycleDependencyResolverTest.java  | 10 +----
 .../internal/stub/CompletionServiceStub.java       |  2 +-
 .../lifecycle/internal/stub/MojoExecutorStub.java  |  2 +-
 .../org/apache/maven/cli/CLIReportingUtils.java    |  2 +-
 .../main/java/org/apache/maven/cli/MavenCli.java   |  9 ++---
 .../transfer/AbstractMavenTransferListener.java    |  2 +-
 .../cli/transfer/ConsoleMavenTransferListener.java |  2 +-
 .../maven/model/building/DefaultModelBuilder.java  | 19 ++++-----
 .../model/building/ModelBuildingEventCatapult.java |  9 +----
 .../StringSearchModelInterpolator.java             | 32 +++++++--------
 .../StringVisitorModelInterpolator.java            | 32 +++++++--------
 .../StringSearchModelInterpolatorTest.java         | 20 ++++-----
 .../internal/RemoteSnapshotMetadataTest.java       |  2 +-
 .../settings/building/DefaultSettingsBuilder.java  | 17 +++-----
 .../building/DefaultSettingsBuildingResult.java    |  2 +-
 .../building/DefaultSettingsProblemCollector.java  |  2 +-
 .../crypto/DefaultSettingsDecryptionResult.java    |  6 +--
 .../java/org/slf4j/impl/MavenSimpleLogger.java     | 10 ++---
 pom.xml                                            |  4 +-
 71 files changed, 234 insertions(+), 460 deletions(-)


[maven] 01/01: [MNG-6845] Upgrade to apache-rat-plugin 0.13

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MNG-6845
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 59d9e41f19d262f25f9935d5bb7cf539a9e30c99
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jan 10 10:22:57 2020 +0100

    [MNG-6845] Upgrade to apache-rat-plugin 0.13
---
 pom.xml | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3148a97..ba8deb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,6 +544,7 @@ under the License.
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
+          <version>0.13</version>
           <configuration>
             <excludes>
               <exclude>.asf.yaml</exclude>
@@ -559,31 +560,6 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
-        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-        <plugin>
-          <groupId>org.eclipse.m2e</groupId>
-          <artifactId>lifecycle-mapping</artifactId>
-          <version>1.0.0</version>
-          <configuration>
-            <lifecycleMappingMetadata>
-              <pluginExecutions>
-                <pluginExecution>
-                  <pluginExecutionFilter>
-                    <groupId>org.apache.rat</groupId>
-                    <artifactId>apache-rat-plugin</artifactId>
-                    <versionRange>[0.10,)</versionRange>
-                    <goals>
-                      <goal>check</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore />
-                  </action>
-                </pluginExecution>
-              </pluginExecutions>
-            </lifecycleMappingMetadata>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>