|
|
|
@ -12,6 +12,20 @@ |
|
|
|
<version>1.0-SNAPSHOT</version> |
|
|
|
<name>Libphonenumber Data tools</name> |
|
|
|
|
|
|
|
<properties> |
|
|
|
<gae.version>1.5.4</gae.version> |
|
|
|
</properties> |
|
|
|
|
|
|
|
<repositories> |
|
|
|
<repository> |
|
|
|
<id>mvnrepository</id> |
|
|
|
<url>http://mvnrepository.com/artifact/</url> |
|
|
|
<snapshots> |
|
|
|
<enabled>true</enabled> |
|
|
|
</snapshots> |
|
|
|
</repository> |
|
|
|
</repositories> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<groupId>junit</groupId> |
|
|
|
@ -30,6 +44,20 @@ |
|
|
|
<sourceDirectory>src</sourceDirectory> |
|
|
|
<testSourceDirectory>test</testSourceDirectory> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>2.3.2</version> |
|
|
|
<configuration> |
|
|
|
<source>1.6</source> |
|
|
|
<target>1.6</target> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>net.kindleit</groupId> |
|
|
|
<artifactId>maven-gae-plugin</artifactId> |
|
|
|
<version>0.9.1</version> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
|
|