mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -Dpackage="My-package" -DhostOnJenkinsGitHub="My-hostOnJenkinsGitHub" -DarchetypeGroupId="io.jenkins.archetypes" -DarchetypeArtifactId="hello-world-plugin" -DarchetypeVersion="1.13" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.jenkins.archetypes |
ArtifactId | ArtifactIdhello-world-plugin |
Version | Version1.13 |
Type | Typemaven-archetype |
Description |
DescriptionHello World Builder Jenkins Plugin
Skeleton of a Jenkins plugin with a POM and an example build step.
|
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.jenkins.archetypes -DarchetypeArtifactId=hello-world-plugin -DarchetypeVersion=1.13 -DinteractiveMode=false