浏览代码

updated CI config

Sebastian Stenzel 7 年之前
父节点
当前提交
08cfcffa72
共有 2 个文件被更改,包括 1 次插入6 次删除
  1. 1 1
      .travis.yml
  2. 0 5
      main/commons/pom.xml

+ 1 - 1
.travis.yml

@@ -21,7 +21,7 @@ addons:
     build_command: "mvn -fmain/pom.xml clean test -DskipTests"
     branch_pattern: release.*
 install:
-- mvn -fmain/pom.xml dependency:go-offline -Pcoverage,release
+- mvn -fmain/pom.xml clean install -DskipTests dependency:go-offline -Pcoverage,release # "clean install" needed until we can exclude artifacts currently in the reactor, see https://maven.apache.org/plugins/maven-dependency-plugin/go-offline-mojo.html#excludeReactor and https://issues.apache.org/jira/browse/MDEP-568
 script:
 - mvn --update-snapshots -fmain/pom.xml clean test jacoco:report verify -Pcoverage
 after_success:

+ 0 - 5
main/commons/pom.xml

@@ -38,11 +38,6 @@
 			<groupId>com.google.dagger</groupId>
 			<artifactId>dagger-compiler</artifactId>
 		</dependency>
-		
-		<dependency>
-			<groupId>com.google.dagger</groupId>
-			<artifactId>dagger-compiler</artifactId>
-		</dependency>
 
 		<!-- Logging -->
 		<dependency>