|
|
|
@ -29,6 +29,30 @@ |
|
|
|
</testResource> |
|
|
|
</testResources> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.felix</groupId> |
|
|
|
<artifactId>maven-bundle-plugin</artifactId> |
|
|
|
<version>3.2.0</version> |
|
|
|
<configuration> |
|
|
|
<instructions> |
|
|
|
<Fragment-Host>com.googlecode.libphonenumber</Fragment-Host> |
|
|
|
</instructions> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
|
<version>3.0.2</version> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
|
<id>default-jar</id> |
|
|
|
<configuration> |
|
|
|
<archive> |
|
|
|
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
|
|
|
</archive> |
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
|
|