blob: ab61bb4e43dc40195a7cbff7d8fc98abbd9f86e2 [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.mgmt</groupId>
<artifactId>org.eclipse.gemini.mgmt_parent</artifactId>
<version>1.0.0.SNAPSHOT</version>
<relativePath>../gemini.mgmt.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.gemini.mgmt</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>