SmartBear / ready-api-plugins

ReadyAPI Plugin Development Kit
9 stars 7 forks source link

It doesn't work properly "mvn generate" #7

Open cube2002 opened 6 years ago

cube2002 commented 6 years ago

Hi, I'm trying to maven generate as below:

mvn archetype:generate -DarchetypeGroupId=com.smartbear.maven.archetypes -DarchetypeArtifactId=soapui-plugin-archetype -Dmaven.repo.remote=http://www.eviware.com/repository/maven2

Choose archetype: 1: internal -> org.apache.maven.archetypes:maven-archetype-archetype (An archetype which contains a sample archetype.) 2: internal -> org.apache.maven.archetypes:maven-archetype-j2ee-simple (An archetype which contains a simplifed sample J2EE application.) 3: internal -> org.apache.maven.archetypes:maven-archetype-plugin (An archetype which contains a sam ple Maven plugin.) 4: internal -> org.apache.maven.archetypes:maven-archetype-plugin-site (An archetype which contains a sample Maven plugin site. This archetype can be layered upon an existing Maven plugin project.) 5: internal -> org.apache.maven.archetypes:maven-archetype-portlet (An archetype which contains a sa mple JSR-268 Portlet.) 6: internal -> org.apache.maven.archetypes:maven-archetype-profiles () 7: internal -> org.apache.maven.archetypes:maven-archetype-quickstart (An archetype which contains a sample Maven project.) 8: internal -> org.apache.maven.archetypes:maven-archetype-site (An archetype which contains a sampl e Maven site which demonstrates some of the supported document types like APT, XDoc, and FML and demonstrates how to i18n your site. This archetype can be layered upon an existing Maven project.) 9: internal -> org.apache.maven.archetypes:maven-archetype-site-simple (An archetype which contains a sample Maven site.) 10: internal -> org.apache.maven.archetypes:maven-archetype-webapp (An archetype which contains a sa mple Maven Webapp project.) Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): 7:

What should I choose number?? When I choose number 7, "PluginAction.java" file is not generated.

Could you help me?

AnastasiaKhovrina commented 6 years ago

Try the following cmd instead:

mvn archetype:generate -DarchetypeGroupId=com.smartbear.maven.archetypes -DarchetypeArtifactId=soapui-plugin-archetype -DarchetypeCatalog=http://smartbearsoftware.com/repository/maven2

cube2002 commented 6 years ago

Yes, I already tried that command. But Error also occurred as below. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate (defau lt-cli) on project standalone-pom: archetypeCatalog 'http://smartbearsoftware.com/repository/maven2' is not supported anymore. Please read the plugin documentation for details. -> [Help 1]

mvn archetype:generate -DarchetypeGroupId=com.smartbear.maven.archety pes -DarchetypeArtifactId=soapui-plugin-archetype -DarchetypeCatalog=http://smartbearsoftware.com/re pository/maven2 [WARNING] [WARNING] Some problems were encountered while building the effective settings [WARNING] 'proxies.proxy.id' must be unique but found duplicate proxy with id default @ D:\DEV\apach e-maven-3.5.2\bin..\conf\settings.xml [WARNING] [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> maven-archetype-plugin:3.0.1:generate (default-cli) > generate-sources @ standalone-pom >

[INFO] [INFO] <<< maven-archetype-plugin:3.0.1:generate (default-cli) < generate-sources @ standalone-pom < << [INFO] [INFO] [INFO] --- maven-archetype-plugin:3.0.1:generate (default-cli) @ standalone-pom --- [INFO] Generating project in Interactive mode [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.925 s [INFO] Finished at: 2018-03-30T09:47:28+09:00 [INFO] Final Memory: 13M/184M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate (defau lt-cli) on project standalone-pom: archetypeCatalog 'http://smartbearsoftware.com/repository/maven2' is not supported anymore. Please read the plugin documentation for details. -> [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 arti cles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException