Skip to content

Commit

Permalink
skip site plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tullyliu committed Dec 2, 2022
1 parent 784a621 commit 0f1a68a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spring-cloud-starter-baidu-starlight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<artifactId>spring-cloud-build</artifactId>
<version>2.0.4.RELEASE</version>
</parent>

<groupId>com.baidu.cloud</groupId>
<artifactId>spring-cloud-starter-baidu-starlight</artifactId>
<version>2022.2.0-SNAPSHOT</version>
Expand Down Expand Up @@ -292,6 +293,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 0f1a68a

Please sign in to comment.