File tree Expand file tree Collapse file tree 5 files changed +13
-15
lines changed
org.mybatis.generator.core
org.mybatis.generator.eclipse.doc
org.mybatis.generator.eclipse.site
org.mybatis.generator.eclipse.ui Expand file tree Collapse file tree 5 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 56
56
<executions >
57
57
<execution >
58
58
<id >refresh core source</id >
59
- <phase >generate-sources</phase >
60
59
<goals >
61
60
<goal >run</goal >
62
61
</goals >
62
+ <phase >generate-sources</phase >
63
63
<configuration >
64
64
<target >
65
65
<ant antfile =" copySource.xml" target =" refresh" />
Original file line number Diff line number Diff line change 56
56
<executions >
57
57
<execution >
58
58
<id >refresh core source</id >
59
- <phase >generate-sources</phase >
60
59
<goals >
61
60
<goal >run</goal >
62
61
</goals >
62
+ <phase >generate-sources</phase >
63
63
<configuration >
64
64
<target >
65
65
<ant antfile =" buildDoc.xml" target =" refresh" />
68
68
</execution >
69
69
</executions >
70
70
</plugin >
71
-
71
+
72
72
<plugin >
73
73
<groupId >org.apache.maven.plugins</groupId >
74
74
<artifactId >maven-clean-plugin</artifactId >
Original file line number Diff line number Diff line change 17
17
18
18
19
19
-->
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" >
22
21
<modelVersion >4.0.0</modelVersion >
23
22
<parent >
24
23
<groupId >org.mybatis.generator</groupId >
47
46
</plugin >
48
47
</plugins >
49
48
</build >
50
-
49
+
51
50
<profiles >
52
51
<profile >
53
52
<id >release-composite</id >
65
64
<executions >
66
65
<execution >
67
66
<id >download-composite-metadata</id >
68
- <phase >prepare-package</phase >
69
67
<goals >
70
- <goal >run</goal >
68
+ <goal >run</goal >
71
69
</goals >
70
+ <phase >prepare-package</phase >
72
71
<configuration >
73
72
<target >
74
73
<ant antfile =" downloadMetadata.ant" target =" download" />
131
130
<executions >
132
131
<execution >
133
132
<id >update composite repo</id >
134
- <phase >package</phase >
135
133
<goals >
136
134
<goal >eclipse-run</goal >
137
135
</goals >
136
+ <phase >package</phase >
138
137
</execution >
139
138
</executions >
140
139
</plugin >
Original file line number Diff line number Diff line change 54
54
<executions >
55
55
<execution >
56
56
<id >refresh DTDs</id >
57
- <phase >generate-sources</phase >
58
57
<goals >
59
58
<goal >run</goal >
60
59
</goals >
60
+ <phase >generate-sources</phase >
61
61
<configuration >
62
62
<target >
63
63
<ant antfile =" copyDtds.xml" target =" refresh" />
Original file line number Diff line number Diff line change 17
17
18
18
19
19
-->
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" >
22
21
<modelVersion >4.0.0</modelVersion >
23
22
<groupId >org.mybatis.generator</groupId >
24
23
<artifactId >org.mybatis.generator.eclipse.parent</artifactId >
25
24
<version >1.4.3-SNAPSHOT</version >
26
25
<packaging >pom</packaging >
26
+ <name >MyBatis Generator - Eclipse Feature</name >
27
27
<inceptionYear >2006</inceptionYear >
28
28
29
29
<modules >
110
110
</plugin >
111
111
</plugins >
112
112
</pluginManagement >
113
-
113
+
114
114
<plugins >
115
115
<plugin >
116
116
<groupId >org.apache.maven.plugins</groupId >
178
178
<executions >
179
179
<execution >
180
180
<id >attach-p2-metadata</id >
181
- <phase >package</phase >
182
181
<goals >
183
182
<goal >p2-metadata</goal >
184
183
</goals >
184
+ <phase >package</phase >
185
185
</execution >
186
186
</executions >
187
187
</plugin >
249
249
</plugin >
250
250
</plugins >
251
251
</build >
252
- <name >MyBatis Generator - Eclipse Feature</name >
253
252
</project >
You can’t perform that action at this time.
0 commit comments