Skip to content

Commit

Permalink
doc(0.5) 调整插件,发布 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinaLym committed Dec 6, 2020
1 parent 53f8769 commit bddbd7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,17 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.1</version>
<version>1.6.7</version>
<extensions>true</extensions>

<configuration>
<serverId>oss</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<stagingProfileId>xxx</stagingProfileId>
<!--国内发布网络容易超时,设置长一点,1小时-->
<stagingProgressTimeoutMinutes>60</stagingProgressTimeoutMinutes>
<stagingDescription>preRelease</stagingDescription>
<!-- 目标仓库 -->
<!--<stagingRepositoryId>1078</stagingRepositoryId>-->
<!--<stagingDescription>preRelease</stagingDescription>-->
</configuration>
</plugin>
Expand Down
10 changes: 5 additions & 5 deletions shoulder-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
</plugin>

<!-- 自动生成文档 支持 JSR-303 Bean Validation -->
<plugin>
<!--<plugin>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-maven-plugin</artifactId>
<version>${springdoc-openapi-maven-plugin.version}</version>
Expand All @@ -322,14 +322,14 @@
</execution>
</executions>
<configuration>
<!--访问json格式文档的URL, 默认路径:*http://localhost:8080/v3/api-docs*-->
&lt;!&ndash;访问json格式文档的URL, 默认路径:*http://localhost:8080/v3/api-docs*&ndash;&gt;
<apiDocsUrl>http://localhost:8080/v3/api-docs</apiDocsUrl>
<!--存放定义的路径, 默认为: openapi.json-->
&lt;!&ndash;存放定义的路径, 默认为: openapi.json&ndash;&gt;
<outputFileName>openApi.json</outputFileName>
<!--文档存放的绝对路径–默认为: ${project.build.directory}-->
&lt;!&ndash;文档存放的绝对路径–默认为: ${project.build.directory}&ndash;&gt;
<outputDir>${project.build.directory}</outputDir>
</configuration>
</plugin>
</plugin>-->

<!-- sonar 代码检查插件 -->
<plugin>
Expand Down

0 comments on commit bddbd7d

Please sign in to comment.