File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<parent >
6
- <artifactId >defcon</artifactId >
6
+ <artifactId >defcon-parent </artifactId >
7
7
<groupId >org.woehlke.humanrights.digital.defense</groupId >
8
8
<version >0.0.1-SNAPSHOT</version >
9
+ <relativePath >../defcon-parent/pom.xml</relativePath >
9
10
</parent >
10
11
<modelVersion >4.0.0</modelVersion >
11
12
18
19
<dependency >
19
20
<artifactId >defcon-parent</artifactId >
20
21
<groupId >org.woehlke.humanrights.digital.defense</groupId >
21
- <version >0.0.1-SNAPSHOT</version >
22
22
</dependency >
23
23
</dependencies >
24
24
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ function current_dev(){
106
106
107
107
# mvn_validate
108
108
# mvn_fast_build
109
- # mvn_build
109
+ mvn_build
110
110
# mvn_site
111
111
# mvn_travis
112
112
# mvn_heruko
You can’t perform that action at this time.
0 commit comments