META-INF.maven.archetype-metadata.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- #%L Maven Archetype Ant-based Maven Plugin %% Copyright (C) 2012 - 2016 Günther Enthaler %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. #L% --> <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="ant-maven-plugin-archetype" xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <requiredProperties> <requiredProperty key="pluginName"> <!-- <defaultValue>Ant Touch Maven Plugin</defaultValue> --> </requiredProperty> <requiredProperty key="pluginDescription"> <!-- <defaultValue>Maven plugin using the Apache Ant Touch task to touch a given file</defaultValue> --> </requiredProperty> <requiredProperty key="goalName"> <!-- <defaultValue>touch</defaultValue> --> </requiredProperty> <requiredProperty key="goalPrefix"> <!-- <defaultValue>touch</defaultValue> --> </requiredProperty> <requiredProperty key="parameterName"> <!-- <defaultValue>file</defaultValue> --> </requiredProperty> <requiredProperty key="parameterType"> <!-- <defaultValue>java.io.File</defaultValue> --> </requiredProperty> <requiredProperty key="parameterDescription"> <!-- <defaultValue>File to be touched</defaultValue> --> </requiredProperty> <requiredProperty key="parameterExpression"> <!-- <defaultValue>file</defaultValue> --> </requiredProperty> <requiredProperty key="parameterDefaultValue"> <!-- <defaultValue>touch.txt</defaultValue> --> </requiredProperty> </requiredProperties> <fileSets> <fileSet filtered="true" encoding="UTF-8"> <directory>src/main/scripts</directory> <includes> <include>**/*.xml</include> </includes> </fileSet> <fileSet filtered="true" encoding="UTF-8"> <directory>src/it</directory> <includes> <include>**/*.xml</include> <include>**/*.properties</include> <include>**/*.groovy</include> </includes> </fileSet> <fileSet filtered="true" encoding="UTF-8"> <directory></directory> <includes> <include>*.xml</include> </includes> </fileSet> <fileSet filtered="true" encoding="UTF-8"> <directory>src/site</directory> <includes> <include>**/*.md</include> <include>*.xml</include> </includes> </fileSet> </fileSets> </archetype-descriptor>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy