On Wed, Dec 5, 2018 at 2:08 AM Jonathan Bergh <[email protected]> wrote: > I wonder if there are any Netbeans users who have tried Jenkins plugin dev > user the Stapler plugin for Netbeans.
I am the plugin maintainer. > I have installed and used the plugin successfully a while ago but am having > trouble recently with getting a new project started. > > Failed to execute goal > org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate (default-cli) > on project standalone-pom: The defined artifact is not an archetype Well the Maven command failed, but you did not quote the command or the rest of its output. May be less of a NetBeans issue than something with the Maven archetype. I am not familiar with that error message. > <activation> > <activeByDefault>true</activeByDefault> <!-- change this to false, if > you don't like to have it on per default --> > </activation> > <repositories> > <repository> > <id>repo.jenkins-ci.org</id> > <url>https://repo.jenkins-ci.org/public/</url> > </repository> BTW you do not need a profile like this. Every Jenkins plugin is supposed to declare the repository it needs. -- 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/CANfRfr30DaL%3DMW-69qJgPALEjghqWRyu-TaWv9%2BiFWGty5qSWg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
