File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 40
40
</contributors >
41
41
42
42
<scm >
43
- <url >https://github.com/mybatis/migrations/</url >
44
43
<connection >scm:git:ssh://git@github.com/mybatis/migrations.git</connection >
45
44
<developerConnection >scm:git:ssh://git@github.com/mybatis/migrations.git</developerConnection >
46
45
<tag >HEAD</tag >
46
+ <url >https://github.com/mybatis/migrations/</url >
47
47
</scm >
48
48
<issueManagement >
49
49
<system >GitHub</system >
133
133
<artifactId >license-maven-plugin</artifactId >
134
134
<configuration >
135
135
<mapping combine.children=" append" >
136
- <policy >DOUBLESLASH_STYLE</policy >
136
+ <policy >DOUBLESLASH_STYLE</policy >
137
137
</mapping >
138
138
</configuration >
139
139
</plugin >
144
144
<groupId >org.codehaus.mojo</groupId >
145
145
<artifactId >appassembler-maven-plugin</artifactId >
146
146
<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 >
155
147
<configuration >
156
148
<repositoryLayout >flat</repositoryLayout >
157
149
<repositoryName >lib</repositoryName >
167
159
</program >
168
160
</programs >
169
161
</configuration >
162
+ <executions >
163
+ <execution >
164
+ <goals >
165
+ <goal >assemble</goal >
166
+ </goals >
167
+ <phase >package</phase >
168
+ </execution >
169
+ </executions >
170
170
</plugin >
171
171
<plugin >
172
172
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments