Skip to content

Commit

Permalink
[pom] Run sort pom
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 4, 2023
1 parent c697a35 commit 993d405
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.mybatis</groupId>
<artifactId>mybatis-parent</artifactId>
<version>39</version>
<relativePath />
<relativePath/>
</parent>

<groupId>org.mybatis</groupId>
Expand All @@ -37,10 +37,10 @@
<inceptionYear>2013</inceptionYear>

<scm>
<url>https://github.com/mybatis/cdi</url>
<connection>scm:git:ssh://[email protected]/mybatis/cdi.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mybatis/cdi.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/mybatis/cdi</url>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down Expand Up @@ -195,26 +195,26 @@
</systemProperties>
</configuration>
<executions>
<execution>
<id>default-test</id>
<configuration>
<excludes>
<exclude>**/FooServiceJTATest.java</exclude>
</excludes>
</configuration>
</execution>
<execution>
<id>jta-test</id>
<configuration>
<excludes>
<exclude>**/FooServiceTest.java</exclude>
<exclude>**/MybatisExtensionTest.java</exclude>
</excludes>
</configuration>
<goals>
<goal>test</goal>
</goals>
</execution>
<execution>
<id>default-test</id>
<configuration>
<excludes>
<exclude>**/FooServiceJTATest.java</exclude>
</excludes>
</configuration>
</execution>
<execution>
<id>jta-test</id>
<goals>
<goal>test</goal>
</goals>
<configuration>
<excludes>
<exclude>**/FooServiceTest.java</exclude>
<exclude>**/MybatisExtensionTest.java</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 993d405

Please sign in to comment.