switch to asfMavenTlpPlgnBuild
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 @@
             <artifactId>maven-invoker-plugin</artifactId>

             <configuration>

               <projectsDirectory>src/it/projects</projectsDirectory>

-              <pomIncludes>*</pomIncludes>

+              <pomIncludes>

+                <include>*</include>

+              </pomIncludes>

             </configuration>

           </plugin>

         </plugins>