Browse Source

Merge remote-tracking branch 'origin/release/1.1.3.RELEASE' into release/1.1.3.RELEASE

tags/1.1.3
zhaoguangwei 5 years ago
parent
commit
04ec5d9e0f
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      source/pom.xml

+ 4
- 1
source/pom.xml View File

@@ -537,13 +537,16 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<version>2.10.4</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>


Loading…
Cancel
Save