Repository: karaf Updated Branches: refs/heads/master 57be53faf -> 8830fc973
[KARAF-4854] Enable archetype.test.skip in fastinstall profile Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/8830fc97 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/8830fc97 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/8830fc97 Branch: refs/heads/master Commit: 8830fc97315c143fda55b030589c19372ac503f1 Parents: 57be53f Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Nov 26 07:40:35 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Nov 26 07:40:35 2016 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/8830fc97/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b409d30..d669e4a 100644 --- a/pom.xml +++ b/pom.xml @@ -2155,6 +2155,7 @@ <properties> <maven.test.skip>true</maven.test.skip> <invoker.skip>true</invoker.skip> + <archetype.test.skip>true</archetype.test.skip> </properties> </profile> <profile>
