META-INF.maven.archetype-metadata.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2013 Fabien Vauchelles (fabien_AT_vauchelles_DOT_com). This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3, 29 June 2007, of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> <archetype-descriptor 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-template" xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <fileSets> <fileSet filtered="true" packaged="true" encoding="UTF-8"> <directory>src/main/java</directory> <includes> <include>**/*.java</include> </includes> </fileSet> <fileSet filtered="true" packaged="true" encoding="UTF-8"> <directory>src/test/java</directory> <includes> <include>**/*.java</include> </includes> </fileSet> <fileSet filtered="true" encoding="UTF-8"> <directory>src/proguard</directory> <includes> <include>**/*.pro</include> </includes> </fileSet> <fileSet filtered="true" encoding="UTF-8"> <directory>src/main/resources</directory> <includes> <include>**/*.xml</include> </includes> </fileSet> <fileSet filtered="true" encoding="UTF-8"> <directory>src/test/resources</directory> <includes> <include>**/*.xml</include> </includes> </fileSet> <fileSet filtered="true" encoding="UTF-8"> <directory>conf-local</directory> <includes> <include>**/*.xml</include> </includes> </fileSet> </fileSets> <requiredProperties> <requiredProperty key="version" > <defaultValue>1.0.0-SNAPSHOT</defaultValue> </requiredProperty> <requiredProperty key="id" > <defaultValue>fabienvauchelles</defaultValue> </requiredProperty> <requiredProperty key="username" > <defaultValue>Fabien Vauchelles</defaultValue> </requiredProperty> <requiredProperty key="email" > <defaultValue>fabien_AT_vauchelles_DOT_com</defaultValue> </requiredProperty> <requiredProperty key="url" > <defaultValue>http://fabien.vauchelles.com</defaultValue> </requiredProperty> <requiredProperty key="organization" > <defaultValue>VAUSHELL</defaultValue> </requiredProperty> <requiredProperty key="organizationUrl" > <defaultValue>http://fabien.vauchelles.com</defaultValue> </requiredProperty> </requiredProperties> </archetype-descriptor>