提交 f625a085 编写于 作者: chenxiang@lab.ibiz5.com's avatar chenxiang@lab.ibiz5.com

2022.11.09.002 add:maven-release-plugin

上级 2abf0cec
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
</plugins> </plugins>
</build> </build>
......
...@@ -175,5 +175,13 @@ ...@@ -175,5 +175,13 @@
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
</plugins>
</build>
</project> </project>
\ No newline at end of file
...@@ -95,6 +95,11 @@ ...@@ -95,6 +95,11 @@
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
</plugins> </plugins>
</build> </build>
<profiles> <profiles>
......
...@@ -21,5 +21,12 @@ ...@@ -21,5 +21,12 @@
</includes> </includes>
</resource> </resource>
</resources> </resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
</plugins>
</build> </build>
</project> </project>
\ No newline at end of file
...@@ -106,4 +106,20 @@ ...@@ -106,4 +106,20 @@
</repository> </repository>
</repositories> </repositories>
<scm>
<developerConnection>scm:git:http://172.16.180.230/ibizsys/cxtest</developerConnection>
<tag>HEAD</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M7</version>
</plugin>
</plugins>
</build>
</project> </project>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册