maven/maven-model/pom.xml

26 lines
636 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>maven</groupId>
<artifactId>maven-component</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<name>Maven Model</name>
<groupId>maven</groupId>
<artifactId>maven-model</artifactId>
<version>2.0-SNAPSHOT</version>
<description>Maven Model</description>
<shortDescription>Maven Model</shortDescription>
<plugins>
<plugin>
<id>modello</id>
<configuration>
<model>maven.mdo</model>
<version>4.0.0</version>
</configuration>
</plugin>
</plugins>
</project>