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:06 UTC

[1/3] git commit: ACCUMULO-2171 Change release to skip most tests

Repository: accumulo
Updated Branches:
  refs/heads/1.6.0-SNAPSHOT 63ca9c93e -> 534b0e7fc


ACCUMULO-2171 Change release to skip most tests

  Tests should have been performed before a release, and can be tested
  again during voting, prior to approval.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c661d919
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c661d919
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c661d919

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: c661d91904db8a420f29de25a0206f43ffd928cd
Parents: 63ca9c9
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed Apr 9 17:02:24 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed Apr 9 17:12:51 2014 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c661d919/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3ebc8f7..b6f30a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,7 +549,7 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <arguments>-P apache-release,thrift,assemble,docs</arguments>
+            <arguments>-P apache-release,thrift,assemble,docs -Dit.test=SimpleProxyIT,ExamplesIT -DfailIfNoTests=false</arguments>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <goals>clean deploy</goals>
             <preparationGoals>clean verify</preparationGoals>


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

Posted by ct...@apache.org.
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>


[3/3] git commit: ACCUMULO-2652 Fix build warning on older maven versions

Posted by ct...@apache.org.
ACCUMULO-2652 Fix build warning on older maven versions


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/534b0e7f
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/534b0e7f
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/534b0e7f

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 534b0e7fc0f5aff92b8e06b3e1cedcc148755dbe
Parents: eebe4ce
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Apr 10 13:33:48 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Apr 10 13:33:48 2014 -0400

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/534b0e7f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b6f30a0..c928dec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -882,6 +882,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
         <reportSets>
           <reportSet>
             <reports>