mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
修改发布中央仓库配置
This commit is contained in:
89
pom.xml
89
pom.xml
@@ -84,45 +84,39 @@
|
|||||||
<caffeine.version>2.9.3</caffeine.version>
|
<caffeine.version>2.9.3</caffeine.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!--<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>jdk-11-to-16</id>
|
<id>sonatype-oss-release</id>
|
||||||
<activation>
|
<build>
|
||||||
<jdk>[11, 16]</jdk>
|
<plugins>
|
||||||
</activation>
|
<plugin>
|
||||||
<properties>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<maven.compiler.source>11</maven.compiler.source>
|
<artifactId>maven-gpg-plugin</artifactId>
|
||||||
<maven.compiler.target>11</maven.compiler.target>
|
<version>1.5</version>
|
||||||
</properties>
|
<executions>
|
||||||
</profile>
|
<execution>
|
||||||
|
<phase>verify</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>sign</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
<profile>
|
<plugin>
|
||||||
<id>jdk-17-to-20</id>
|
<groupId>org.sonatype.central</groupId>
|
||||||
<activation>
|
<artifactId>central-publishing-maven-plugin</artifactId>
|
||||||
<jdk>[17, 20]</jdk>
|
<version>0.7.0</version>
|
||||||
</activation>
|
<extensions>true</extensions>
|
||||||
<properties>
|
<configuration>
|
||||||
<maven.compiler.source>17</maven.compiler.source>
|
<publishingServerId>oss</publishingServerId>
|
||||||
<maven.compiler.target>17</maven.compiler.target>
|
<autoPublish>true</autoPublish>
|
||||||
</properties>
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
</profiles>
|
||||||
<profile>
|
|
||||||
<id>jdk-21-and-above</id>
|
|
||||||
<activation>
|
|
||||||
<jdk>[21,)</jdk>
|
|
||||||
</activation>
|
|
||||||
<properties>
|
|
||||||
<maven.compiler.source>21</maven.compiler.source>
|
|
||||||
<maven.compiler.target>21</maven.compiler.target>
|
|
||||||
<springboot.version>3.2.4</springboot.version>
|
|
||||||
<spring.version> 6.1.5</spring.version>
|
|
||||||
<logback-classic.version>1.4.14</logback-classic.version>
|
|
||||||
<junit.version>5.10.2</junit.version>
|
|
||||||
<org.slf4j.version>2.0.12</org.slf4j.version>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
</profiles>-->
|
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -445,22 +439,6 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- Gpg Signature -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-gpg-plugin</artifactId>
|
|
||||||
<version>1.6</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>sign-artifacts</id>
|
|
||||||
<phase>verify</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>sign</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<!-- version number -->
|
<!-- version number -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
@@ -487,13 +465,6 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- 代码格式化 -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>io.spring.javaformat</groupId>
|
|
||||||
<artifactId>spring-javaformat-maven-plugin</artifactId>
|
|
||||||
<version>0.0.38</version>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user