Repository: karaf-cellar Updated Branches: refs/heads/master 8e045af7c -> 1e659618e
Fix feature and re-enable verify Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/1e659618 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/1e659618 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/1e659618 Branch: refs/heads/master Commit: 1e659618e048a2bde5ca441098f0c286afae1fd6 Parents: 8e045af Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Aug 26 22:03:04 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Aug 26 22:03:04 2015 +0200 ---------------------------------------------------------------------- assembly/pom.xml | 2 -- assembly/src/main/resources/features.xml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/1e659618/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index c427ba8..9f321a1 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -63,7 +63,6 @@ </resource> </resources> <plugins> - <!-- <plugin> <groupId>org.apache.karaf.tooling</groupId> <artifactId>karaf-maven-plugin</artifactId> @@ -102,7 +101,6 @@ </execution> </executions> </plugin> - --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/1e659618/assembly/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/resources/features.xml b/assembly/src/main/resources/features.xml index df9fcc7..017f378 100644 --- a/assembly/src/main/resources/features.xml +++ b/assembly/src/main/resources/features.xml @@ -20,6 +20,7 @@ <feature name="cellar-core" description="Karaf clustering core" version="${project.version}"> <feature dependency="true">aries-proxy</feature> + <feature dependency="true">shell</feature> <configfile finalname="/etc/org.apache.karaf.cellar.groups.cfg">mvn:org.apache.karaf.cellar/apache-karaf-cellar/${project.version}/cfg/groups</configfile> <configfile finalname="/etc/org.apache.karaf.cellar.node.cfg">mvn:org.apache.karaf.cellar/apache-karaf-cellar/${project.version}/cfg/node</configfile> <bundle>mvn:org.apache.karaf.cellar/org.apache.karaf.cellar.core/${project.version}</bundle>
