blob: fbddca1fb4b0a99825e4ecd27ca139bb67be8a6d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2011, Cedric Brun <cedric.brun@obeo.fr>
-->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.emf.ecoretools</groupId>
<artifactId>emf.ecoretools-parent</artifactId>
<version>3.3.2-SNAPSHOT</version>
<relativePath>../org.eclipse.emf.ecoretools.build</relativePath>
</parent>
<artifactId>org.eclipse.emf.ecoretools.design.properties</artifactId>
<packaging>eclipse-plugin</packaging>
<build>
<!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
<resources>
<resource>
<directory>src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>