> I'm trying to create a plug-in and started from the external-jobs plugin. > Unfortunately this had a very obsolete pom.xml so I've tried updating it > following some help given elsewhere in this group but I'm stuff no this error > when I try to run 'mvn hpi:run'
For what it’s worth, there are Maven archetypes for creating a new Jenkins plugin <https://github.com/jenkinsci/archetypes>, which will get you a relatively up-to-date pom.xml free from any historical quirks or unnecessary configuration that you might be present in the pom.xml of existing plugins. To use the archetypes, run `mvn archetype:generate -Dfilter=io.jenkins.archetypes:` (trailing colon is import) from the command line, and then follow the on-screen prompts. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/3DC89470-5B16-40BB-B124-0318D910A180%40cloudbees.com. For more options, visit https://groups.google.com/d/optout.
