Skip to content

Commit

Permalink
Merge pull request #5 from paulodamaso/no-site
Browse files Browse the repository at this point in the history
Removing site execution from maven
  • Loading branch information
paulodamaso authored May 19, 2020
2 parents af7ff65 + 106101c commit 6022acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ architect:
merge:
script: |
mvn clean install -Pqulice --errors --settings ../settings.xml
mvn clean site -Psite --errors --settings ../settings.xml
mvn clean --errors --settings ../settings.xml
deploy:
script: |
mvn clean deploy -Pqulice --errors --settings ../settings.xml
Expand Down

0 comments on commit 6022acc

Please # to comment.