Skip to content

Commit aeed026

Browse files
committed
[pom] Sort pom
1 parent b30e84e commit aeed026

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
</contributors>
4141

4242
<scm>
43-
<url>https://github.com/mybatis/migrations/</url>
4443
<connection>scm:git:ssh://git@github.com/mybatis/migrations.git</connection>
4544
<developerConnection>scm:git:ssh://git@github.com/mybatis/migrations.git</developerConnection>
4645
<tag>HEAD</tag>
46+
<url>https://github.com/mybatis/migrations/</url>
4747
</scm>
4848
<issueManagement>
4949
<system>GitHub</system>
@@ -133,7 +133,7 @@
133133
<artifactId>license-maven-plugin</artifactId>
134134
<configuration>
135135
<mapping combine.children="append">
136-
<policy>DOUBLESLASH_STYLE</policy>
136+
<policy>DOUBLESLASH_STYLE</policy>
137137
</mapping>
138138
</configuration>
139139
</plugin>
@@ -144,14 +144,6 @@
144144
<groupId>org.codehaus.mojo</groupId>
145145
<artifactId>appassembler-maven-plugin</artifactId>
146146
<version>2.1.0</version>
147-
<executions>
148-
<execution>
149-
<phase>package</phase>
150-
<goals>
151-
<goal>assemble</goal>
152-
</goals>
153-
</execution>
154-
</executions>
155147
<configuration>
156148
<repositoryLayout>flat</repositoryLayout>
157149
<repositoryName>lib</repositoryName>
@@ -167,6 +159,14 @@
167159
</program>
168160
</programs>
169161
</configuration>
162+
<executions>
163+
<execution>
164+
<goals>
165+
<goal>assemble</goal>
166+
</goals>
167+
<phase>package</phase>
168+
</execution>
169+
</executions>
170170
</plugin>
171171
<plugin>
172172
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)