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

Mark Craig
31.12.2015 6279290b36c6f0b65c434c0056d55cc622a3104e
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-server-legacy/pom.xml 6 ●●●● patch | view | raw | blame | history
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>