On Wed, Dec 5, 2018 at 2:08 AM Jonathan Bergh <
bergh.j...@gmail.com> 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.