Skip to content

Commit

Permalink
#174 rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 10, 2022
1 parent 430e72c commit fdcc1d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
28 changes: 14 additions & 14 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
architect:
- yegor256
- andreoss
docker:
image: yegor256/rultor-image:1.9.1
install: |
pdd --file=/dev/null
assets:
settings.xml: yegor256/home#assets/jcabi/settings.xml
secring.gpg: yegor256/home#assets/secring.gpg
settings.xml: yegor256/home#assets/jcabi/settings.xml
pubring.gpg: yegor256/home#assets/pubring.gpg
install: |
pdd --file=/dev/null
merge:
script: |
mvn clean install -Pqulice --errors --batch-mode
script: |-
pdd -f /dev/null
mvn clean install -Pqulice --errors --settings ../settings.xml
release:
pre: false
sensitive:
- settings.xml
script: |-
env
export JAVA_HOME=/usr/lib/jvm/default-java
mvn versions:set "-DnewVersion=${tag}" --batch-mode
pdd -f /dev/null
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
mvn clean site-deploy -Psite --errors --settings ../settings.xml --batch-mode
mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml
mvn clean site-deploy -Pjcabi -Psite --errors --settings ../settings.xml
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,22 +181,10 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<goals>
Expand All @@ -212,7 +200,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M7</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit fdcc1d6

Please sign in to comment.