blob: 696b92d205dbf4aa858d8bec5536adc783a90662 [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>
<name>Maven Integration Test :: it0068</name>
<groupId>org.apache.maven.its.it0068</groupId>
<artifactId>maven-it-it0068</artifactId>
<description>Test repository accumulation.</description>
<version>1.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-7</version>
<executions>
<execution>
<goals>
<goal>xpp3-writer</goal>
<goal>java</goal>
<goal>xpp3-reader</goal>
</goals>
<configuration>
<version>1.0.0</version>
<model>test.mdo</model>
<packageWithVersion>false</packageWithVersion>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>