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/04/18 20:27:20 UTC

[maven] branch MNG-6845 updated (bd31f61 -> 56a7981)

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 bd31f61  [MNG-6845] Upgrade to apache-rat-plugin 0.13
     add c423a09  [MNG-6867] extract methods, apply SLA
     add d127bce  Revert "[MNG-6867] extract methods, apply SLA"
     add bf7b99a  [MNG-6884] - Cleanup POM File after version upgrade
     add af1bf4c  [MNG-6886] upgrade plexus-cipher to 1.8 and update changed groupId (#335)
     add 8f6e02f  update xmlunit (#336)
     add 0efaf46  README improvement
     add e22b055  added Jira badge
     add ec92934  [MNG-4660] --resume-from flag resolves inter-module dependencies
     new 56a7981  [MNG-6845] Use 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   (bd31f61)
            \
             N -- N -- N   refs/heads/MNG-6845 (56a7981)

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:
 README.md                                          |  14 +--
 apache-maven/pom.xml                               |   4 +
 maven-compat/pom.xml                               |   5 +
 maven-core/pom.xml                                 |   5 +
 .../main/java/org/apache/maven/ReactorReader.java  | 105 +++++++++++++++++++--
 .../org/apache/maven/execution/MavenSession.java   |   2 +-
 .../project/artifact/MavenMetadataSource.java      |   9 +-
 maven-embedder/pom.xml                             |   2 +-
 pom.xml                                            |  64 ++++++++-----
 9 files changed, 170 insertions(+), 40 deletions(-)


[maven] 01/01: [MNG-6845] Use 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 56a798106f4fae1d131843610c3a60402facf6f6
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jan 10 10:22:57 2020 +0100

    [MNG-6845] Use apache-rat-plugin 0.13
    
    - no longer needed section after parent pom update
---
 pom.xml | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5cfac55..df3ab27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>34</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
+    <relativePath />
   </parent>
 
   <artifactId>maven</artifactId>
@@ -554,31 +554,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>