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

vharseko
02.09.2018 f171c33867d0f844e506f900cfad10c17982b035
add zip+epub+pdf+webhelp+xhtml5
1 files modified
14 ■■■■ changed files
opendj-doc-generated-ref/pom.xml 14 ●●●● patch | view | raw | blame | history
opendj-doc-generated-ref/pom.xml
@@ -588,17 +588,27 @@
                                <goals>
                                    <goal>process</goal>
                                    <goal>build</goal>
                                    <goal>release</goal>
                                </goals>
                            </execution>
                        </executions>
                                <configuration>
                                    <projectName>OpenDJ</projectName>
                                    <projectVersion>${project.version}</projectVersion>
                                    <releaseVersion>${project.version}</releaseVersion>
                            <buildReleaseZip>true</buildReleaseZip>
                            <googleAnalyticsId></googleAnalyticsId>
                            <isDraftMode>no</isDraftMode>
                            <localeTag>en</localeTag>
                                    <formats combine.self="override">
                                        <format>man</format>
                                <format>epub</format>
                                <format>html</format>
                                <format>pdf</format>
                                <format>webhelp</format>
                                <format>xhtml5</format>
                                    </formats>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                    <!-- Generate Artifacts -->