You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2022/12/19 18:43:59 UTC

[jackrabbit-oak] branch OAK-10045 updated: OAK-10045: Upgrade gmavenplus-plugin to 1.13.1

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

reschke pushed a commit to branch OAK-10045
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-10045 by this push:
     new 4657a35bb2 OAK-10045: Upgrade gmavenplus-plugin to 1.13.1
4657a35bb2 is described below

commit 4657a35bb22d629c14310f85954dc3126f621e45
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Mon Dec 19 19:43:48 2022 +0100

    OAK-10045: Upgrade gmavenplus-plugin to 1.13.1
---
 oak-parent/pom.xml      | 5 +++++
 oak-pojosr/pom.xml      | 5 ++---
 oak-run-elastic/pom.xml | 5 ++---
 oak-run/pom.xml         | 5 ++---
 4 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 3d6fa61807..fb266eaca9 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -271,6 +271,11 @@
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.gmavenplus</groupId>
+          <artifactId>gmavenplus-plugin</artifactId>
+          <version>1.13.1</version>
+        </plugin>
         <plugin>
           <artifactId>maven-deploy-plugin</artifactId>
           <version>2.8.2</version>
diff --git a/oak-pojosr/pom.xml b/oak-pojosr/pom.xml
index a69d420541..c1c4e67753 100644
--- a/oak-pojosr/pom.xml
+++ b/oak-pojosr/pom.xml
@@ -39,7 +39,6 @@
       <plugin>
         <groupId>org.codehaus.gmavenplus</groupId>
         <artifactId>gmavenplus-plugin</artifactId>
-        <version>1.5</version>
         <executions>
           <execution>
             <goals>
@@ -47,8 +46,8 @@
               <goal>addTestSources</goal>
               <goal>generateStubs</goal>
               <goal>compile</goal>
-              <goal>testGenerateStubs</goal>
-              <goal>testCompile</goal>
+              <goal>generateTestStubs</goal>
+              <goal>compileTests</goal>
               <goal>removeStubs</goal>
               <goal>removeTestStubs</goal>
             </goals>
diff --git a/oak-run-elastic/pom.xml b/oak-run-elastic/pom.xml
index 6f51f3bff4..ec7a0196e7 100644
--- a/oak-run-elastic/pom.xml
+++ b/oak-run-elastic/pom.xml
@@ -47,7 +47,6 @@
             <plugin>
                 <groupId>org.codehaus.gmavenplus</groupId>
                 <artifactId>gmavenplus-plugin</artifactId>
-                <version>1.5</version>
                 <executions>
                     <execution>
                         <goals>
@@ -55,8 +54,8 @@
                             <goal>addTestSources</goal>
                             <goal>generateStubs</goal>
                             <goal>compile</goal>
-                            <goal>testGenerateStubs</goal>
-                            <goal>testCompile</goal>
+                            <goal>generateTestStubs</goal>
+                            <goal>compileTests</goal>
                             <goal>removeStubs</goal>
                             <goal>removeTestStubs</goal>
                         </goals>
diff --git a/oak-run/pom.xml b/oak-run/pom.xml
index c863a1e96c..3c03accbad 100644
--- a/oak-run/pom.xml
+++ b/oak-run/pom.xml
@@ -69,7 +69,6 @@
       <plugin>
         <groupId>org.codehaus.gmavenplus</groupId>
         <artifactId>gmavenplus-plugin</artifactId>
-        <version>1.5</version>
         <executions>
           <execution>
             <goals>
@@ -77,8 +76,8 @@
               <goal>addTestSources</goal>
               <goal>generateStubs</goal>
               <goal>compile</goal>
-              <goal>testGenerateStubs</goal>
-              <goal>testCompile</goal>
+              <goal>generateTestStubs</goal>
+              <goal>compileTests</goal>
               <goal>removeStubs</goal>
               <goal>removeTestStubs</goal>
             </goals>