blob: 5ba7630cd526aa8dae0e39e1520250e1b64d39ea [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>
<groupId>org.apache.maven.its.mng5445</groupId>
<artifactId>mng5445-it</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Test StringSearchModelInterpolator with path-based properties</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<myDirectory>${project.build.sourceDirectory}/foo</myDirectory>
</properties>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-model-interpolation</artifactId>
<version>2.1-SNAPSHOT</version>
<executions>
<execution>
<goals>
<goal>path-interpolation</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>