Add xsd and docker

Change-Id: Ifad2e3a8678a487e6f13114f910e19bce4d80964
This commit is contained in:
Dominik Adam Przybysz 2015-09-02 22:59:50 +02:00
parent d71c191f0f
commit 80dbbc034f
33 changed files with 313 additions and 348 deletions

6
buildImage.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
mvn clean install
mvn -f mockserver/pom.xml package assembly:single
docker build -t mockserver .