Skip to content

Commit 83df2bb

Browse files
committed
[pom] Sortpom on eclipse package
1 parent edae558 commit 83df2bb

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

eclipse/org.mybatis.generator.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
<executions>
5757
<execution>
5858
<id>refresh core source</id>
59-
<phase>generate-sources</phase>
6059
<goals>
6160
<goal>run</goal>
6261
</goals>
62+
<phase>generate-sources</phase>
6363
<configuration>
6464
<target>
6565
<ant antfile="copySource.xml" target="refresh" />

eclipse/org.mybatis.generator.eclipse.doc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
<executions>
5757
<execution>
5858
<id>refresh core source</id>
59-
<phase>generate-sources</phase>
6059
<goals>
6160
<goal>run</goal>
6261
</goals>
62+
<phase>generate-sources</phase>
6363
<configuration>
6464
<target>
6565
<ant antfile="buildDoc.xml" target="refresh" />
@@ -68,7 +68,7 @@
6868
</execution>
6969
</executions>
7070
</plugin>
71-
71+
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-clean-plugin</artifactId>

eclipse/org.mybatis.generator.eclipse.site/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>org.mybatis.generator</groupId>
@@ -47,7 +46,7 @@
4746
</plugin>
4847
</plugins>
4948
</build>
50-
49+
5150
<profiles>
5251
<profile>
5352
<id>release-composite</id>
@@ -65,10 +64,10 @@
6564
<executions>
6665
<execution>
6766
<id>download-composite-metadata</id>
68-
<phase>prepare-package</phase>
6967
<goals>
70-
<goal>run</goal>
68+
<goal>run</goal>
7169
</goals>
70+
<phase>prepare-package</phase>
7271
<configuration>
7372
<target>
7473
<ant antfile="downloadMetadata.ant" target="download"/>
@@ -131,10 +130,10 @@
131130
<executions>
132131
<execution>
133132
<id>update composite repo</id>
134-
<phase>package</phase>
135133
<goals>
136134
<goal>eclipse-run</goal>
137135
</goals>
136+
<phase>package</phase>
138137
</execution>
139138
</executions>
140139
</plugin>

eclipse/org.mybatis.generator.eclipse.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
<executions>
5555
<execution>
5656
<id>refresh DTDs</id>
57-
<phase>generate-sources</phase>
5857
<goals>
5958
<goal>run</goal>
6059
</goals>
60+
<phase>generate-sources</phase>
6161
<configuration>
6262
<target>
6363
<ant antfile="copyDtds.xml" target="refresh" />

eclipse/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322
<groupId>org.mybatis.generator</groupId>
2423
<artifactId>org.mybatis.generator.eclipse.parent</artifactId>
2524
<version>1.4.3-SNAPSHOT</version>
2625
<packaging>pom</packaging>
26+
<name>MyBatis Generator - Eclipse Feature</name>
2727
<inceptionYear>2006</inceptionYear>
2828

2929
<modules>
@@ -110,7 +110,7 @@
110110
</plugin>
111111
</plugins>
112112
</pluginManagement>
113-
113+
114114
<plugins>
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
@@ -178,10 +178,10 @@
178178
<executions>
179179
<execution>
180180
<id>attach-p2-metadata</id>
181-
<phase>package</phase>
182181
<goals>
183182
<goal>p2-metadata</goal>
184183
</goals>
184+
<phase>package</phase>
185185
</execution>
186186
</executions>
187187
</plugin>
@@ -249,5 +249,4 @@
249249
</plugin>
250250
</plugins>
251251
</build>
252-
<name>MyBatis Generator - Eclipse Feature</name>
253252
</project>

0 commit comments

Comments
 (0)