diff options
Diffstat (limited to 'id/templates')
-rw-r--r-- | id/templates/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/id/templates/pom.xml b/id/templates/pom.xml new file mode 100644 index 000000000..b17eba962 --- /dev/null +++ b/id/templates/pom.xml @@ -0,0 +1,13 @@ +<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> + <groupId>MOA</groupId> + <artifactId>templates</artifactId> + <packaging>war</packaging> + <version>1.4.0</version> + <name>MOA Sample Templates</name> + + <build> + <finalName>moaid-templates</finalName> + </build> +</project> |