This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 6a28eda Organize tests.
6a28eda is described below
commit 6a28edafc76271ba928b8231770dec959d4794ba
Author: JamesBognar <[email protected]>
AuthorDate: Fri May 11 09:57:48 2018 -0400
Organize tests.
---
juneau-core/juneau-core-test/pom.xml | 11 +++++++++++
juneau-microservice/juneau-microservice-test/pom.xml | 2 +-
juneau-rest/juneau-rest-server/pom.xml | 8 ++++++++
3 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/juneau-core/juneau-core-test/pom.xml
b/juneau-core/juneau-core-test/pom.xml
index 7d7ba8d..f55b0db 100644
--- a/juneau-core/juneau-core-test/pom.xml
+++ b/juneau-core/juneau-core-test/pom.xml
@@ -104,6 +104,17 @@
</executions>
</plugin>
<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.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.2.201409121644</version>
diff --git a/juneau-microservice/juneau-microservice-test/pom.xml
b/juneau-microservice/juneau-microservice-test/pom.xml
index 3eeb56d..c7d00e3 100644
--- a/juneau-microservice/juneau-microservice-test/pom.xml
+++ b/juneau-microservice/juneau-microservice-test/pom.xml
@@ -45,7 +45,7 @@
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-rest-server</artifactId>
<version>${project.version}</version>
- <type>test-jar</type>
+ <type>test-jar</type>
</dependency>
<dependency>
<groupId>org.apache.juneau</groupId>
diff --git a/juneau-rest/juneau-rest-server/pom.xml
b/juneau-rest/juneau-rest-server/pom.xml
index aba83c0..32984b7 100644
--- a/juneau-rest/juneau-rest-server/pom.xml
+++ b/juneau-rest/juneau-rest-server/pom.xml
@@ -48,6 +48,14 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.juneau</groupId>
+ <artifactId>juneau-core-test</artifactId>
+ <version>${project.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
--
To stop receiving notification emails like this one, please contact
[email protected].