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 2019/01/03 22:07:22 UTC

[maven] branch MNG-6513 created (now 08e4793)

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

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


      at 08e4793  [MNG-6513] Migrate ITs Javadoc Plexus to Plexus Annotations

This branch includes the following new commits:

     new 08e4793  [MNG-6513] Migrate ITs Javadoc Plexus to Plexus Annotations

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.



[maven] 01/01: [MNG-6513] Migrate ITs Javadoc Plexus to Plexus Annotations

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

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

commit 08e47935c8a0b30666ff1eaff99c40d743c37463
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jan 3 23:07:07 2019 +0100

    [MNG-6513] Migrate ITs Javadoc Plexus to Plexus Annotations
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7c580cd..4901ee7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -59,7 +59,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, 'MNG-6513']
     }
 }