File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >ettersendelse</artifactId >
13
-
14
- <properties >
15
- <maven .deploy.skip>true</maven .deploy.skip>
16
- </properties >
17
13
18
14
<dependencies >
19
15
<dependency >
Original file line number Diff line number Diff line change 164
164
<version >3.2.1</version >
165
165
</plugin >
166
166
<plugin >
167
+ <groupId >org.apache.maven.plugins</groupId >
168
+ <artifactId >maven-antrun-plugin</artifactId >
169
+ <version >3.0.0</version >
170
+ </plugin >
171
+ <plugin >
167
172
<groupId >org.apache.maven.plugins</groupId >
168
173
<artifactId >maven-deploy-plugin</artifactId >
169
- <version >2.8.2 </version >
174
+ <version >3.0.0-M1 </version >
170
175
</plugin >
171
176
<plugin >
172
177
<groupId >org.apache.maven.plugins</groupId >
173
178
<artifactId >maven-install-plugin</artifactId >
174
- <version >2.5.2 </version >
179
+ <version >3.0.0-M1 </version >
175
180
</plugin >
176
181
<plugin >
177
182
<groupId >org.apache.maven.plugins</groupId >
340
345
</exclusions >
341
346
</dependency >
342
347
</dependencies >
348
+ </plugin >
349
+ <plugin >
350
+ <groupId >org.apache.maven.plugins</groupId >
351
+ <artifactId >maven-deploy-plugin</artifactId >
352
+ <inherited >false</inherited >
353
+ <configuration >
354
+ <skip >true</skip >
355
+ </configuration >
343
356
</plugin >
344
357
</plugins >
345
358
</build >
357
370
<plugin >
358
371
<groupId >org.apache.maven.plugins</groupId >
359
372
<artifactId >maven-antrun-plugin</artifactId >
360
- <version >3.0.0</version >
361
373
<executions >
362
374
<execution >
363
375
<phase >package</phase >
395
407
<plugin >
396
408
<groupId >org.apache.maven.plugins</groupId >
397
409
<artifactId >maven-install-plugin</artifactId >
398
- <version >3.0.0-M1</version >
399
410
<executions >
400
411
<execution >
401
412
<phase >install</phase >
412
423
<plugin >
413
424
<groupId >org.apache.maven.plugins</groupId >
414
425
<artifactId >maven-deploy-plugin</artifactId >
415
- <version >3.0.0-M1</version >
416
426
<executions >
417
427
<execution >
418
428
<phase >deploy</phase >
You can’t perform that action at this time.
0 commit comments