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 global-configuration-plugin
Show all versions of global-configuration-plugin
Skeleton of a Jenkins plugin with a POM and an example piece of global configuration.
<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="Global Configuration Jenkins plugin"> <requiredProperties> <requiredProperty key="groupId"> <defaultValue>unused</defaultValue> </requiredProperty> <requiredProperty key="package"> <defaultValue>io.jenkins.plugins.sample</defaultValue> </requiredProperty> </requiredProperties> <fileSets> <fileSet filtered="true"> <directory>.</directory> <includes> <include>pom.xml</include> </includes> </fileSet> <fileSet> <directory>src/main/resources</directory> <includes> <include>index.jelly</include> </includes> </fileSet> <fileSet filtered="true" packaged="true"> <directory>src/main/resources</directory> <excludes> <exclude>index.jelly</exclude> </excludes> </fileSet> <fileSet filtered="true" packaged="true"> <directory>src/main/java</directory> </fileSet> <fileSet filtered="true" packaged="true"> <directory>src/test/java</directory> </fileSet> </fileSets> </archetype-descriptor>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy