File tree 1 file changed +39
-20
lines changed
1 file changed +39
-20
lines changed Original file line number Diff line number Diff line change 13
13
<!-- https://github.com/spring-projects/spring-boot/blob/v1.2.3.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml -->
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >1.2.3.RELEASE </version >
16
+ <version >1.3.0.BUILD-SNAPSHOT </version >
17
17
</parent >
18
18
19
19
<properties >
485
485
<checksumPolicy >fail</checksumPolicy >
486
486
</snapshots >
487
487
</repository >
488
+ <repository >
489
+ <id >spring-snapshots</id >
490
+ <name >Spring Snapshots</name >
491
+ <url >http://repo.spring.io/snapshot</url >
492
+ <snapshots >
493
+ <enabled >true</enabled >
494
+ <updatePolicy >never</updatePolicy >
495
+ <checksumPolicy >fail</checksumPolicy >
496
+ </snapshots >
497
+ </repository >
488
498
</repositories >
489
499
500
+ <pluginRepositories >
501
+ <pluginRepository >
502
+ <id >spring-snapshots</id >
503
+ <name >Spring Snapshots</name >
504
+ <url >http://repo.spring.io/snapshot</url >
505
+ <snapshots >
506
+ <enabled >true</enabled >
507
+ <updatePolicy >never</updatePolicy >
508
+ <checksumPolicy >fail</checksumPolicy >
509
+ </snapshots >
510
+ </pluginRepository >
511
+ </pluginRepositories >
512
+
490
513
<build >
491
514
<finalName >${project.artifactId} </finalName >
492
515
527
550
-->
528
551
<addResources >false</addResources >
529
552
</configuration >
553
+ <executions >
554
+ <execution >
555
+ <id >start-application</id >
556
+ <goals >
557
+ <goal >start</goal >
558
+ </goals >
559
+ </execution >
560
+ <execution >
561
+ <id >stop-application</id >
562
+ <goals >
563
+ <goal >stop</goal >
564
+ </goals >
565
+ </execution >
566
+ </executions >
567
+
530
568
</plugin >
531
569
532
570
<plugin >
667
705
</systemProperties >
668
706
<skip >${skipTests} </skip >
669
707
</configuration >
670
- <executions >
671
- <execution >
672
- <id >start-jetty</id >
673
- <phase >pre-integration-test</phase >
674
- <goals >
675
- <goal >run-war</goal >
676
- </goals >
677
- <configuration >
678
- <daemon >true</daemon >
679
- </configuration >
680
- </execution >
681
- <execution >
682
- <id >stop-jetty</id >
683
- <phase >post-integration-test</phase >
684
- <goals >
685
- <goal >stop</goal >
686
- </goals >
687
- </execution >
688
- </executions >
689
708
</plugin >
690
709
691
710
<plugin >
You can’t perform that action at this time.
0 commit comments