Skip to content

Commit

Permalink
mvn: Creates a bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Mar 29, 2019
1 parent 9c4e610 commit 3a9823c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<artifactId>jitsi-utils</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>jitsi-utils</name>
<url>https://github.com/jitsi/jitsi-utils</url>
Expand Down Expand Up @@ -61,6 +62,12 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.0.1</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 3a9823c

Please sign in to comment.