提交 a6014d59 编写于 作者: 小傅哥's avatar 小傅哥

docs:v2.1 发布

上级 a65f0836
...@@ -167,99 +167,99 @@ ...@@ -167,99 +167,99 @@
</plugins> </plugins>
</build> </build>
<profiles> <!-- <profiles>-->
<profile> <!-- <profile>-->
<!--注意,此id必须与setting.xml中指定的一致,不要自作聪明改它名字--> <!-- &lt;!&ndash;注意,此id必须与setting.xml中指定的一致,不要自作聪明改它名字&ndash;&gt;-->
<id>release</id> <!-- <id>release</id>-->
<activation> <!-- <activation>-->
<activeByDefault>true</activeByDefault> <!-- <activeByDefault>true</activeByDefault>-->
</activation> <!-- </activation>-->
<build> <!-- <build>-->
<!--发布到中央SNAPSHOT仓库插件--> <!-- &lt;!&ndash;发布到中央SNAPSHOT仓库插件&ndash;&gt;-->
<plugins> <!-- <plugins>-->
<plugin> <!-- <plugin>-->
<groupId>org.apache.maven.plugins</groupId> <!-- <groupId>org.apache.maven.plugins</groupId>-->
<artifactId>maven-release-plugin</artifactId> <!-- <artifactId>maven-release-plugin</artifactId>-->
<version>2.5.3</version> <!-- <version>2.5.3</version>-->
<configuration> <!-- <configuration>-->
<autoVersionSubmodules>true</autoVersionSubmodules> <!-- <autoVersionSubmodules>true</autoVersionSubmodules>-->
<useReleaseProfile>false</useReleaseProfile> <!-- <useReleaseProfile>false</useReleaseProfile>-->
<releaseProfiles>release</releaseProfiles> <!-- <releaseProfiles>release</releaseProfiles>-->
<goals>deploy</goals> <!-- <goals>deploy</goals>-->
</configuration> <!-- </configuration>-->
</plugin> <!-- </plugin>-->
<!--生成源码插件--> <!-- &lt;!&ndash;生成源码插件&ndash;&gt;-->
<plugin> <!-- <plugin>-->
<groupId>org.apache.maven.plugins</groupId> <!-- <groupId>org.apache.maven.plugins</groupId>-->
<artifactId>maven-source-plugin</artifactId> <!-- <artifactId>maven-source-plugin</artifactId>-->
<version>2.2.1</version> <!-- <version>2.2.1</version>-->
<executions> <!-- <executions>-->
<execution> <!-- <execution>-->
<id>attach-sources</id> <!-- <id>attach-sources</id>-->
<goals> <!-- <goals>-->
<goal>jar-no-fork</goal> <!-- <goal>jar-no-fork</goal>-->
</goals> <!-- </goals>-->
</execution> <!-- </execution>-->
</executions> <!-- </executions>-->
</plugin> <!-- </plugin>-->
<!--生成API文档插件--> <!-- &lt;!&ndash;生成API文档插件&ndash;&gt;-->
<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>-->
<id>attach-javadocs</id> <!-- <id>attach-javadocs</id>-->
<goals> <!-- <goals>-->
<goal>jar</goal> <!-- <goal>jar</goal>-->
</goals> <!-- </goals>-->
<configuration> <!-- <configuration>-->
<additionalparam>-Xdoclint:none</additionalparam> <!-- <additionalparam>-Xdoclint:none</additionalparam>-->
<!-- /usr/libexec/java_home -V --> <!-- &lt;!&ndash; /usr/libexec/java_home -V &ndash;&gt;-->
<!-- <javadocExecutable>/Library/Java/JavaVirtualMachines/jdk1.8.0_311.jdk/Contents/Home/bin/javadoc</javadocExecutable>--> <!--&lt;!&ndash; <javadocExecutable>/Library/Java/JavaVirtualMachines/jdk1.8.0_311.jdk/Contents/Home/bin/javadoc</javadocExecutable>&ndash;&gt;-->
</configuration> <!-- </configuration>-->
</execution> <!-- </execution>-->
</executions> <!-- </executions>-->
</plugin> <!-- </plugin>-->
<!--gpg插件--> <!-- &lt;!&ndash;gpg插件&ndash;&gt;-->
<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>-->
<id>sign-artifacts</id> <!-- <id>sign-artifacts</id>-->
<phase>verify</phase> <!-- <phase>verify</phase>-->
<goals> <!-- <goals>-->
<goal>sign</goal> <!-- <goal>sign</goal>-->
</goals> <!-- </goals>-->
<configuration> <!-- <configuration>-->
<keyname>fuzhengwei</keyname> <!-- <keyname>fuzhengwei</keyname>-->
<passphrase>123456</passphrase> <!-- <passphrase>123456</passphrase>-->
</configuration> <!-- </configuration>-->
</execution> <!-- </execution>-->
</executions> <!-- </executions>-->
</plugin> <!-- </plugin>-->
</plugins> <!-- </plugins>-->
</build> <!-- </build>-->
<distributionManagement> <!-- <distributionManagement>-->
<snapshotRepository> <!-- <snapshotRepository>-->
<!--注意,此id必须与setting.xml中指定的一致--> <!-- &lt;!&ndash;注意,此id必须与setting.xml中指定的一致&ndash;&gt;-->
<id>ossrh</id> <!-- <id>ossrh</id>-->
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> <!-- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>-->
</snapshotRepository> <!-- </snapshotRepository>-->
<repository> <!-- <repository>-->
<id>release</id> <!-- <id>release</id>-->
<url>https://s01.oss.sonatype.org/content/repositories/releases/</url> <!-- <url>https://s01.oss.sonatype.org/content/repositories/releases/</url>-->
</repository> <!-- </repository>-->
</distributionManagement> <!-- </distributionManagement>-->
</profile> <!-- </profile>-->
</profiles> <!-- </profiles>-->
</project> </project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册