DATAREST-1536 - Fix automatic module names for tests.
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
<name>Spring Data REST Tests - Core</name>
|
||||
<artifactId>spring-data-rest-tests-core</artifactId>
|
||||
|
||||
<properties>
|
||||
<java-module-name>spring.data.rest.tests.core</java-module-name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -9,8 +9,12 @@
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<name>Spring Data REST Tests - Gemfire</name>
|
||||
<artifactId>spring-data-rest-tests-gemfire</artifactId>
|
||||
<name>Spring Data REST Tests - Geode</name>
|
||||
<artifactId>spring-data-rest-tests-geode</artifactId>
|
||||
|
||||
<properties>
|
||||
<java-module-name>spring.data.rest.tests.geode</java-module-name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -21,7 +25,7 @@
|
||||
<type>test-jar</type>
|
||||
</dependency>
|
||||
|
||||
<!-- Gemfire -->
|
||||
<!-- Geode -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<artifactId>spring-data-rest-tests-jpa</artifactId>
|
||||
|
||||
<properties>
|
||||
<java-module-name>spring.data.rest.tests.jpa</java-module-name>
|
||||
<spring-security.version>4.0.1.RELEASE</spring-security.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -12,6 +12,10 @@
|
||||
<name>Spring Data REST Tests - MongoDB</name>
|
||||
<artifactId>spring-data-rest-tests-mongodb</artifactId>
|
||||
|
||||
<properties>
|
||||
<java-module-name>spring.data.rest.tests.mongodb</java-module-name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<artifactId>spring-data-rest-tests-security</artifactId>
|
||||
|
||||
<properties>
|
||||
<java-module-name>spring.data.rest.tests.security</java-module-name>
|
||||
<spring-security.version>5.1.5.RELEASE</spring-security.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
<name>Spring Data REST Tests - Shop</name>
|
||||
<artifactId>spring-data-rest-tests-shop</artifactId>
|
||||
|
||||
<properties>
|
||||
<java-module-name>spring.data.rest.tests.shop</java-module-name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
<name>Spring Data REST Tests - Solr</name>
|
||||
<artifactId>spring-data-rest-tests-solr</artifactId>
|
||||
|
||||
<properties>
|
||||
<java-module-name>spring.data.rest.tests.solr</java-module-name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user