mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-23 22:04:32 +08:00
Up maven-plugins
This commit is contained in:
parent
de3381d5b8
commit
0333809d31
2 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,6 @@ sudo: false
|
||||||
license: GPL-3.0
|
license: GPL-3.0
|
||||||
language: java
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
|
||||||
- oraclejdk9
|
- oraclejdk9
|
||||||
- oraclejdk11
|
- oraclejdk11
|
||||||
script: mvn cobertura:cobertura -DskipTests=false
|
script: mvn cobertura:cobertura -DskipTests=false
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -27,7 +27,7 @@
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<argLine>-Dfile.encoding=UTF-8</argLine>
|
<argLine>-Dfile.encoding=UTF-8</argLine>
|
||||||
<skipTests>true</skipTests>
|
<skipTests>true</skipTests>
|
||||||
<spring.version>4.3.21.RELEASE</spring.version>
|
<spring.version>4.3.24.RELEASE</spring.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.8.0</version>
|
<version>3.8.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.8</source>
|
<source>1.8</source>
|
||||||
<target>1.8</target>
|
<target>1.8</target>
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-maven-plugin</artifactId>
|
<artifactId>jetty-maven-plugin</artifactId>
|
||||||
<version>9.4.18.v20190429</version>
|
<version>9.4.19.v20190610</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<webApp>
|
<webApp>
|
||||||
<contextPath>/rebuild</contextPath>
|
<contextPath>/rebuild</contextPath>
|
||||||
|
|
Loading…
Reference in a new issue