]> git.argeo.org Git - gpl/argeo-slc.git/blob - archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/pom.xml
Remove hard coded plugin ID
[gpl/argeo-slc.git] / archetypes / org.argeo.slc.executionmodule / src / main / resources / archetype-resources / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>lib</artifactId>
7 <version>${version}</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>${groupId}</groupId>
11 <artifactId>${artifactId}</artifactId>
12 <name>(Generated SLC Execution Module Template)</name>
13 </project>