From 1d941b6d1252e954a029d874990a2f7447d6fbb6 Mon Sep 17 00:00:00 2001 From: dongchenxu Date: Fri, 20 Sep 2019 20:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=BC=83=E6=8E=89travis-ci=EF=BC=8C?= =?UTF-8?q?=E5=9B=A0=E4=B8=BA=E4=B8=8D=E6=94=AF=E6=8C=81JDK8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml => .travis.yml.backup | 0 README.md | 2 -- pom.xml | 26 +++----------------------- sandbox-core/pom.xml | 2 +- sandbox-debug-module/pom.xml | 2 ++ sandbox-module-starter/pom.xml | 2 ++ 6 files changed, 8 insertions(+), 26 deletions(-) rename .travis.yml => .travis.yml.backup (100%) diff --git a/.travis.yml b/.travis.yml.backup similarity index 100% rename from .travis.yml rename to .travis.yml.backup diff --git a/README.md b/README.md index e90ba0ae..ca9f8731 100755 --- a/README.md +++ b/README.md @@ -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") diff --git a/pom.xml b/pom.xml index ad475320..25a7e73d 100644 --- a/pom.xml +++ b/pom.xml @@ -15,29 +15,6 @@ 1.2.2 - - - - - default - - ${java.home}/../lib/tools.jar - - - true - - - - - - githubCI - - ${java.home}/lib/tools.jar - - - - - @@ -117,6 +94,8 @@ + + diff --git a/sandbox-core/pom.xml b/sandbox-core/pom.xml index d4e1a688..6d6d1ad7 100755 --- a/sandbox-core/pom.xml +++ b/sandbox-core/pom.xml @@ -77,7 +77,7 @@ tools 1.8 system - ${tools-jar} + ${java.home}/../lib/tools.jar diff --git a/sandbox-debug-module/pom.xml b/sandbox-debug-module/pom.xml index 517f2335..011c33d6 100755 --- a/sandbox-debug-module/pom.xml +++ b/sandbox-debug-module/pom.xml @@ -22,6 +22,7 @@ true + diff --git a/sandbox-module-starter/pom.xml b/sandbox-module-starter/pom.xml index c748f7ef..26232fb8 100644 --- a/sandbox-module-starter/pom.xml +++ b/sandbox-module-starter/pom.xml @@ -32,6 +32,7 @@ +