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/28 05:24:41 UTC

[maven-invoker-plugin] branch MINVOKER-191 updated: fix wrong test, it test module depends on the plugin module so definitely needs to be declared as a dependency and build first

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

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


The following commit(s) were added to refs/heads/MINVOKER-191 by this push:
     new 35b50fd  fix wrong test, it test module depends on the plugin module so definitely needs to be declared as a dependency and build first
35b50fd is described below

commit 35b50fd9d0fdcdb2f2e3d6e498a6a822d28a1e10
Author: olivier lamy <ol...@apache.org>
AuthorDate: Wed Mar 28 15:24:25 2018 +1000

    fix wrong test, it test module depends on the plugin module so definitely needs to be declared as a dependency and build first
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 src/it/invocation-reactor-indirect/itests/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/it/invocation-reactor-indirect/itests/pom.xml b/src/it/invocation-reactor-indirect/itests/pom.xml
index bcf529f..cf5858b 100644
--- a/src/it/invocation-reactor-indirect/itests/pom.xml
+++ b/src/it/invocation-reactor-indirect/itests/pom.xml
@@ -30,6 +30,14 @@ under the License.
   <artifactId>MINVOKER-115-itests</artifactId>
   <packaging>pom</packaging>
 
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.plugins.invoker</groupId>
+      <artifactId>MINVOKER-115-plugin</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>

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