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

Jenkins slave
26.34.2015 29d166b011c2797ab66743e10f1d7b09f4d069d6
opendj-packages/opendj-deb/pom.xml
@@ -24,9 +24,7 @@
  !      Copyright 2015 ForgeRock AS.
  !
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>
@@ -56,9 +54,9 @@
        <deb.maintainer>opendj@forgerock.org</deb.maintainer>
        <manpage.dir>${project.build.directory}/dependency/man</manpage.dir>
        <deb.doc.homepage.url>http://opendj.forgerock.org/</deb.doc.homepage.url>
        <deb.product.name/>
        <deb.product.name.lowercase/>
        <deb.resources.path/>
        <deb.product.name />
        <deb.product.name.lowercase />
        <deb.resources.path />
    </properties>
    <build>
@@ -126,8 +124,7 @@
                            </goals>
                            <configuration>
                                <target>
                                    <gzip src="${deb.resources.path}/changelog"
                                          destfile="${project.build.directory}/deb/changelog.Debian.gz"/>
                                    <gzip src="${deb.resources.path}/changelog" destfile="${project.build.directory}/deb/changelog.Debian.gz" />
                                </target>
                            </configuration>
                        </execution>
@@ -141,8 +138,8 @@
                            <configuration>
                                <target>
                                    <apply executable="gzip"><!-- Must we also build these packages on Windows? -->
                                        <arg value="-9"/>
                                        <fileset dir="${manpage.dir}"/>
                                        <arg value="-9" />
                                        <fileset dir="${manpage.dir}" />
                                    </apply>
                                </target>
                            </configuration>