Repository: karaf Updated Branches: refs/heads/karaf-2.x 22cb49b9e -> bdea9839c
[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/bdea9839 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/bdea9839 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/bdea9839 Branch: refs/heads/karaf-2.x Commit: bdea9839c0b238b170d98e1158760f8f885a8ae4 Parents: 22cb49b Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Apr 9 19:15:36 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Apr 9 19:15:36 2014 +0200 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/bdea9839/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e06c3f5..c7f6b70 100644 --- a/pom.xml +++ b/pom.xml @@ -1578,6 +1578,9 @@ </profile> <profile> <id>rat</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> <build> <plugins> <plugin>
