I remember I changed the assembly archetype due to an issue when an user define eventadmin as boot or startup feature.

Regards
JB

On 02/17/2016 07:27 PM, Jean-Baptiste Onofré wrote:
Hi,

Don't you define:

        <dependency>
             <groupId>org.apache.karaf.features</groupId>
             <artifactId>standard</artifactId>
             <version>^project.version^</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
         </dependency>

If so, please try:

        <dependency>
             <groupId>org.apache.karaf.features</groupId>
             <artifactId>standard</artifactId>
             <version>^project.version^</version>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>

Thanks,
Regards
JB


On 02/17/2016 02:37 PM, ellirael wrote:
I've a got a problem when define eventadmin feature as a startup
feature. As
it should be. When I do it the build of custom destribution fails with
bundle resolve errors.

My work around is to maually defne startup.properties file and put it in
archive during build.
I describe then eventadmin as installed feature.




--
View this message in context:
http://karaf.922171.n3.nabble.com/Building-karaf-custom-destribution-with-eventadmin-as-a-startup-feature-tp4045415.html

Sent from the Karaf - User mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to