Skip to content

Commit

Permalink
#1 rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 6, 2019
1 parent 1c30392 commit 76b120e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
25 changes: 25 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
docker:
image: yegor256/java8
assets:
settings.xml: yegor256/home#assets/takes/settings.xml
pubring.gpg: yegor256/home#assets/pubring.gpg
secring.gpg: yegor256/home#assets/secring.gpg
env:
MAVEN_OPTS: -XX:MaxPermSize=256m -Xmx1g
JAVA_OPTS: -XX:MaxPermSize=256m -Xmx1g
install: |
sudo gem install --no-rdoc --no-ri pdd
sudo gem install --no-rdoc --no-ri xcop
merge:
script: |
pdd -f /dev/null
mvn clean install -Pqulice --errors --settings ../settings.xml
deploy:
script: |
echo There is nothing to deploy
exit 1
release:
script: |-
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Psonatype -Pqulice --errors --settings ../settings.xml
6 changes: 0 additions & 6 deletions Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ $ mvn clean install -Pqulice
```

To avoid build errors use Maven 3.2+.

Pay attention that our `pom.xml` inherits a lot of configuration
from [jcabi-parent](http://parent.jcabi.com).
[This article](http://www.yegor256.com/2015/02/05/jcabi-parent-maven-pom.html)
explains why it's done this way.

0 comments on commit 76b120e

Please sign in to comment.