You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/01/17 08:34:14 UTC

[maven-jdeprscan-plugin] branch master updated: switch to asfMavenTlpPlgnBuild

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new fbb7c2a  switch to asfMavenTlpPlgnBuild
fbb7c2a is described below

commit fbb7c2ab04ff6620690debe060280047a2a920d7
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Jan 17 09:33:31 2020 +0100

    switch to asfMavenTlpPlgnBuild
---
 Jenkinsfile | 2 +-
 pom.xml     | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 22f3779..e1542e5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild(jdk:[9])
+asfMavenTlpPlgnBuild(jdk:['9','11','13','14'])
diff --git a/pom.xml b/pom.xml
index 1eb1005..fbd1363 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,9 @@ under the License.
             <artifactId>maven-invoker-plugin</artifactId>
             <configuration>
               <projectsDirectory>src/it/projects</projectsDirectory>
-              <pomIncludes>*</pomIncludes>
+              <pomIncludes>
+                <include>*</include>
+              </pomIncludes>
             </configuration>
           </plugin>
         </plugins>