diff options
Diffstat (limited to 'skin/pom.xml')
-rw-r--r-- | skin/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/skin/pom.xml b/skin/pom.xml new file mode 100644 index 000000000..d246c5bce --- /dev/null +++ b/skin/pom.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>archiva</artifactId> + <groupId>org.apache.archiva</groupId> + <version>1.4-SNAPSHOT</version> + </parent> + <artifactId>skin</artifactId> + <name>Archiva Documentation Skin</name> +</project> |