Try to compile mockdriver on travis ci.

This commit is contained in:
baztian
2015-04-01 19:47:19 +02:00
parent 01b1eea67d
commit ae4f418e85
3 changed files with 19 additions and 4 deletions
+4 -4
View File
@@ -7,11 +7,9 @@
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>mockdriver</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
@@ -34,6 +32,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<executions>
<execution>
<id>copy-dependencies</id>
@@ -53,6 +52,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
<archive>
<manifest>