mirror of https://gitee.com/stylefeng/roses
parent
5b668e4d6f
commit
683e15e3bc
92
pom.xml
92
pom.xml
|
@ -321,48 +321,45 @@
|
||||||
</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>
|
||||||
<!--推送到中央仓库用-->
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<!-- <plugin>-->
|
<artifactId>maven-gpg-plugin</artifactId>
|
||||||
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
<version>3.2.7</version>
|
||||||
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
|
<executions>
|
||||||
<!-- <version>1.5</version>-->
|
<execution>
|
||||||
<!-- <executions>-->
|
<id>sign-artifacts</id>
|
||||||
<!-- <execution>-->
|
<phase>verify</phase>
|
||||||
<!-- <phase>verify</phase>-->
|
<goals>
|
||||||
<!-- <goals>-->
|
<goal>sign</goal>
|
||||||
<!-- <goal>sign</goal>-->
|
</goals>
|
||||||
<!-- </goals>-->
|
</execution>
|
||||||
<!-- </execution>-->
|
</executions>
|
||||||
<!-- </executions>-->
|
</plugin>
|
||||||
<!-- </plugin>-->
|
<plugin>
|
||||||
|
<groupId>org.sonatype.central</groupId>
|
||||||
<!--推送到中央仓库用-->
|
<artifactId>central-publishing-maven-plugin</artifactId>
|
||||||
<!-- <plugin>-->
|
<version>0.6.0</version>
|
||||||
<!-- <groupId>org.sonatype.central</groupId>-->
|
<extensions>true</extensions>
|
||||||
<!-- <artifactId>central-publishing-maven-plugin</artifactId>-->
|
<configuration>
|
||||||
<!-- <version>0.5.0</version>-->
|
<publishingServerId>central</publishingServerId>
|
||||||
<!-- <extensions>true</extensions>-->
|
</configuration>
|
||||||
<!-- <configuration>-->
|
</plugin>
|
||||||
<!-- <publishingServerId>central</publishingServerId>-->
|
|
||||||
<!-- </configuration>-->
|
|
||||||
<!-- </plugin>-->
|
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
<resources>
|
<resources>
|
||||||
|
@ -391,15 +388,4 @@
|
||||||
<url>https://gitee.com/stylefeng/roses</url>
|
<url>https://gitee.com/stylefeng/roses</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<distributionManagement>
|
|
||||||
<snapshotRepository>
|
|
||||||
<id>center</id>
|
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
||||||
</snapshotRepository>
|
|
||||||
<repository>
|
|
||||||
<id>center</id>
|
|
||||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue