Skip to content

Commit 6584ed2

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent 2049689 commit 6584ed2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
<name>defcon :: defcon I :: </name>
1919
<description>Time for a Change</description>
2020

21+
<properties>
22+
<maven-surefire-plugin.version>2.12.4</maven-surefire-plugin.version>
23+
</properties>
24+
2125
<!--
2226
<parent>
2327
<groupId>org.springframework.boot</groupId>
@@ -92,6 +96,7 @@
9296
<plugin>
9397
<groupId>org.apache.maven.plugins</groupId>
9498
<artifactId>maven-surefire-plugin</artifactId>
99+
<version>${maven-surefire-plugin.version}</version>
95100
<configuration>
96101
<skipTests>true</skipTests>
97102
</configuration>

run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
source defcon-parent/conf.sh
44

5+
export MVN_CMD='./mvnw'
6+
57
#mvn_fast_build
68
mvn_build
79

0 commit comments

Comments
 (0)