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/30 15:18:19 UTC

[gora] 03/05: GORA-652 Remove `redis-with-test` profile and enable tests by default

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

drazzib pushed a commit to branch GORA-652-enable-tests-by-default
in repository https://gitbox.apache.org/repos/asf/gora.git

commit bb06d842fa2e625f4e3962b385d4016225d01a69
Author: Damien Raude-Morvan <dr...@drazzib.com>
AuthorDate: Mon Mar 30 17:16:35 2020 +0200

    GORA-652 Remove `redis-with-test` profile and enable tests by default
---
 gora-redis/pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gora-redis/pom.xml b/gora-redis/pom.xml
index ee33cb1..1057afd 100755
--- a/gora-redis/pom.xml
+++ b/gora-redis/pom.xml
@@ -54,24 +54,6 @@
     <osgi.export>org.apache.gora.redis*;version="${project.version}";-noimport:=true</osgi.export>
   </properties>
   
-  <profiles>
-    <profile>
-      <id>redis-with-test</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <version>2.4.2</version>
-            <configuration>
-              <skipTests>false</skipTests>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-  
   <build>
     <directory>target</directory>
     <outputDirectory>target/classes</outputDirectory>
@@ -90,14 +72,6 @@
     </testResources>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.2</version>
-        <configuration>
-          <skipTests>true</skipTests>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
         <version>${build-helper-maven-plugin.version}</version>