You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/04/10 19:35:07 UTC

[2/3] git commit: ACCUMULO-2171 Explicitly specify phase for latex plugin

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 <ct...@apache.org>
Authored: Thu Apr 10 13:05:11 2014 -0400
Committer: Christopher Tubbs <ct...@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>