ACCUMULO-2171 Explicitly specify phase for latex plugin Work around an issue (https://jira.codehaus.org/browse/MNG-5478) where plugins execute out of order during release by explicitly setting the execution phase of the latex-maven-plugin to later in the build.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/eebe4ceb Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/eebe4ceb Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/eebe4ceb Branch: refs/heads/1.6.0-SNAPSHOT Commit: eebe4ceb419aab47cfbd159882a03621447bd633 Parents: c661d91 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Thu Apr 10 13:05:11 2014 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Thu Apr 10 13:27:37 2014 -0400 ---------------------------------------------------------------------- docs/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/eebe4ceb/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 1518e31..5ceed97 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -96,6 +96,7 @@ <goals> <goal>latex</goal> </goals> + <phase>prepare-package</phase> </execution> </executions> </plugin>