Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 3269d68a4 -> f481ad235
[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/f481ad23 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/f481ad23 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/f481ad23 Branch: refs/heads/karaf-3.0.x Commit: f481ad235fe7134437df03ec1c068d3ab7c7adcc Parents: 3269d68 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Apr 9 15:56:40 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Apr 9 15:56:40 2014 +0200 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/f481ad23/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8afb192..b85492c 100644 --- a/pom.xml +++ b/pom.xml @@ -2226,6 +2226,9 @@ </profile> <profile> <id>rat</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> <build> <plugins> <plugin>
