You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by dr...@apache.org on 2020/03/21 23:59:09 UTC

[gora] branch GORA-647-test-containers-mongo updated: GORA-647 Generate test-jar artifact in gora-mongodb

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

drazzib pushed a commit to branch GORA-647-test-containers-mongo
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/GORA-647-test-containers-mongo by this push:
     new 094eeae  GORA-647 Generate test-jar artifact in gora-mongodb
094eeae is described below

commit 094eeae55329572b587263017bcc018cc08c685b
Author: Damien Raude-Morvan <dr...@drazzib.com>
AuthorDate: Sun Mar 22 00:58:42 2020 +0100

    GORA-647 Generate test-jar artifact in gora-mongodb
---
 gora-mongodb/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gora-mongodb/pom.xml b/gora-mongodb/pom.xml
index 94fbce4..e802e0f 100644
--- a/gora-mongodb/pom.xml
+++ b/gora-mongodb/pom.xml
@@ -72,6 +72,17 @@
     </testResources>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
         <version>${build-helper-maven-plugin.version}</version>