Skip to content

Commit

Permalink
added osgi bundle info
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Aug 27, 2014
1 parent 7d73179 commit 0a54ac8
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions modules/swagger-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,30 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.10</artifactId>
<version>1.3.8</version>
<version>1.3.8-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.3.8</version>
<packaging>jar</packaging>
<packaging>bundle</packaging>
<name>swagger-annotations</name>

<build>
<sourceDirectory>src/main/java</sourceDirectory>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>com.wordnik.swagger.annotations</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 0a54ac8

Please sign in to comment.