You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2018/03/29 03:03:27 UTC

[maven-invoker-plugin] branch MINVOKER-224 updated: fix its because of changes

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

olamy pushed a commit to branch MINVOKER-224
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/MINVOKER-224 by this push:
     new b91f6b2  fix its because of changes
b91f6b2 is described below

commit b91f6b2cd82ce508080266fd2b4fca8d042cb258
Author: olivier lamy <ol...@apache.org>
AuthorDate: Thu Mar 29 13:03:14 2018 +1000

    fix its because of changes
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 src/it/local-repo-default/pom.xml           | 1 +
 src/it/script-context/pom.xml               | 1 +
 src/it/script-errors/pom.xml                | 1 +
 src/it/script-interpreter-detection/pom.xml | 1 +
 src/it/selector-conditions/pom.xml          | 3 ++-
 src/it/selector-scripts/pom.xml             | 1 +
 6 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/it/local-repo-default/pom.xml b/src/it/local-repo-default/pom.xml
index d993004..b601efb 100644
--- a/src/it/local-repo-default/pom.xml
+++ b/src/it/local-repo-default/pom.xml
@@ -43,6 +43,7 @@ under the License.
         <artifactId>maven-invoker-plugin</artifactId>
         <version>@pom.version@</version>
         <configuration>
+          <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
           <pomIncludes>
             <pomInclude>*/pom.xml</pomInclude>
           </pomIncludes>
diff --git a/src/it/script-context/pom.xml b/src/it/script-context/pom.xml
index aed4ce6..6d35a68 100644
--- a/src/it/script-context/pom.xml
+++ b/src/it/script-context/pom.xml
@@ -42,6 +42,7 @@ under the License.
         <artifactId>maven-invoker-plugin</artifactId>
         <version>@project.version@</version>
         <configuration>
+          <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
           <pomIncludes>
             <pomInclude>*/pom.xml</pomInclude>
           </pomIncludes>
diff --git a/src/it/script-errors/pom.xml b/src/it/script-errors/pom.xml
index 6ff883d..124bd90 100644
--- a/src/it/script-errors/pom.xml
+++ b/src/it/script-errors/pom.xml
@@ -43,6 +43,7 @@ under the License.
         <artifactId>maven-invoker-plugin</artifactId>
         <version>@project.version@</version>
         <configuration>
+          <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
           <pomIncludes>
             <pomInclude>*/pom.xml</pomInclude>
           </pomIncludes>
diff --git a/src/it/script-interpreter-detection/pom.xml b/src/it/script-interpreter-detection/pom.xml
index fa46328..b5d5ee1 100644
--- a/src/it/script-interpreter-detection/pom.xml
+++ b/src/it/script-interpreter-detection/pom.xml
@@ -40,6 +40,7 @@ under the License.
         <artifactId>maven-invoker-plugin</artifactId>
         <version>@pom.version@</version>
         <configuration>
+          <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
           <debug>true</debug>
           <pomIncludes>
             <pomInclude>*/pom.xml</pomInclude>
diff --git a/src/it/selector-conditions/pom.xml b/src/it/selector-conditions/pom.xml
index 9397897..c73a245 100644
--- a/src/it/selector-conditions/pom.xml
+++ b/src/it/selector-conditions/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <groupId>org.apache.maven.plugins.invoker</groupId>
   <artifactId>selector-conditions</artifactId>
   <version>1.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
+  <packaging>maven-plugin</packaging>
 
   <description>Test to check for selection of builds based on OS and/or JRE.</description>
 
@@ -41,6 +41,7 @@ under the License.
         <version>@pom.version@</version>
         <configuration>
           <debug>true</debug>
+
           <pomIncludes>
             <pomInclude>*/pom.xml</pomInclude>
           </pomIncludes>
diff --git a/src/it/selector-scripts/pom.xml b/src/it/selector-scripts/pom.xml
index 160b593..c3be520 100644
--- a/src/it/selector-scripts/pom.xml
+++ b/src/it/selector-scripts/pom.xml
@@ -40,6 +40,7 @@ under the License.
         <artifactId>maven-invoker-plugin</artifactId>
         <version>@pom.version@</version>
         <configuration>
+          <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
           <debug>true</debug>
           <pomIncludes>
             <pomInclude>*/pom.xml</pomInclude>

-- 
To stop receiving notification emails like this one, please contact
olamy@apache.org.