|
|
@ -36,6 +36,28 @@ |
|
|
<targetPath>com/google/i18n/phonenumbers/timezones/testing_data</targetPath> |
|
|
<targetPath>com/google/i18n/phonenumbers/timezones/testing_data</targetPath> |
|
|
</testResource> |
|
|
</testResource> |
|
|
</testResources> |
|
|
</testResources> |
|
|
|
|
|
<plugins> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
|
|
|
<version>1.15</version> |
|
|
|
|
|
<executions> |
|
|
|
|
|
<execution> |
|
|
|
|
|
<phase>test</phase> |
|
|
|
|
|
<goals> |
|
|
|
|
|
<goal>check</goal> |
|
|
|
|
|
</goals> |
|
|
|
|
|
</execution> |
|
|
|
|
|
</executions> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
<signature> |
|
|
|
|
|
<groupId>org.codehaus.mojo.signature</groupId> |
|
|
|
|
|
<artifactId>java15</artifactId> |
|
|
|
|
|
<version>1.0</version> |
|
|
|
|
|
</signature> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
|
|
|
</plugins> |
|
|
</build> |
|
|
</build> |
|
|
|
|
|
|
|
|
<dependencies> |
|
|
<dependencies> |
|
|
|