If I include this in my pom:
<executions>
<execution>
<id>validate</id>
<phase>process-resources</phase>
<goals>
<goal>features-validate-descriptor</goal>
</goals>
<configuration>
<file>target/features.xml</file>
<karafConfig>src/main/resources/config.properties</karafConfig>
</configuration>
</execution>
</executions>
I get the following error:
Could not find goal 'features-validate-descriptor' in plugin
org.apache.karaf.tooling:karaf-maven-plugin:4.0.3 among available goals
archive, assembly, commands-generate-help, features-add-to-repository,
features-export-meta-data, features-generate-descriptor, kar, verify ->
[Help 1]
--
View this message in context:
http://karaf.922171.n3.nabble.com/Beginning-with-Karaf-4-0-3-tp4043489p4043495.html
Sent from the Karaf - User mailing list archive at Nabble.com.