You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2014/01/22 20:28:15 UTC

[50/53] [abbrv] git commit: updated refs/heads/rbac to 33cd1ab

Add the license plugin with the check goal to the list of disabled eclipse plugins


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

Branch: refs/heads/rbac
Commit: b68639c6daffcc0a03c0fb63f13c60d2e1f53be9
Parents: 49124bd
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Wed Jan 22 14:29:13 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Wed Jan 22 14:29:13 2014 +0100

----------------------------------------------------------------------
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b68639c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9770ec7..8fd1f54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -614,11 +614,12 @@
                 </pluginExecution>
                 <pluginExecution>
                   <pluginExecutionFilter>
-                    <groupId>com.mycila.maven-license-plugin</groupId>
-                    <artifactId>maven-license-plugin</artifactId>
-                    <versionRange>[1.9.0,)</versionRange>
+                    <groupId>com.mycila</groupId>
+                    <artifactId>license-maven-plugin</artifactId>
+                    <versionRange>[2.5,)</versionRange>
                     <goals>
                       <goal>format</goal>
+                      <goal>check</goal>
                     </goals>
                   </pluginExecutionFilter>
                   <action>