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

Mark Craig
31.12.2015 150ca35dc51d2d7f3e2e0533a01b45b98d2f6bb9
OPENDJ-2195 Fix build break

This patch avoids an attempt to unpack man pages
before they are packaged in the package phase.
1 files modified
6 ■■■■ changed files
opendj-sdk/opendj-server-legacy/pom.xml 6 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj-server-legacy/pom.xml
@@ -2077,7 +2077,7 @@
              <executions>
                <execution>
                  <id>unpack-man-pages</id>
                  <phase>prepare-package</phase>
                  <phase>package</phase>
                  <goals>
                    <goal>unpack</goal>
                  </goals>
@@ -2280,7 +2280,7 @@
            <executions>
              <execution>
                <id>unpack-man-pages</id>
                <phase>prepare-package</phase>
                <phase>package</phase>
                <goals>
                  <goal>unpack</goal>
                </goals>
@@ -2494,7 +2494,7 @@
            <executions>
              <execution>
                <id>unpack-man-pages</id>
                <phase>prepare-package</phase>
                <phase>package</phase>
                <goals>
                  <goal>unpack</goal>
                </goals>