Skip to content

Commit

Permalink
Merge pull request #26 from iotexproject/deploy
Browse files Browse the repository at this point in the history
fix deploy
  • Loading branch information
ququzone authored Jul 15, 2022
2 parents 608fd37 + 2b16eaf commit bb41759
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@
</goals>
</execution>
</executions>
<configuration>
<additionalJOption>-Xdoclint:none</additionalJOption>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -230,7 +233,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>oss</serverId>
Expand Down

0 comments on commit bb41759

Please sign in to comment.