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/09/15 10:12:23 UTC

[maven] branch resolver-1.6 created (now 7a3ea6c)

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

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


      at 7a3ea6c  Resolver 1.6.0

This branch includes the following new commits:

     new 225eb18  Update Jenkinsfile
     new 7a3ea6c  Resolver 1.6.0

The 2 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.



[maven] 01/02: Update Jenkinsfile

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

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

commit 225eb182dbf8be31ba42ebe2fac170f782c3a6c2
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jul 20 12:57:20 2020 +0200

    Update Jenkinsfile
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index eae44cc..21ea4de 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,9 +23,9 @@ def buildOs = 'linux'
 def buildJdk = '8'
 def buildMvn = '3.6.3'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['8', '11']
+def runITsJdks = ['8', '11', '14', '15']
 def runITsMvn = '3.6.3'
-def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
+def runITscommand = "mvn clean install -Prun-its,embedded -B -U -T 5C -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests
 
 try {
@@ -60,7 +60,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
             ], publisherStrategy: 'EXPLICIT') {
 			    // For now: maven-wrapper contains 2 poms sharing the same outputDirectory, so separate clean
 			    sh "mvn clean"
-                sh "mvn ${MAVEN_GOAL} -B -U -e -fae -V -Dmaven.test.failure.ignore=true -P versionlessMavenDist"
+                sh "mvn ${MAVEN_GOAL} -B -U -e -fae -T 5C -V -Dmaven.test.failure.ignore=true -P versionlessMavenDist"
             }
             dir ('apache-maven/target') {
                 stash includes: 'apache-maven-bin.zip,apache-maven-wrapper-*.zip', name: 'maven-dist'


[maven] 02/02: Resolver 1.6.0

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

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

commit 7a3ea6c75a31043d55ca8f553ad36e2962739c23
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jul 20 00:34:37 2020 +0200

    Resolver 1.6.0
---
 pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 313bda2..1e2bd89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
     <cipherVersion>1.8</cipherVersion>
     <modelloVersion>1.11</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.4.2</resolverVersion>
+    <resolverVersion>1.6.0</resolverVersion>
     <slf4jVersion>1.7.29</slf4jVersion>
     <xmlunitVersion>2.6.4</xmlunitVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
@@ -470,6 +470,19 @@ under the License.
   </dependencies>
   <!--bootstrap-end-comment-->
 
+  <repositories>
+    <repository>
+      <id>apache.stage</id>
+      <name>Apache Stage Repository</name>
+      <url>https://repository.apache.org/content/repositories/maven-1605</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
   <build>
     <pluginManagement>
       <plugins>