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 2021/08/09 08:55:19 UTC

[maven-invoker-plugin] branch back-to-groovy-all created (now 225bd77)

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

olamy pushed a change to branch back-to-groovy-all
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git.


      at 225bd77  fix it

This branch includes the following new commits:

     new 225bd77  fix it

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-invoker-plugin] 01/01: fix it

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 225bd7729cef259bcf13e815f67f543815e17ee0
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Aug 9 18:55:02 2021 +1000

    fix it
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 src/it/script-classpath-duplicates/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/it/script-classpath-duplicates/pom.xml b/src/it/script-classpath-duplicates/pom.xml
index 3ae9250..6841ab6 100644
--- a/src/it/script-classpath-duplicates/pom.xml
+++ b/src/it/script-classpath-duplicates/pom.xml
@@ -44,6 +44,7 @@ under the License.
       <groupId>@groovy-groupId@</groupId>
       <artifactId>@groovy-artifactId@</artifactId>
       <version>@groovy-version@</version>
+      <type>pom</type>
       <scope>test</scope>
     </dependency>
   </dependencies>