Skip to content
Snippets Groups Projects
Commit 53024ec7 authored by jnaud's avatar jnaud
Browse files

Fix builld issue with widows wsl

parent d8bfc694
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,4 @@ cd $ROOTDIR
# Build war
docker run -u root -w "/usr/local/tomcat/build" --volume "$ROOTDIR:/usr/local/tomcat/build" tomcat:8-jdk8 ./mvnw install:install-file -DgroupId=org.geonetwork-opensource -DartifactId=geonetwork -Dversion=3.4.1-0 -Dpackaging=war -Dfile=./source/geonetwork-3.4.1-0.war && ./mvnw clean package
docker run -u root -w "/usr/local/tomcat/build" --volume "$ROOTDIR:/usr/local/tomcat/build" tomcat:8-jdk8 ./mvnw install:install-file -DgroupId=org.geonetwork-opensource -DartifactId=geonetwork -Dversion=3.4.1-0 -Dpackaging=war -Dfile=./source/geonetwork-3.4.1-0.war clean package
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment