You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ge...@apache.org on 2016/12/02 14:14:07 UTC

[1/2] brooklyn-dist git commit: Upgrade rat plugin version

Repository: brooklyn-dist
Updated Branches:
  refs/heads/master 5482c58e3 -> 80980e75d


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-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/24b1039c
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/24b1039c
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/24b1039c

Branch: refs/heads/master
Commit: 24b1039ce9ab5d6d833ba4e01f01ff4c8279f379
Parents: 40743fe
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Thu Nov 24 10:38:01 2016 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Thu Nov 24 10:38:01 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/24b1039c/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/pom.xml b/karaf/pom.xml
index 46968f7..80e0acc 100644
--- a/karaf/pom.xml
+++ b/karaf/pom.xml
@@ -153,7 +153,10 @@
                 <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>
                     <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>


[2/2] brooklyn-dist git commit: This closes #61

Posted by ge...@apache.org.
This closes #61


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

Branch: refs/heads/master
Commit: 80980e75d6a4ecc9bad0557206391f8ac0bb5aec
Parents: 5482c58 24b1039
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Fri Dec 2 14:13:56 2016 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Fri Dec 2 14:13:56 2016 +0000

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