Skip to content

Instantly share code, notes, and snippets.

@rmannibucau
Created January 30, 2012 21:25
Show Gist options
  • Save rmannibucau/1706808 to your computer and use it in GitHub Desktop.
Save rmannibucau/1706808 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
<version>3.0.0-SNAPSHOT</version>
<configuration>
</configuration>
<executions>
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>features-generate-descriptor</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment