Skip to content

Commit

Permalink
放弃掉travis-ci,因为不支持JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchenxu committed Sep 20, 2019
1 parent be537f9 commit 1d941b6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 26 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ![BANNER](https://github.com/alibaba/jvm-sandbox/wiki/img/BANNER.png)

[![Build Status](https://travis-ci.org/alibaba/jvm-sandbox.svg?branch=master)](https://travis-ci.org/alibaba/jvm-sandbox)
[![codecov](https://codecov.io/gh/alibaba/jvm-sandbox/branch/master/graph/badge.svg)](https://codecov.io/gh/alibaba/jvm-sandbox)
![license](https://img.shields.io/github/license/alibaba/arthas.svg)
[![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")
[![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")
Expand Down
26 changes: 3 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,6 @@
<sandbox.version>1.2.2</sandbox.version>
</properties>

<profiles>

<!-- 默认 -->
<profile>
<id>default</id>
<properties>
<tools-jar>${java.home}/../lib/tools.jar</tools-jar>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>

<!-- GITHUB-CI -->
<profile>
<id>githubCI</id>
<properties>
<tools-jar>${java.home}/lib/tools.jar</tools-jar>
</properties>
</profile>

</profiles>

<build>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -117,6 +94,8 @@
</execution>
</executions>
</plugin>

<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
Expand All @@ -131,6 +110,7 @@
</formats>
</configuration>
</plugin>
-->

</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion sandbox-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<artifactId>tools</artifactId>
<version>1.8</version>
<scope>system</scope>
<systemPath>${tools-jar}</systemPath>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>

<dependency>
Expand Down
2 changes: 2 additions & 0 deletions sandbox-debug-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<skip>true</skip>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
Expand All @@ -37,6 +38,7 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>

Expand Down
2 changes: 2 additions & 0 deletions sandbox-module-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
Expand All @@ -47,6 +48,7 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>

Expand Down

0 comments on commit 1d941b6

Please sign in to comment.