<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.opengauss.plide.build</groupId>
<artifactId>GAUSS_MPP_DB_IDE</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.opengauss.mppdbide.util</artifactId>
<packaging>eclipse-plugin</packaging>
<directory>src</directory> <excludes> <exclude>**/*.java</exclude> </excludes>
</resource> </resources> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version> <configuration> <source>1.6</source> <target>1.6</target>
</configuration> </plugin> <plugin> enable the Tycho build extension <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId> <version>${tycho-version}</version>
<extensions>true</extensions> </plugin> </plugins> </build> -->
</project>