[
https://issues.apache.org/jira/browse/FELIX-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766681#action_12766681
]
Gert Vanthienen edited comment on FELIX-1064 at 10/16/09 1:11 PM:
------------------------------------------------------------------
The new plugin goal has been added in
http://svn.apache.org/viewvc?view=revision&revision=826062
The new goal can be used by adding this plugin configuration to the build
section:
{code:xml}
<plugin>
<groupId>org.apache.felix.karaf.tooling</groupId>
<artifactId>features-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<executions>
<execution>
<id>validate</id>
<phase>process-resources</phase>
<goals>
<goal>validate</goal>
</goals>
</execution>
</executions>
</plugin>
{code}
was (Author: gertvanthienen):
The new plugin goal has been added in
http://svn.apache.org/viewvc?view=revision&revision=826062
The new goal can be used by adding this plugin configuration to the build
section:
{code:xml}
<plugin>
<groupId>org.apache.felix.karaf.tooling</groupId>
<artifactId>features-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<executions>
<execution>
<id>validate</id>
<phase>process-resources</phase>
<goals>
<goal>validate</goal>
</goals>
</execution>
</executions>
</plugin>
{code>
> New goal for the features-maven-plugin: validate a features xml file
> --------------------------------------------------------------------
>
> Key: FELIX-1064
> URL: https://issues.apache.org/jira/browse/FELIX-1064
> Project: Felix
> Issue Type: Improvement
> Components: Karaf
> Reporter: Guillaume Nodet
> Assignee: Gert Vanthienen
> Fix For: karaf-1.0.2, karaf-1.2.0
>
>
> We should add a goal to the features-maven-plugin to validate the features
> xml file:
> * do all the bundles exist?
> * are all the imports from the bundles resolved?
> Most of the code for reading manifest and looking up the bundles is already
> available in the features-maven-plugin' generate-features-xml Mojo.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.