Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gamerson/5a0ac88dc477c4816ae8 to your computer and use it in GitHub Desktop.
Save gamerson/5a0ac88dc477c4816ae8 to your computer and use it in GitHub Desktop.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.coderthoughts.test</groupId>
<artifactId>org.coderthoughts.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.5.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment