blob: bf611e718c00a7e95922f487b096a3bffcbe7ead [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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.it0116</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<profiles>
<profile>
<id>bogus-profile</id>
<activation>
<os>
<family>bogus-family</family>
</os>
</activation>
<properties>
<name>value</name>
</properties>
</profile>
</profiles>
</project>