Repository: accumulo
Updated Branches:
  refs/heads/master 1b4c49c69 -> 8856c1f66


ACCUMULO-2651 Add missing execution id to apache-rat-plugin

  The missing execution id on the execution of the apache-rat-plugin
  evidently causes some build problems in some environments, especially
  when the specified execution phase is other than the default. This
  change adds an execution id, and causes the check goal to bind to its
  default phase in the build lifecycle (which is 'validate', instead of
  'verify').


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

Branch: refs/heads/master
Commit: 3934ea6a2c35e85a785e201874d81056b6bbbec7
Parents: 479a36b
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Tue Apr 8 23:03:14 2014 -0400
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Tue Apr 8 23:03:14 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/3934ea6a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dd6adfa..bfd849c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -816,10 +816,10 @@
         <artifactId>apache-rat-plugin</artifactId>
         <executions>
           <execution>
+            <id>check-licenses</id>
             <goals>
               <goal>check</goal>
             </goals>
-            <phase>verify</phase>
           </execution>
         </executions>
       </plugin>

Reply via email to