1 Reply Latest reply on Aug 9, 2013 7:51 PM by dgolovin

    start jboss-html5-mobile-archetype issue.   please help me

    zhuzhengwen1983

      I should to set .m2/settinng.xml??? How to config it???

       

       

      admin1@admin-ubuntu1:~/jbossHTML5$ mvn archetype:generate -DarchetypeArtifactId=jboss-html5-mobile-archetype -DarchetypeGroupId=org.jboss.aerogear.archetypes -DarchetypeVersion=7.1.3.CR6

      [INFO] Scanning for projects...

      Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.3/maven-clean-plugin-2.3.pom

      [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-clean-plugin:2.3: Plugin org.apache.maven.plugins:maven-clean-plugin:2.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.3

      Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom

      [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.3: Plugin org.apache.maven.plugins:maven-install-plugin:2.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.3

      Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom

      [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7

      Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.pom

      [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.0: Plugin org.apache.maven.plugins:maven-site-plugin:3.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-site-plugin:jar:3.0

      Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom

      [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3

      Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom

      [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5

      Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.pom

      [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.1: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:2.1

      Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.pom

      [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.0: Plugin org.apache.maven.plugins:maven-release-plugin:2.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-release-plugin:jar:2.0

      Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml

      Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml

      [WARNING] Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to central (http://repo.maven.apache.org/maven2): repo.maven.apache.org

      [WARNING] Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to central (http://repo.maven.apache.org/maven2): repo.maven.apache.org

      [WARNING] Failure to transfer org.apache.maven.plugins/maven-metadata.xml from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to central (http://repo.maven.apache.org/maven2): repo.maven.apache.org

      [WARNING] Failure to transfer org.codehaus.mojo/maven-metadata.xml from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to central (http://repo.maven.apache.org/maven2): repo.maven.apache.org

      [INFO] ------------------------------------------------------------------------

      [INFO] BUILD FAILURE

      [INFO] ------------------------------------------------------------------------

      [INFO] Total time: 41.774s

      [INFO] Finished at: Fri Aug 09 07:40:49 CST 2013

      [INFO] Final Memory: 2M/15M

      [INFO] ------------------------------------------------------------------------

      [ERROR] No plugin found for prefix 'archetype' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/admin1/.m2/repository), central (http://repo.maven.apache.org/maven2)] -> [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/NoPluginFoundForPrefixException

      Screenshot from 2013-08-09 07:35:05.png

        • 1. Re: start jboss-html5-mobile-archetype issue.   please help me
          dgolovin

          Looks like default maven repository is not accessible from your workstation. Command you use should work OOTB. Check what you have in ~/.m2/settings.xml, it is used by default.

           

          It works for me with new local repo location configured with -Dmaven.repo.local=.m2 

           

          ~/Temp/testarhetype$ mvn archetype:generate -DarchetypeArtifactId=jboss-html5-mobile-archetype -DarchetypeGroupId=org.jboss.aerogear.archetypes -DarchetypeVersion=7.1.3.CR6 -Dmaven.repo.local=.m2

          [INFO] Scanning for projects...

          [INFO]                                                                        

          [INFO] ------------------------------------------------------------------------

          [INFO] Building Maven Stub Project (No POM) 1

          [INFO] ------------------------------------------------------------------------

          [INFO]

          [INFO] >>> maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom >>>

          [INFO]

          [INFO] <<< maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom <<<

          [INFO]

          [INFO] --- maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom ---

          [INFO] Generating project in Interactive mode

          [INFO] Archetype repository missing. Using the one from [org.jboss.aerogear.archetypes:jboss-html5-mobile-archetype:7.1.3.CR9] found in catalog remote

          Define value for property 'groupId': : test

          Define value for property 'artifactId': : testartifact

          Define value for property 'version':  1.0-SNAPSHOT: : 

          Define value for property 'package':  test: :

          [INFO] Using property: enterprise = false

          [INFO] Using property: jboss-bom-enterprise-version = 1.0.4.Final-redhat-wfk-1

          [INFO] Using property: name = Java EE 6 HTML5 Mobile Web Application

          [INFO] Using property: tableSuffix = html5mobi

          Confirm properties configuration:

          groupId: test

          artifactId: testartifact

          version: 1.0-SNAPSHOT

          package: test

          enterprise: false

          jboss-bom-enterprise-version: 1.0.4.Final-redhat-wfk-1

          name: Java EE 6 HTML5 Mobile Web Application

          tableSuffix: html5mobi

          Y: :

          [INFO] ----------------------------------------------------------------------------

          [INFO] Using following parameters for creating project from Archetype: jboss-html5-mobile-archetype:7.1.3.CR6

          [INFO] ----------------------------------------------------------------------------

          [INFO] Parameter: groupId, Value: test

          [INFO] Parameter: artifactId, Value: testartifact

          [INFO] Parameter: version, Value: 1.0-SNAPSHOT

          [INFO] Parameter: package, Value: test

          [INFO] Parameter: packageInPathFormat, Value: test

          [INFO] Parameter: package, Value: test

          [INFO] Parameter: version, Value: 1.0-SNAPSHOT

          [INFO] Parameter: tableSuffix, Value: html5mobi

          [INFO] Parameter: name, Value: Java EE 6 HTML5 Mobile Web Application

          [INFO] Parameter: groupId, Value: test

          [INFO] Parameter: jboss-bom-enterprise-version, Value: 1.0.4.Final-redhat-wfk-1

          [INFO] Parameter: artifactId, Value: testartifact

          [INFO] Parameter: enterprise, Value: false

          [INFO] project created from Archetype in dir: /home/eskimo/Temp/testarhetype/testartifact

          [INFO] ------------------------------------------------------------------------

          [INFO] BUILD SUCCESS

          [INFO] ------------------------------------------------------------------------

          [INFO] Total time: 1:39.184s

          [INFO] Finished at: Fri Aug 09 16:41:37 PDT 2013

          [INFO] Final Memory: 11M/361M

          [INFO] ------------------------------------------------------------------------