This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
JAVA: Exclude TestMetadataTestCase from test cases.
Review URL:
https://codereview.appspot.com/5847065
pull/567/head
Philippe Liard
14 years ago
committed by
Mihaela Rosca
parent
e7db004747
commit
8965a882d4
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
java/pom.xml
+ 4
- 1
java/pom.xml
View File
@ -88,9 +88,12 @@
<plugin
>
<groupId
>
org.apache.maven.plugins
</groupId>
<artifactId
>
maven-surefire-plugin
</artifactId>
<version
>
2.1
0
</version>
<version
>
2.1
2
</version>
<configuration
>
<forkMode
>
never
</forkMode>
<includes
>
<include
>
**/*Test.java
</include>
</includes>
</configuration>
</plugin>
<plugin
>
Write
Preview
Loading…
Cancel
Save