mmoser18
5 years agoFrequent Contributor
Trying to create me a SOAP-UI plugin - archetype-catalog missing :-(
I would like to program me a SOAP-UI plugin. To do so I started following the tutorial at https://www.soapui.org/extension-plugins/developing-plugins/plugin-development/#1-3-Creating-a-simple-search-plugin. Unfortunately with that I am failing already in the very first step, namely to use maven to create me a basic plugin project:
Running the described command
mvn archetype:generate -DarchetypeGroupId=com.smartbear.maven.archetypes -DarchetypeArtifactId=soapui-plugin-archetype -DarchetypeCatalog=http://www.eviware.com/repository/maven2
at first looks fine and start downloading a LOT but then ends in:
...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate (default-cli) on project standalone-pom: archetypeCatalog 'http://www.eviware.com/repository/maven2' is not supported anymore. Please read the plugin documentation for details. -> [Help 1]
Where is that archetypeCatalog gone? Or what's else is the current best-practice to create such a plugin?
Michael