| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>io.seata</groupId>
- <artifactId>seata-build</artifactId>
- <version>1.6.1</version>
- <packaging>pom</packaging>
- <name>Seata Build 1.6.1</name>
- <description>plugin management for Seata built with Maven</description>
- <url>https://seata.io</url>
- <organization>
- <name>Seata</name>
- <url>https://github.com/seata</url>
- </organization>
- <licenses>
- <license>
- <name>Apache License, Version 2.0</name>
- <url>https://www.apache.org/licenses/LICENSE-2.0</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <developers>
- <developer>
- <id>Seata</id>
- <name>Seata</name>
- <email>dev-seata@googlegroups.com</email>
- <url>https://seata.io</url>
- </developer>
- </developers>
- <scm>
- <connection>scm:git@github.com:seata/seata.git</connection>
- <developerConnection>scm:git@github.com:seata/seata.git</developerConnection>
- <url>git@github.com:seata/seata.git</url>
- </scm>
- <issueManagement>
- <system>github</system>
- <url>https://github.com/seata/seata/issues</url>
- </issueManagement>
- <properties>
- <checkstyle.skip>true</checkstyle.skip>
- <dependencies.copy.skip>true</dependencies.copy.skip>
- <easyj-maven-plugin.version>1.0.5</easyj-maven-plugin.version>
- <gpg.arg1/>
- <gpg.arg2/>
- <gpg.keyname>A1C4DAB9B220DBA0C277E945D6A1420D747D1EE0</gpg.keyname>
- <image.publish.skip>true</image.publish.skip>
- <image.tags>latest</image.tags>
- <jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
- <java.version>1.8</java.version>
- <jib-maven-plugin.version>3.2.0</jib-maven-plugin.version>
- <junit-jupiter.version>5.8.2</junit-jupiter.version>
- <junit-platform.version>1.8.2</junit-platform.version>
- <kotlin-maven-plugin.version>1.3.72</kotlin-maven-plugin.version>
- <license-maven-plugin.version>3.0</license-maven-plugin.version>
- <license.skip>true</license.skip>
- <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
- <maven-assembly-plugin.version>3.0.0</maven-assembly-plugin.version>
- <maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
- <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
- <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
- <maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version>
- <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
- <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
- <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
- <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
- <maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
- <maven-pmd-plugin.version>3.8</maven-pmd-plugin.version>
- <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
- <maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>
- <maven-source-plugin.version>2.2.1</maven-source-plugin.version>
- <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
- <maven.compiler.source>${java.version}</maven.compiler.source>
- <maven.compiler.target>${java.version}</maven.compiler.target>
- <maven.surefire.argLine/>
- <maven.test.skip>false</maven.test.skip>
- <mojo-license-maven-plugin.version>1.20</mojo-license-maven-plugin.version>
- <nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
- <os-maven-plugin.version>1.5.0.Final</os-maven-plugin.version>
- <p3c-pmd.version>1.3.6</p3c-pmd.version>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
- <spring-boot.version>2.5.13</spring-boot.version>
- <spring-framework.version>5.3.19</spring-framework.version>
- </properties>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>${maven-deploy-plugin.version}</version>
- </plugin>
- <plugin>
- <artifactId>maven-shade-plugin</artifactId>
- <version>${maven-shade-plugin.version}</version>
- </plugin>
- <plugin>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>${maven-dependency-plugin.version}</version>
- </plugin>
- <plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>${maven-checkstyle-plugin.version}</version>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>${maven-javadoc-plugin.version}</version>
- </plugin>
- <plugin>
- <groupId>org.xolstice.maven.plugins</groupId>
- <artifactId>protobuf-maven-plugin</artifactId>
- <version>${protobuf-maven-plugin.version}</version>
- </plugin>
- <plugin>
- <groupId>com.mycila</groupId>
- <artifactId>license-maven-plugin</artifactId>
- <version>${license-maven-plugin.version}</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>license-maven-plugin</artifactId>
- <version>${mojo-license-maven-plugin.version}</version>
- </plugin>
- <plugin>
- <groupId>icu.easyj.maven.plugins</groupId>
- <artifactId>easyj-maven-plugin</artifactId>
- <version>${easyj-maven-plugin.version}</version>
- <executions>
- <execution>
- <id>simplify-pom</id>
- <goals>
- <goal>simplify-pom</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <simplifiedPomFileName>.flattened-pom.xml</simplifiedPomFileName>
- <useTabIndent>true</useTabIndent>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>${maven.compiler.source}</source>
- <target>${maven.compiler.target}</target>
- <encoding>${project.build.sourceEncoding}</encoding>
- <parameters>true</parameters>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <version>${maven-resources-plugin.version}</version>
- <configuration>
- <encoding>${project.build.sourceEncoding}</encoding>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <version>${maven-jar-plugin.version}</version>
- <configuration>
- <archive>
- <addMavenDescriptor>true</addMavenDescriptor>
- <index>true</index>
- <manifest>
- <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- </manifest>
- <manifestEntries>
- <Implementation-Build>${maven.build.timestamp}</Implementation-Build>
- </manifestEntries>
- </archive>
- <excludes>
- <exclude>**/META-INF/additional-spring-configuration-metadata.json</exclude>
- <exclude>protobuf/**</exclude>
- <exclude>**/*.proto</exclude>
- <exclude>static/console-fe/**</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-clean-plugin</artifactId>
- <version>${maven-clean-plugin.version}</version>
- <configuration>
- <filesets>
- <fileset>
- <directory>./</directory>
- <includes>
- <include>*-pom.xml</include>
- <include>**/db_store/**</include>
- <include>**/sessionStore/**</include>
- <include>**/root.data</include>
- </includes>
- <followSymlinks>false</followSymlinks>
- </fileset>
- </filesets>
- </configuration>
- </plugin>
- <plugin>
- <groupId>icu.easyj.maven.plugins</groupId>
- <artifactId>easyj-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>${maven-enforcer-plugin.version}</version>
- <executions>
- <execution>
- <id>enforce-maven</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
- <requireMavenVersion>
- <version>[3.6.0,)</version>
- </requireMavenVersion>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <profiles>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <charset>${project.build.sourceEncoding}</charset>
- <encoding>${project.build.sourceEncoding}</encoding>
- <failOnError>false</failOnError>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>${nexus-staging-maven-plugin.version}</version>
- <extensions>true</extensions>
- <configuration>
- <serverId>oss_seata</serverId>
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
- <autoReleaseAfterClose>false</autoReleaseAfterClose>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>${maven-gpg-plugin.version}</version>
- <executions>
- <execution>
- <id>sign-artifacts</id>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- <configuration>
- <keyname>${gpg.keyname}</keyname>
- <gpgArguments>
- <arg>${gpg.arg1}</arg>
- <arg>${gpg.arg2}</arg>
- </gpgArguments>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <distributionManagement>
- <repository>
- <id>oss_seata</id>
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
- </repository>
- <snapshotRepository>
- <id>oss_seata</id>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
- <properties>
- <image.tags>${project.version},latest</image.tags>
- </properties>
- </profile>
- <profile>
- <id>release-by-github-actions</id>
- <properties>
- <gpg.arg1>--pinentry-mode</gpg.arg1>
- <gpg.arg2>loopback</gpg.arg2>
- </properties>
- </profile>
- <profile>
- <id>args-for-test-by-jdk17</id>
- <activation>
- <jdk>17</jdk>
- </activation>
- <properties>
- <maven.surefire.argLine>--add-opens java.base/java.lang=ALL-UNNAMED
- --add-opens java.base/java.net=ALL-UNNAMED
- --add-opens java.base/java.math=ALL-UNNAMED
- --add-opens java.base/java.text=ALL-UNNAMED
- --add-opens java.base/java.util=ALL-UNNAMED
- --add-opens java.base/java.util.regex=ALL-UNNAMED
- --add-opens java.base/java.util.concurrent=ALL-UNNAMED
- --add-opens java.sql/java.sql=ALL-UNNAMED
- --add-opens java.sql.rowset/javax.sql.rowset.serial=ALL-UNNAMED
- --illegal-access=permit
- -Dillegal-access=permit</maven.surefire.argLine>
- <os.detected.arch>x86_64</os.detected.arch>
- <os.detected.classifier>windows-x86_64</os.detected.classifier>
- <os.detected.name>windows</os.detected.name>
- </properties>
- </profile>
- </profiles>
- </project>
|