diff --git a/empty-plugin/pom.xml b/empty-plugin/pom.xml index f97efe65..d0e4c24b 100644 --- a/empty-plugin/pom.xml +++ b/empty-plugin/pom.xml @@ -1,14 +1,17 @@ - + 4.0.0 + io.jenkins.archetypes archetypes-parent 1.24-SNAPSHOT + io.jenkins.archetypes empty-plugin maven-archetype + Empty Jenkins Plugin Skeleton of a Jenkins plugin with a POM and an empty source tree. @@ -57,5 +60,4 @@ - diff --git a/empty-plugin/src/main/resources/archetype-resources/pom.xml b/empty-plugin/src/main/resources/archetype-resources/pom.xml index 8ec85d0a..999deeef 100644 --- a/empty-plugin/src/main/resources/archetype-resources/pom.xml +++ b/empty-plugin/src/main/resources/archetype-resources/pom.xml @@ -1,16 +1,19 @@ 4.0.0 + org.jenkins-ci.plugins plugin 4.76 + io.jenkins.plugins ${artifactId} ${revision}${changelist} hpi + TODO Plugin #if( $hostOnJenkinsGitHub == "true" )https://github.com/jenkinsci/${project.artifactId}-plugin#end diff --git a/global-configuration/pom.xml b/global-configuration/pom.xml index 8b84257e..e3be687d 100644 --- a/global-configuration/pom.xml +++ b/global-configuration/pom.xml @@ -1,13 +1,16 @@ - + 4.0.0 + io.jenkins.archetypes archetypes-parent 1.24-SNAPSHOT + global-configuration-plugin maven-archetype + Global Configuration Jenkins Plugin Skeleton of a Jenkins plugin with a POM and an example piece of global configuration. diff --git a/global-configuration/src/main/resources/archetype-resources/pom.xml b/global-configuration/src/main/resources/archetype-resources/pom.xml index 8ec85d0a..999deeef 100644 --- a/global-configuration/src/main/resources/archetype-resources/pom.xml +++ b/global-configuration/src/main/resources/archetype-resources/pom.xml @@ -1,16 +1,19 @@ 4.0.0 + org.jenkins-ci.plugins plugin 4.76 + io.jenkins.plugins ${artifactId} ${revision}${changelist} hpi + TODO Plugin #if( $hostOnJenkinsGitHub == "true" )https://github.com/jenkinsci/${project.artifactId}-plugin#end diff --git a/hello-world/pom.xml b/hello-world/pom.xml index d90ef657..3c135f0a 100644 --- a/hello-world/pom.xml +++ b/hello-world/pom.xml @@ -1,14 +1,17 @@ - + 4.0.0 + io.jenkins.archetypes archetypes-parent 1.24-SNAPSHOT + io.jenkins.archetypes hello-world-plugin maven-archetype + Hello World Builder Jenkins Plugin Skeleton of a Jenkins plugin with a POM and an example build step. @@ -57,5 +60,4 @@ - - \ No newline at end of file + diff --git a/hello-world/src/main/resources/archetype-resources/pom.xml b/hello-world/src/main/resources/archetype-resources/pom.xml index 4d4e5d03..f65fa6ee 100644 --- a/hello-world/src/main/resources/archetype-resources/pom.xml +++ b/hello-world/src/main/resources/archetype-resources/pom.xml @@ -1,16 +1,19 @@ 4.0.0 + org.jenkins-ci.plugins plugin 4.76 + io.jenkins.plugins ${artifactId} ${revision}${changelist} hpi + TODO Plugin #if( $hostOnJenkinsGitHub == "true" )https://github.com/jenkinsci/${project.artifactId}-plugin#end diff --git a/pom.xml b/pom.xml index 7095d76e..1d541142 100644 --- a/pom.xml +++ b/pom.xml @@ -1,18 +1,22 @@ - + 4.0.0 + io.jenkins.tools central-repository-pom 1.2 + io.jenkins.archetypes archetypes-parent 1.24-SNAPSHOT pom + Jenkins Archetypes Maven archetypes of useful things you may want to create in the Jenkins project. + @@ -52,20 +56,24 @@ + empty-plugin hello-world global-configuration + scm:git:git@github.com/jenkinsci/archetypes.git scm:git:ssh://git@github.com/jenkinsci/archetypes.git HEAD https://github.com/jenkinsci/archetypes/ + 3.2.1 + @@ -102,6 +110,7 @@ +