You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Dmitry Sklyut (JIRA)" <ji...@apache.org> on 2009/05/12 17:33:45 UTC

[jira] Created: (FELIX-1147) Simplify creation of custom karaf distributions

Simplify creation of custom karaf distributions
-----------------------------------------------

                 Key: FELIX-1147
                 URL: https://issues.apache.org/jira/browse/FELIX-1147
             Project: Felix
          Issue Type: Improvement
          Components: Karaf
            Reporter: Dmitry Sklyut


>From users mailing list.

Question:
How to create custom karaf distribution?

Answer from Gert Vanthienen:

"The easiest way to do this is by creating a features descriptor that
contains a list of all the bundles you need for your application.  You
can then use the features-maven-plugin add-features-to-repo goal to
copy all the required bundles into a folder.  Once that is done, you
can use the Maven assembly plugin to package everything up.

You can find examples on how to use this in
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/ and
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/.
 Looking at the pom files myself now, I guess we really want to put
some effort in making this a little bit easier (either by documenting
it properly or by providing a Maven archetype or plugin) -- could you
raise a JIRA issue for this?"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.