[ https://issues.apache.org/jira/browse/KARAF-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918824#action_12918824 ]
Ćukasz Dywicki commented on KARAF-209: -------------------------------------- On github Karaf fork I've created extension wchich allows using static manifest entries to add additional info: http://github.com/splatch/karaf/commit/45ab791bcd00498e4f6ef1e2bcf26dc7749334eb Extension uses Karaf-Info manifest entry to create InfoProvider with given data. Manifest entry format is: category;(item=value);(item=value)..., for example: Camel;Version=2.2.0;Release-date=10/10/2010 will add following info entry: {code} Camel Version 2.2.0 Release-date 10/10/2010 {code} > Allow the info command to display custom information such as Apache > ServiceMix version number > --------------------------------------------------------------------------------------------- > > Key: KARAF-209 > URL: https://issues.apache.org/jira/browse/KARAF-209 > Project: Karaf > Issue Type: New Feature > Components: console > Affects Versions: 2.0.0 > Reporter: Claus Ibsen > Assignee: Ioannis Canellos > Priority: Minor > Fix For: 2.2.0 > > > The info command lists nice basic information about the OS, JVM, Karaf etc. > All important information for support etc. > But when using Apache ServiceMix it does not display information about > ServiceMix, which would be nice to display SMX version number etc. > And for companies distributing ServiceMix under their own label, it would be > nice for them to add custom information / version as well. > Maybe allow it to load some fixed information from a etc or properties file > so custom/fixed information can be displayed. Kinda like a header to the info > command. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.