Upgrade rat plugin version
>
> Version 0.12 adds the option to dump licence violations to the console.


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

Branch: refs/heads/master
Commit: e2754071addff4ee3a6b1e8161997820bda378bf
Parents: c4ac4aa
Author: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Authored: Thu Nov 24 10:39:42 2016 +0200
Committer: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Committed: Thu Nov 24 10:39:42 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/e2754071/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d0c82a1..b6ab1c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,6 +241,8 @@
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
+                <!-- Overrides 0.11 from parent. Remove when parent catches 
up. -->
+                <version>0.12</version>
                 <executions>
                   <execution>
                     <phase>verify</phase>
@@ -250,6 +252,7 @@
                   </execution>
                 </executions>
                 <configuration>
+                    <consoleOutput>true</consoleOutput>
                     <excludes combine.children="append">
                         <!-- Exclude sandbox because not part of distribution: 
not in tgz, and not uploaded to maven-central -->
                         <exclude>sandbox/**</exclude>

Reply via email to