You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by ozzyoli <oz...@gmail.com> on 2014/04/23 17:13:43 UTC

Can you set the features name using features:generate-features-xml ?

When I generate my XML features repo using the maven plugin
features:generate-features-xml it is not obvious how to set a name for the
repo e.g. to ${project.artifactId}

<?xml version="1.0" encoding="UTF-8"?>
<features name="${project.artifactId}">
 <feature  name='oink-core'  version='0.2-SNAPSHOT'   > 
    <bundle>...</bundle>
 </feature>
</features>

Is it possible at all?

At the moment it just produces:

<?xml version="1.0" encoding="UTF-8"?>
<features>
 <feature  name='oink-core'  version='0.2-SNAPSHOT'   > 
    <bundle>...</bundle>
 </feature>
</features>




--
View this message in context: http://karaf.922171.n3.nabble.com/Can-you-set-the-features-name-using-features-generate-features-xml-tp4032936.html
Sent from the Karaf - User mailing list archive at Nabble.com.