Configured Maven JAR plugin to package the Bundlor generated MANIFEST.MF.

This commit is contained in:
Oliver Gierke
2011-03-29 08:48:58 +02:00
parent c05bedce17
commit 95ff87e959

View File

@@ -286,6 +286,14 @@
<showDeprecation>false</showDeprecation>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<useDefaultManifestFile>true</useDefaultManifestFile>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>