blob: 0234c95fce5911e0bb397fd5457c13180af36a64 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.epsilon</groupId>
<artifactId>tests</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.epsilon</groupId>
<artifactId>org.mockito_1.8.4</artifactId>
<version>1.8.4</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
<!-- Disable compilation for this plugin: we already have all the .class files -->
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<excludes><exclude>**/*.java</exclude></excludes>
<excludeResources>
<exludeResource>target/**</exludeResource>
</excludeResources>
</configuration>
</plugin>
</plugins>
</build>
</project>