Newer
Older
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Amenel Voglozin
committed
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
<modelVersion>4.0.0</modelVersion>
<parent>
<relativePath>../tycho</relativePath>
<groupId>com.vectrace.MercurialEclipse</groupId>
<artifactId>com.vectrace.MercurialEclipse.Build</artifactId>
</parent>
<!-- ArtifactID = PluginID -->
<artifactId>com.nexj.oss.MercurialEclipseMaven</artifactId>
<packaging>eclipse-plugin</packaging>
<name>MercurialEclipseMaven</name>
<description>Mercurial Eclipse Maven Plugin</description>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-versions-plugin</artifactId>
</plugin>
<!-- <plugin> -->
<!-- <groupId>org.apache.maven.plugins</groupId> -->
<!-- <artifactId>maven-checkstyle-plugin</artifactId> -->
<!-- </plugin> -->
<!-- <plugin> -->
<!-- <groupId>com.github.spotbugs</groupId> -->
<!-- <artifactId>spotbugs-maven-plugin</artifactId> -->
<!-- </plugin> -->