We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784a621 commit 0f1a68aCopy full SHA for 0f1a68a
spring-cloud-starter-baidu-starlight/pom.xml
@@ -8,6 +8,7 @@
8
<artifactId>spring-cloud-build</artifactId>
9
<version>2.0.4.RELEASE</version>
10
</parent>
11
+
12
<groupId>com.baidu.cloud</groupId>
13
<artifactId>spring-cloud-starter-baidu-starlight</artifactId>
14
<version>2022.2.0-SNAPSHOT</version>
@@ -292,6 +293,9 @@
292
293
<groupId>org.apache.maven.plugins</groupId>
294
<artifactId>maven-site-plugin</artifactId>
295
<version>3.7.1</version>
296
+ <configuration>
297
+ <skip>true</skip>
298
+ </configuration>
299
</plugin>
300
<plugin>
301
<groupId>org.jacoco</groupId>
0 commit comments