diff --git a/circle.yml b/circle.yml index 490788f..c121329 100644 --- a/circle.yml +++ b/circle.yml @@ -19,5 +19,7 @@ deployment: production: branch: master commands: - - mvn -Drtr.disabled=true clean + - mvn clean - mvn -s settings.xml -Drtr.release=true + - git tag $(cat .version) + - git push origin $(cat .version) diff --git a/pom.xml b/pom.xml index b3a17c9..9aae376 100644 --- a/pom.xml +++ b/pom.xml @@ -255,6 +255,25 @@ clean deploy site-deploy + + + maven-antrun-plugin + 1.8 + + + write-properties-file + initialize + + run + + + + + + + + + maven-source-plugin