Skip to content

Commit

Permalink
#108 rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 27, 2020
1 parent af79870 commit 4b4d092
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
16 changes: 7 additions & 9 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
docker:
image: yegor256/java8
install:
- sudo gem install pdd -v 0.20.5
- sudo gem install xcop -v 0.6
env:
MAVEN_OPTS: -XX:MaxPermSize=256m -Xmx1g
assets:
secring.gpg: yegor256/home#assets/secring.gpg
settings.xml: yegor256/home#assets/jcabi/settings.xml
pubring.gpg: yegor256/home#assets/pubring.gpg
install: |
sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
sudo gem install pdd
sudo gem install xcop
pdd --file=/dev/null
merge:
script: |-
pdd -f /dev/null
mvn clean install -Pqulice --errors --settings ../settings.xml
deploy:
script: |-
pdd -f /dev/null
mvn clean deploy -Pqulice --errors --settings ../settings.xml
env:
MAVEN_OPTS: -XX:MaxPermSize=256m -Xmx1g
release:
script: |-
mvn versions:set "-DnewVersion=${tag}"
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.0.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit 4b4d092

Please sign in to comment.