We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded8fa6 commit 499540dCopy full SHA for 499540d
pom.xml
@@ -88,6 +88,7 @@
88
<target>1.6</target>
89
</configuration>
90
</plugin>
91
+
92
<plugin>
93
<groupId>org.apache.maven.plugins</groupId>
94
<artifactId>maven-gpg-plugin</artifactId>
@@ -129,6 +130,16 @@
129
130
</execution>
131
</executions>
132
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>
143
</plugins>
144
</build>
145
0 commit comments