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 2019/04/05 16:50:45 UTC

[maven-gpg-plugin] branch INFRA-18014 updated: Add all ITs

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

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


The following commit(s) were added to refs/heads/INFRA-18014 by this push:
     new 8ce8954  Add all ITs
8ce8954 is described below

commit 8ce895469986837ee21d044e5cdb369aa2f8e17f
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Apr 5 18:50:36 2019 +0200

    Add all ITs
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index b5dfceb..f5f2411 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,9 @@ under the License.
               <artifactId>maven-invoker-plugin</artifactId>
               <configuration>
                 <settingsFile>src/it/settings.xml</settingsFile>
+                <pomIncludes>
+                  <pomInclude>*</pomInclude>
+                </pomIncludes>
                 <goals>
                   <goal>clean</goal>
                   <goal>install</goal>