blob: 158b174b0121a0dc02073946e3cefd918f73de23 [file] [log] [blame]
<?xml version="1.0"?>
<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>
<groupId>org.apache.maven.its.it0129</groupId>
<artifactId>it0129-plugin-runner</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<name>it0129 - plugin runner</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.its.it0129</groupId>
<artifactId>it0129-plugin</artifactId>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.its.it0129</groupId>
<artifactId>it0129-extension</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>