I just opened the terminal and executed the below command which will create a default project structure for Jenkins Plugin development. But I had build failure with below error message.I'm a newbie for Jenkins plugins world.
Command:
mvn hpi:create
Exception:
[ERROR] Failed to execute goal org.jenkins-ci.tools:maven-hpi-plugin:2.7:create (default-cli) on project standalone-pom: Unimplemented! [ERROR] hpi:create is obsolete.
Instead use: [ERROR] ==== [ERROR] mvn archetype:generate -Dfilter=io.jenkins.archetypes: [ERROR] ==== [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Any leads...