mirror of https://gitee.com/stylefeng/roses
【8.1.9】注释掉sign
parent
3188a40da3
commit
7e6777050e
76
pom.xml
76
pom.xml
|
@ -335,48 +335,48 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!--推送到中央仓库用-->
|
<!--推送到中央仓库用-->
|
||||||
<plugin>
|
<!-- <plugin>-->
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<!-- <artifactId>maven-javadoc-plugin</artifactId>-->
|
||||||
<version>2.9.1</version>
|
<!-- <version>2.9.1</version>-->
|
||||||
<executions>
|
<!-- <executions>-->
|
||||||
<execution>
|
<!-- <execution>-->
|
||||||
<phase>package</phase>
|
<!-- <phase>package</phase>-->
|
||||||
<goals>
|
<!-- <goals>-->
|
||||||
<goal>jar</goal>
|
<!-- <goal>jar</goal>-->
|
||||||
</goals>
|
<!-- </goals>-->
|
||||||
</execution>
|
<!-- </execution>-->
|
||||||
</executions>
|
<!-- </executions>-->
|
||||||
<configuration>
|
<!-- <configuration>-->
|
||||||
<additionalparam>-Xdoclint:none</additionalparam>
|
<!-- <additionalparam>-Xdoclint:none</additionalparam>-->
|
||||||
</configuration>
|
<!-- </configuration>-->
|
||||||
</plugin>
|
<!-- </plugin>-->
|
||||||
|
|
||||||
<!--推送到中央仓库用-->
|
<!--推送到中央仓库用-->
|
||||||
<plugin>
|
<!-- <plugin>-->
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
||||||
<artifactId>maven-gpg-plugin</artifactId>
|
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
|
||||||
<version>1.5</version>
|
<!-- <version>1.5</version>-->
|
||||||
<executions>
|
<!-- <executions>-->
|
||||||
<execution>
|
<!-- <execution>-->
|
||||||
<phase>verify</phase>
|
<!-- <phase>verify</phase>-->
|
||||||
<goals>
|
<!-- <goals>-->
|
||||||
<goal>sign</goal>
|
<!-- <goal>sign</goal>-->
|
||||||
</goals>
|
<!-- </goals>-->
|
||||||
</execution>
|
<!-- </execution>-->
|
||||||
</executions>
|
<!-- </executions>-->
|
||||||
</plugin>
|
<!-- </plugin>-->
|
||||||
|
|
||||||
<!--推送到中央仓库用-->
|
<!--推送到中央仓库用-->
|
||||||
<plugin>
|
<!-- <plugin>-->
|
||||||
<groupId>org.sonatype.central</groupId>
|
<!-- <groupId>org.sonatype.central</groupId>-->
|
||||||
<artifactId>central-publishing-maven-plugin</artifactId>
|
<!-- <artifactId>central-publishing-maven-plugin</artifactId>-->
|
||||||
<version>0.5.0</version>
|
<!-- <version>0.5.0</version>-->
|
||||||
<extensions>true</extensions>
|
<!-- <extensions>true</extensions>-->
|
||||||
<configuration>
|
<!-- <configuration>-->
|
||||||
<publishingServerId>central</publishingServerId>
|
<!-- <publishingServerId>central</publishingServerId>-->
|
||||||
</configuration>
|
<!-- </configuration>-->
|
||||||
</plugin>
|
<!-- </plugin>-->
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
Loading…
Reference in New Issue