Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Create .rultor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Nov 10, 2016
1 parent cbfb7c1 commit ff0b95b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .rultor.yml
@@ -0,0 +1,15 @@
architect:
- amihaiemil
env:
MAVEN_OPTS: "-XX:MaxPermSize=256m -Xmx1g"
merge:
script: |-
mvn clean install
deploy:
script:
- echo "Any deployment script here..."
release:
script: |-
mvn versions:set "-DnewVersion=${tag}" -e
git commit -am "${tag}"
mvn clean deploy --settings ../settings.xml

0 comments on commit ff0b95b

Please sign in to comment.