|
@ -57,6 +57,7 @@
|
57
|
57
|
<encoding>${encoding}</encoding>
|
58
|
58
|
</configuration>
|
59
|
59
|
</plugin>
|
|
60
|
|
60
|
61
|
<plugin>
|
61
|
62
|
<groupId>org.apache.maven.plugins</groupId>
|
62
|
63
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
@ -68,6 +69,7 @@
|
68
|
69
|
<encoding>${encoding}</encoding>
|
69
|
70
|
</configuration>
|
70
|
71
|
</plugin>
|
|
72
|
|
71
|
73
|
<plugin>
|
72
|
74
|
<groupId>org.apache.maven.plugins</groupId>
|
73
|
75
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
@ -76,6 +78,7 @@
|
76
|
78
|
<skip>true</skip>
|
77
|
79
|
</configuration>
|
78
|
80
|
</plugin>
|
|
81
|
|
79
|
82
|
<!-- 增加manifest信息 -->
|
80
|
83
|
<plugin>
|
81
|
84
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@ -90,6 +93,7 @@
|
90
|
93
|
</archive>
|
91
|
94
|
</configuration>
|
92
|
95
|
</plugin>
|
|
96
|
|
93
|
97
|
<plugin>
|
94
|
98
|
<groupId>org.apache.maven.plugins</groupId>
|
95
|
99
|
<artifactId>maven-release-plugin</artifactId>
|