Repository: karaf Updated Branches: refs/heads/karaf-2.3.x 45e7f3cee -> 2d3cb6364
[KARAF-2781] Enable rat profile by default Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/2d3cb636 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/2d3cb636 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/2d3cb636 Branch: refs/heads/karaf-2.3.x Commit: 2d3cb6364353ecf147e45c454c84bfec48c6790b Parents: 45e7f3c Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Apr 9 19:19:10 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Apr 9 19:19:10 2014 +0200 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/2d3cb636/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2a88ef6..1a3ccde 100644 --- a/pom.xml +++ b/pom.xml @@ -1601,6 +1601,9 @@ </profile> <profile> <id>rat</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> <build> <plugins> <plugin>
