Skip to content

Commit 1d941b6

Browse files
committed
放弃掉travis-ci,因为不支持JDK8
1 parent be537f9 commit 1d941b6

File tree

6 files changed

+8
-26
lines changed

6 files changed

+8
-26
lines changed

.travis.yml .travis.yml.backup

File renamed without changes.

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ![BANNER](https://github.com/alibaba/jvm-sandbox/wiki/img/BANNER.png)
22

3-
[![Build Status](https://travis-ci.org/alibaba/jvm-sandbox.svg?branch=master)](https://travis-ci.org/alibaba/jvm-sandbox)
4-
[![codecov](https://codecov.io/gh/alibaba/jvm-sandbox/branch/master/graph/badge.svg)](https://codecov.io/gh/alibaba/jvm-sandbox)
53
![license](https://img.shields.io/github/license/alibaba/arthas.svg)
64
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/alibaba/jvm-sandbox.svg)](http://isitmaintained.com/project/alibaba/jvm-sandbox "Average time to resolve an issue")
75
[![Percentage of issues still open](http://isitmaintained.com/badge/open/alibaba/jvm-sandbox.svg)](http://isitmaintained.com/project/alibaba/jvm-sandbox "Percentage of issues still open")

pom.xml

+3-23
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,6 @@
1515
<sandbox.version>1.2.2</sandbox.version>
1616
</properties>
1717

18-
<profiles>
19-
20-
<!-- 默认 -->
21-
<profile>
22-
<id>default</id>
23-
<properties>
24-
<tools-jar>${java.home}/../lib/tools.jar</tools-jar>
25-
</properties>
26-
<activation>
27-
<activeByDefault>true</activeByDefault>
28-
</activation>
29-
</profile>
30-
31-
<!-- GITHUB-CI -->
32-
<profile>
33-
<id>githubCI</id>
34-
<properties>
35-
<tools-jar>${java.home}/lib/tools.jar</tools-jar>
36-
</properties>
37-
</profile>
38-
39-
</profiles>
40-
4118
<build>
4219
<pluginManagement>
4320
<plugins>
@@ -117,6 +94,8 @@
11794
</execution>
11895
</executions>
11996
</plugin>
97+
98+
<!--
12099
<plugin>
121100
<groupId>org.codehaus.mojo</groupId>
122101
<artifactId>cobertura-maven-plugin</artifactId>
@@ -131,6 +110,7 @@
131110
</formats>
132111
</configuration>
133112
</plugin>
113+
-->
134114

135115
</plugins>
136116
</build>

sandbox-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<artifactId>tools</artifactId>
7878
<version>1.8</version>
7979
<scope>system</scope>
80-
<systemPath>${tools-jar}</systemPath>
80+
<systemPath>${java.home}/../lib/tools.jar</systemPath>
8181
</dependency>
8282

8383
<dependency>

sandbox-debug-module/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<skip>true</skip>
2323
</configuration>
2424
</plugin>
25+
<!--
2526
<plugin>
2627
<groupId>org.codehaus.mojo</groupId>
2728
<artifactId>cobertura-maven-plugin</artifactId>
@@ -37,6 +38,7 @@
3738
</execution>
3839
</executions>
3940
</plugin>
41+
-->
4042
</plugins>
4143
</build>
4244

sandbox-module-starter/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
</execution>
3333
</executions>
3434
</plugin>
35+
<!--
3536
<plugin>
3637
<groupId>org.codehaus.mojo</groupId>
3738
<artifactId>cobertura-maven-plugin</artifactId>
@@ -47,6 +48,7 @@
4748
</execution>
4849
</executions>
4950
</plugin>
51+
-->
5052
</plugins>
5153
</build>
5254

0 commit comments

Comments
 (0)