My bad, it's /<packaging>karaf-assembly</packaging>/. 

In fact i first create a feature via the /"karaf-feature-archetype"/, then i
/"mvn install/" it. 

Next, I have followed the /"Custom Distribution" /tutorial, except that i
have added a dependency to the feature. (scope = runtime)

I also added a dependency to org.apache.karaf.features.dependencies in order
to install jdbc, jpa, jndi, openjpa.

/          <dependency>
                        <groupId>org.apache.karaf.features</groupId>
                        <artifactId>enterprise</artifactId>
                        <version>${karaf.version}</version>
                        <type>xml</type>
                        <classifier>features</classifier>
                        <scope>runtime</scope>
                </dependency>/





--
View this message in context: 
http://karaf.922171.n3.nabble.com/karaf-assembly-and-installed-feature-tp4038346p4038352.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.

Reply via email to