From 52a12824a26c462fa14683d2f98b0560fd31a54a Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 29 Jun 2016 23:25:05 +0200 Subject: [PATCH] Added bash for docs publishing --- publishDocs.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 publishDocs.sh diff --git a/publishDocs.sh b/publishDocs.sh new file mode 100644 index 0000000000..1e9bc2032e --- /dev/null +++ b/publishDocs.sh @@ -0,0 +1,2 @@ +#!/bin/sh +mvn clean site site:stage scm-publish:publish-scm -DskipTests -pl spring-cloud-contract-verifier-maven-plugin \ No newline at end of file