File tree Expand file tree Collapse file tree 5 files changed +19
-15
lines changed Expand file tree Collapse file tree 5 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### java switcher service
4
4
5
+ > Applicable to Operation and Maintenance Service Intervention Management Suite
6
+
5
7
<pre >
6
8
## create a table of storage switch information
7
9
Original file line number Diff line number Diff line change 11
11
<plugins >
12
12
<plugin >
13
13
<artifactId >maven-shade-plugin</artifactId >
14
- <version >2.4.3 </version >
14
+ <version >3.2.1 </version >
15
15
<executions >
16
16
<execution >
17
17
<phase >package</phase >
20
20
</goals >
21
21
<configuration >
22
22
<transformers >
23
- <transformer >
24
- <resource >META-INF/spring.handlers</resource >
25
- </transformer >
26
- <transformer >
27
- <resource >META-INF/spring.schemas</resource >
28
- </transformer >
29
23
<transformer >
30
24
<mainClass >com.github.xincao9.jswitcher.cli.JswitcherCli</mainClass >
31
25
</transformer >
45
39
<maven .compiler.target>1.8</maven .compiler.target>
46
40
</properties >
47
41
</project >
48
-
Original file line number Diff line number Diff line change 42
42
<plugins >
43
43
<plugin >
44
44
<artifactId >maven-shade-plugin</artifactId >
45
- <version >2.4.3 </version >
45
+ <version >3.2.1 </version >
46
46
<executions >
47
47
<execution >
48
48
<phase >package</phase >
51
51
</goals >
52
52
<configuration >
53
53
<transformers >
54
- <transformer implementation =" org.apache.maven.plugins.shade.resource.AppendingTransformer" >
55
- <resource >META-INF/spring.handlers</resource >
56
- </transformer >
57
- <transformer implementation =" org.apache.maven.plugins.shade.resource.AppendingTransformer" >
58
- <resource >META-INF/spring.schemas</resource >
59
- </transformer >
60
54
<transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
61
55
<mainClass >com.github.xincao9.jswitcher.cli.JswitcherCli</mainClass >
62
56
</transformer >
Original file line number Diff line number Diff line change 53
53
<groupId >ch.qos.logback</groupId >
54
54
<artifactId >logback-classic</artifactId >
55
55
<version >${logback.version} </version >
56
+ <scope >test</scope >
56
57
</dependency >
57
58
<dependency >
58
59
<groupId >mysql</groupId >
Original file line number Diff line number Diff line change 5
5
<artifactId >jswitcher</artifactId >
6
6
<version >1.0</version >
7
7
<packaging >pom</packaging >
8
+ <name >jswitcher</name >
9
+ <description >Applicable to Operation and Maintenance Service Intervention Management Suite</description >
8
10
<modules >
9
11
<module >jswitcher-api</module >
10
12
<module >jswitcher-service</module >
11
13
<module >jswitcher-cli</module >
12
14
</modules >
13
15
<properties >
14
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17
+ <maven .compiler.source>1.8</maven .compiler.source>
18
+ <maven .compiler.target>1.8</maven .compiler.target>
15
19
</properties >
20
+ <developers >
21
+ <developer >
22
+ <email >xincao9@gmail.com</email >
23
+ <name >xin.cao</name >
24
+ <roles >
25
+ <role >onwer</role >
26
+ </roles >
27
+ <url >https://github.com/xincao9</url >
28
+ </developer >
29
+ </developers >
16
30
</project >
You can’t perform that action at this time.
0 commit comments