This repository was archived by the owner on Jul 25, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +42
-32
lines changed Expand file tree Collapse file tree 2 files changed +42
-32
lines changed Original file line number Diff line number Diff line change 129
129
</dependencies >
130
130
</dependencyManagement >
131
131
132
- <build >
133
- <finalName >authorization</finalName >
134
- <plugins >
135
- <plugin >
136
- <groupId >org.springframework.boot</groupId >
137
- <artifactId >spring-boot-maven-plugin</artifactId >
138
- <version >${spring-boot.version} </version >
139
- <executions >
140
- <execution >
141
- <goals >
142
- <goal >repackage</goal >
143
- </goals >
144
- </execution >
145
- </executions >
146
- </plugin >
147
- </plugins >
148
- </build >
149
-
150
132
<pluginRepositories >
151
133
<pluginRepository >
152
134
<id >spring-snapshots</id >
158
140
</pluginRepository >
159
141
</pluginRepositories >
160
142
143
+ <build >
144
+ <finalName >authorization</finalName >
145
+ </build >
146
+
161
147
<profiles >
162
148
<profile >
163
149
<id >deploy</id >
164
150
<build >
165
- <finalName >authorization</finalName >
166
151
<plugins >
167
152
<plugin >
168
153
<groupId >org.apache.maven.plugins</groupId >
174
159
</plugins >
175
160
</build >
176
161
</profile >
162
+ <profile >
163
+ <id >fatjar</id >
164
+ <build >
165
+ <plugins >
166
+ <plugin >
167
+ <groupId >org.springframework.boot</groupId >
168
+ <artifactId >spring-boot-maven-plugin</artifactId >
169
+ <version >${spring-boot.version} </version >
170
+ <executions >
171
+ <execution >
172
+ <goals >
173
+ <goal >repackage</goal >
174
+ </goals >
175
+ </execution >
176
+ </executions >
177
+ </plugin >
178
+ </plugins >
179
+ </build >
180
+ </profile >
177
181
</profiles >
178
182
179
183
</project >
Original file line number Diff line number Diff line change 250
250
</execution >
251
251
</executions >
252
252
</plugin >
253
- <plugin >
254
- <groupId >org.springframework.boot</groupId >
255
- <artifactId >spring-boot-maven-plugin</artifactId >
256
- <version >${spring-boot.version} </version >
257
- <executions >
258
- <execution >
259
- <goals >
260
- <goal >repackage</goal >
261
- </goals >
262
- </execution >
263
- </executions >
264
- </plugin >
265
253
</plugins >
266
254
</build >
267
255
280
268
<profile >
281
269
<id >deploy</id >
282
270
<build >
283
- <finalName >resource</finalName >
284
271
<plugins >
285
272
<plugin >
286
273
<groupId >org.apache.maven.plugins</groupId >
292
279
</plugins >
293
280
</build >
294
281
</profile >
282
+ <profile >
283
+ <id >fatjar</id >
284
+ <build >
285
+ <plugins >
286
+ <plugin >
287
+ <groupId >org.springframework.boot</groupId >
288
+ <artifactId >spring-boot-maven-plugin</artifactId >
289
+ <version >${spring-boot.version} </version >
290
+ <executions >
291
+ <execution >
292
+ <goals >
293
+ <goal >repackage</goal >
294
+ </goals >
295
+ </execution >
296
+ </executions >
297
+ </plugin >
298
+ </plugins >
299
+ </build >
300
+ </profile >
295
301
</profiles >
296
302
297
303
</project >
You can’t perform that action at this time.
0 commit comments