You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2020/10/02 17:38:28 UTC

[maven-pmd-plugin] branch mpmd-304 updated (b83f303 -> 15bd4bc)

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

adangel pushed a change to branch mpmd-304
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git.


    from b83f303  [MPMD-304] - maven-pmd-plugin should be toolchains-aware
     new be8540f  fix toolchains url
     new 15bd4bc  select toolchain by version only

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.


Summary of changes:
 src/it/MPMD-304-toolchain-support/invoker.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[maven-pmd-plugin] 02/02: select toolchain by version only

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

adangel pushed a commit to branch mpmd-304
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit 15bd4bce63c7585af0fd183625b1e8cccff7087b
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Fri Oct 2 19:38:06 2020 +0200

    select toolchain by version only
---
 src/it/MPMD-304-toolchain-support/invoker.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MPMD-304-toolchain-support/invoker.properties b/src/it/MPMD-304-toolchain-support/invoker.properties
index 4ac4e65..3873b85 100644
--- a/src/it/MPMD-304-toolchain-support/invoker.properties
+++ b/src/it/MPMD-304-toolchain-support/invoker.properties
@@ -21,5 +21,5 @@ invoker.java.version = 1.8+
 # https://github.com/apache/infrastructure-p6/blob/production/modules/build_nodes/files/toolchains.xml
 # the jdk toolchain "11:oracle" is selected in pom.xml
 invoker.toolchain.jdk.version = 11
-invoker.toolchain.jdk.vendor = oracle
+#invoker.toolchain.jdk.vendor = oracle
 invoker.goals = clean verify


[maven-pmd-plugin] 01/02: fix toolchains url

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

adangel pushed a commit to branch mpmd-304
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit be8540f8b36f1bdca4cbf3d11aa6c45c7ecf4a56
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Fri Oct 2 19:36:16 2020 +0200

    fix toolchains url
---
 src/it/MPMD-304-toolchain-support/invoker.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MPMD-304-toolchain-support/invoker.properties b/src/it/MPMD-304-toolchain-support/invoker.properties
index fafc7c8..4ac4e65 100644
--- a/src/it/MPMD-304-toolchain-support/invoker.properties
+++ b/src/it/MPMD-304-toolchain-support/invoker.properties
@@ -18,7 +18,7 @@
 invoker.java.version = 1.8+
 
 # available toolchains:
-# https://gitbox.apache.org/repos/asf?p=infrastructure-puppet.git;a=blob;f=modules/build_slaves/files/toolchains.xml;h=4cff2a01b776e157c45a988fefee7b7083fde2a5;hb=HEAD
+# https://github.com/apache/infrastructure-p6/blob/production/modules/build_nodes/files/toolchains.xml
 # the jdk toolchain "11:oracle" is selected in pom.xml
 invoker.toolchain.jdk.version = 11
 invoker.toolchain.jdk.vendor = oracle