Re: filtering on io.jenkins does not find any archetype causing inability to create a new plugin

2018-12-22 Thread Daniel Beck
Weird, works for me, even on a new user account without ~/.m2 directory. Did you previously configure Maven's settings.xml, and that might interfere here? If you're unsure, rename the file ~.m2/settings.xml to anything else (IOW, remove it but keep a backup), and try again. > On 21. Dec 2018,

filtering on io.jenkins does not find any archetype causing inability to create a new plugin

2018-12-21 Thread Bassam Khouri
Hi, I'm a complete newbie to Jenkins plugin development, and I'm attempting to create a new plugin. I'm following the instructions here: https://jenkins.io/doc/developer/tutorial/prepare/ I have the following java and maven versions installed $ java -version java version "1.8.0_144"