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/16 22:35:37 UTC

[maven-jdeprscan-plugin] branch asfMavenTlpPlgnBuild updated: Restore Maven 3.2.x support

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

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


The following commit(s) were added to refs/heads/asfMavenTlpPlgnBuild by this push:
     new 2658050  Restore Maven 3.2.x support
2658050 is described below

commit 26580508d5f1fcd103f65cfa6f5068e4b3444ca5
Author: rfscholte <rf...@apache.org>
AuthorDate: Thu Jan 16 23:35:28 2020 +0100

    Restore Maven 3.2.x support
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6854a19..2e8a766 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>