Skip to content

Commit 499540d

Browse files
author
Javen
committed
Exclude mock tests because: MockServer cannot run on openJDK1.6
1 parent ded8fa6 commit 499540d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<target>1.6</target>
8989
</configuration>
9090
</plugin>
91+
9192
<plugin>
9293
<groupId>org.apache.maven.plugins</groupId>
9394
<artifactId>maven-gpg-plugin</artifactId>
@@ -129,6 +130,16 @@
129130
</execution>
130131
</executions>
131132
</plugin>
133+
<plugin>
134+
<groupId>org.apache.maven.plugins</groupId>
135+
<artifactId>maven-surefire-plugin</artifactId>
136+
<version>2.16</version>
137+
<configuration>
138+
<excludes>
139+
<exclude>**/mock/*Test.java</exclude>
140+
</excludes>
141+
</configuration>
142+
</plugin>
132143
</plugins>
133144
</build>
134145

0 commit comments

Comments
 (0)