File tree 6 files changed +8
-26
lines changed
6 files changed +8
-26
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
# ![ BANNER] ( https://github.com/alibaba/jvm-sandbox/wiki/img/BANNER.png )
2
2
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 )
5
3
![ license] ( https://img.shields.io/github/license/alibaba/arthas.svg )
6
4
[ ![ 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 ")
7
5
[ ![ 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 ")
Original file line number Diff line number Diff line change 15
15
<sandbox .version>1.2.2</sandbox .version>
16
16
</properties >
17
17
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
-
41
18
<build >
42
19
<pluginManagement >
43
20
<plugins >
117
94
</execution >
118
95
</executions >
119
96
</plugin >
97
+
98
+ <!--
120
99
<plugin>
121
100
<groupId>org.codehaus.mojo</groupId>
122
101
<artifactId>cobertura-maven-plugin</artifactId>
131
110
</formats>
132
111
</configuration>
133
112
</plugin>
113
+ -->
134
114
135
115
</plugins >
136
116
</build >
Original file line number Diff line number Diff line change 77
77
<artifactId >tools</artifactId >
78
78
<version >1.8</version >
79
79
<scope >system</scope >
80
- <systemPath >${tools- jar} </systemPath >
80
+ <systemPath >${java.home} /../lib/ tools. jar</systemPath >
81
81
</dependency >
82
82
83
83
<dependency >
Original file line number Diff line number Diff line change 22
22
<skip >true</skip >
23
23
</configuration >
24
24
</plugin >
25
+ <!--
25
26
<plugin>
26
27
<groupId>org.codehaus.mojo</groupId>
27
28
<artifactId>cobertura-maven-plugin</artifactId>
37
38
</execution>
38
39
</executions>
39
40
</plugin>
41
+ -->
40
42
</plugins >
41
43
</build >
42
44
Original file line number Diff line number Diff line change 32
32
</execution >
33
33
</executions >
34
34
</plugin >
35
+ <!--
35
36
<plugin>
36
37
<groupId>org.codehaus.mojo</groupId>
37
38
<artifactId>cobertura-maven-plugin</artifactId>
47
48
</execution>
48
49
</executions>
49
50
</plugin>
51
+ -->
50
52
</plugins >
51
53
</build >
52
54
You can’t perform that action at this time.
0 commit comments