Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 4afda64

Browse files
committed
增加插件可跳过的参数
1 parent cd1539f commit 4afda64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
<spring.version>4.1.9.RELEASE</spring.version>
3333
<aspectj.version>1.8.7</aspectj.version>
3434
<groovy.version>2.4.4</groovy.version>
35+
<docSkip>true</docSkip>
36+
<signSkip>true</signSkip>
3537
</properties>
3638

3739
<build>
@@ -79,6 +81,7 @@
7981
<encoding>UTF-8</encoding>
8082
<docencoding>UTF-8</docencoding>
8183
<additionalparam>-Xdoclint:none</additionalparam>
84+
<skip>${docSkip}</skip>
8285
</configuration>
8386
</plugin>
8487
<plugin>
@@ -100,6 +103,9 @@
100103
<goals>
101104
<goal>sign</goal>
102105
</goals>
106+
<configuration>
107+
<skip>${signSkip}</skip>
108+
</configuration>
103109
</execution>
104110
</executions>
105111
</plugin>

0 commit comments

Comments
 (0)