META-INF.maven.archetype-metadata.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truezip-archetype-path
Show all versions of truezip-archetype-path
TrueZIP Path module application - requires JSE 7.
<?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (C) 2005-2015 Schlichtherle IT Services. - All rights reserved. Use is subject to license terms. --> <archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="project"> <requiredProperties> <requiredProperty key="truezip-version"> <defaultValue>${project.version}</defaultValue> </requiredProperty> <requiredProperty key="scala-version"> <defaultValue>${scala.version}</defaultValue> </requiredProperty> </requiredProperties> <fileSets> <fileSet filtered="true" packaged="true" encoding="UTF-8"> <directory>src/main/java</directory> <includes> <include>**/*.xml</include> <include>**/*.java</include> <include>**/*.scala</include> </includes> </fileSet> <fileSet filtered="false" encoding="UTF-8"> <directory/> <includes> <include>test.zip</include> </includes> </fileSet> </fileSets> </archetype-descriptor>