Skip to content

Commit 64cee41

Browse files
committed
[maven-release-plugin] prepare release uasparser-0.6.0
1 parent 702638d commit 64cee41

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,19 @@
157157
</configuration>
158158
</plugin>
159159

160+
<!-- Only run the parent TestSuite -->
161+
<plugin>
162+
<groupId>org.apache.maven.plugins</groupId>
163+
<artifactId>maven-surefire-plugin</artifactId>
164+
<version>2.16</version>
165+
<configuration>
166+
<skipTests>${skipTests}</skipTests>
167+
<includes>
168+
<include>TestSuite.java</include>
169+
</includes>
170+
</configuration>
171+
</plugin>
172+
160173
</plugins>
161174
</build>
162175

0 commit comments

Comments
 (0)