blob: bd04ad9b587ca633be5463129fd8f4c0fd1561e3 [file] [log] [blame]
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.gemini.management</groupId>
<artifactId>org.eclipse.gemini.management_parent</artifactId>
<version>1.0.4.RELEASE</version>
<relativePath>../gemini.management.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.gemini.management</artifactId>
<packaging>eclipse-plugin</packaging>
<name>Gemini Management Bundle</name>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>