mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
02.32.2018 0a555ccad9bc29b87f06910128d9639d0cfac11a
Revert "move build docs to -Pman-pages"

This reverts commit 4814ee972a7dd9ba06e1bcd8c362b9a69c83e532.
2 files modified
8 ■■■■ changed files
.travis.yml 2 ●●● patch | view | raw | blame | history
opendj-doc-generated-ref/pom.xml 6 ●●●● patch | view | raw | blame | history
.travis.yml
@@ -10,7 +10,7 @@
      - git config --local user.name "Open Identity Platform Community" && git config --local user.email "open-identity-platform-opendj@googlegroups.com"
      - git checkout -f $TRAVIS_BRANCH
      - git tag -f $git_version && git tag -d $git_version
      - mvn -q -B -DreleaseVersion="$git_version" -DignoreSnapshots=true  -DpushChanges=false -DscmCommentPrefix="[ci skip] $git_version_last->$git_version " -DskipTests -Darguments=-DskipTests release:prepare -Pman-pages
      - mvn -q -B -DreleaseVersion="$git_version" -DignoreSnapshots=true  -DpushChanges=false -DscmCommentPrefix="[ci skip] $git_version_last->$git_version " -DskipTests -Darguments=-DskipTests release:prepare
      - git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git >/dev/null 2>&1
      - git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git $git_version >/dev/null 2>&1
    deploy:
opendj-doc-generated-ref/pom.xml
@@ -358,9 +358,9 @@
    <profiles>
        <profile>
            <id>man-pages</id>
<!--             <activation> -->
<!--                    <activeByDefault>true</activeByDefault> -->
<!--                </activation> -->
            <activation>
                    <activeByDefault>true</activeByDefault>
                </activation>
            <build>
                <plugins>
                    <plugin>