blob: 189a99b0bf8afbc53a99e17bdfc30c22d2a6eb96 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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.mng3746</groupId>
<artifactId>project</artifactId>
<version>1</version>
<packaging>pom</packaging>
<properties>
<java.version>overridden</java.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.its.mng3746</groupId>
<artifactId>mavenit-mng3746-plugin</artifactId>
<version>1</version>
<executions>
<execution>
<id>test</id>
<phase>validate</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<check>${java.version}</check>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>