Files
aps-model-maven-plugin/src/it/share-models/pom.xml
2022-05-03 22:16:04 +01:00

35 lines
898 B
XML

<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>aps-model-maven-plugin-aps-info</artifactId>
<version>@pom.version@</version>
<packaging>pom</packaging>
<name>APS Share Models Plugin Tests</name>
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>aps-model-maven-plugin</artifactId>
<version>@pom.version@</version>
<executions>
<execution>
<id>share-models</id>
<phase>validate</phase>
<goals>
<goal>share-models</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>