We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2049689 commit 6584ed2Copy full SHA for 6584ed2
pom.xml
@@ -18,6 +18,10 @@
18
<name>defcon :: defcon I :: </name>
19
<description>Time for a Change</description>
20
21
+ <properties>
22
+ <maven-surefire-plugin.version>2.12.4</maven-surefire-plugin.version>
23
+ </properties>
24
+
25
<!--
26
<parent>
27
<groupId>org.springframework.boot</groupId>
@@ -92,6 +96,7 @@
92
96
<plugin>
93
97
<groupId>org.apache.maven.plugins</groupId>
94
98
<artifactId>maven-surefire-plugin</artifactId>
99
+ <version>${maven-surefire-plugin.version}</version>
95
100
<configuration>
101
<skipTests>true</skipTests>
102
</configuration>
run.sh
@@ -2,6 +2,8 @@
2
3
source defcon-parent/conf.sh
4
5
+export MVN_CMD='./mvnw'
6
7
#mvn_fast_build
8
mvn_build
9
0 commit comments