Skip to content

Commit

Permalink
fjerne kjøring av xdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eivinhb committed Oct 29, 2020
1 parent 5893c94 commit a453e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ release:
script: |
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Pjcabi-gpg,sonatype -Dmaven.javadoc.skip=true --settings /home/r/settings.xml
mvn clean deploy -P 'jcabi-gpg,sonatype,!xdoc' -Dmaven.javadoc.skip=true --settings /home/r/settings.xml -B
commanders:
- eivinhb
1 change: 1 addition & 0 deletions mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-P '!xdoc'

0 comments on commit a453e4e

Please sign in to comment.