No gradle instructions?? Not being a purist or anything but many will have these instructions side by side.
Owen Rubel [email protected] On Wed, Mar 27, 2024 at 8:57 PM Mark Waite <[email protected]> wrote: > > > On Wednesday, March 27, 2024 at 9:51:51 PM UTC-6 Curtis Babbie wrote: > > Hello, > > I'm trying to start a new Jenkins plugin project and was hoping to create > an empty plugin template to which I could start my development work. I was > following the development documentation and attempted to select the > archetype: empty-plugin but it doesn't appear to work. > > Please advise any other options or recommendations > > > "It doesn't appear to work" is very difficult to diagnose. You'll need > to provide more details of what you tried to do and what were the results. > > Using Apache Maven 3.9.6 and Eclipse Temurin Java 21.0.2 I was able to > create an empty plugin by following the instructions from the Creating a > new plugin page > <https://www.jenkins.io/doc/developer/publishing/new-plugin/>. The > commands that I ran were: > > mvn archetype:generate -Dfilter=io.jenkins.archetypes:empty-plugin > > I answered the prompts as noted in the Create a plugin tutorial > <https://www.jenkins.io/doc/developer/tutorial/create/>. The resulting > plugin compiled and passed its automated tests. > > Mark Waite > > -- > 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/922724f3-1850-4985-9d9f-7aa5cd15e73dn%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/922724f3-1850-4985-9d9f-7aa5cd15e73dn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAAzevg%3DPVaP3RiAyWaM4UFGGyMmyvGZ25cby2hmU7ro2zUxb6Q%40mail.gmail.com.
