Skip to content

Commit

Permalink
maxur-base-78 Git hub site plugin currupted
Browse files Browse the repository at this point in the history
  • Loading branch information
myunusov committed Jul 14, 2016
1 parent 11adbc4 commit b3bcfb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ merge:
deploy:
script: |
mvn clean install
mvn site com.github.github:site-maven-plugin:site --settings /home/r/settings.xml -Denv=prod -Psite,self-doc,debug
mvn site com.github.github:site-maven-plugin:site --settings /home/r/settings.xml -Denv=prod -Psite,self-doc,debug,gh-pages
release:
script: |
mvn versions:set "-DnewVersion=${tag}" -Denv=prod
git commit -am "${tag}"
mvn site com.github.github:site-maven-plugin:site --settings /home/r/settings.xml -Denv=prod -Psite,self-doc,debug
mvn site com.github.github:site-maven-plugin:site --settings /home/r/settings.xml -Denv=prod -Psite,self-doc,debug,gh-pages
mvn clean deploy --settings /home/r/settings.xml -Denv=prod -Pmaxur-base,sonatype,debug
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,6 @@

<profile>
<id>gh-pages</id>
<activation>
<file>
<exists>${site.path}/resources/CNAME</exists>
</file>
</activation>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit b3bcfb6

Please sign in to comment.