blob: 6e00d9c0d2e6ce75add709492e963e94bbf07353 [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>
<artifactId>org.eclipse.skills.dependencies.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<parent>
<groupId>org.eclipse.skills</groupId>
<artifactId>org.eclipse.skills.tests</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<excludes>
<exclude>**/BrokerEventDependencyTest*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>