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/17 18:28:18 UTC

[maven] branch maven-antrun-plugin-3 updated (7565c18 -> b8e1987)

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

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


 discard 7565c18  Run tests with maven-antrun-plugin 3.0.0
     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 b8e1987  Run tests with maven-antrun-plugin 3.0.0

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   (7565c18)
            \
             N -- N -- N   refs/heads/maven-antrun-plugin-3 (b8e1987)

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 +--
 .../main/java/org/apache/maven/ReactorReader.java  | 105 +++++++++++++++++++--
 .../org/apache/maven/execution/MavenSession.java   |   2 +-
 .../project/artifact/MavenMetadataSource.java      |   9 +-
 pom.xml                                            |   9 +-
 5 files changed, 120 insertions(+), 19 deletions(-)


[maven] 01/01: Run tests with maven-antrun-plugin 3.0.0

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

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

commit b8e19870f135a7975e21a8f3cef5b94d3e418886
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Apr 12 21:17:20 2020 +0200

    Run tests with maven-antrun-plugin 3.0.0
---
 Jenkinsfile                                                             | 2 +-
 .../src/main/resources/org/apache/maven/model/pom-4.0.0.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 313fbb8..9fc1649 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -66,7 +66,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
             }
         }
 
-        tests = resolveScm source: [$class: 'GitSCMSource', credentialsId: '', id: '_', remote: 'https://gitbox.apache.org/repos/asf/maven-integration-testing.git', traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait'], [$class: 'GitToolSCMSourceTrait', gitTool: 'Default']]], targets: [BRANCH_NAME, 'master']
+        tests = resolveScm source: [$class: 'GitSCMSource', credentialsId: '', id: '_', remote: 'https://gitbox.apache.org/repos/asf/maven-integration-testing.git', traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait'], [$class: 'GitToolSCMSourceTrait', gitTool: 'Default']]], targets: [BRANCH_NAME, 'maven-antrun-plugin-3']
     }
 }
 
diff --git a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
index b19a7d7..db652bf 100644
--- a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
+++ b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
@@ -74,7 +74,7 @@ under the License.
       <plugins>
         <plugin>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.3</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-assembly-plugin</artifactId>