<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: start jboss-html5-mobile-archetype issue.   please help me
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/dgolovin">Denis Golovin</a> in <i>JBoss Tools Development</i> - <a href="https://community.jboss.org/message/832191#832191">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>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&#160; ~/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]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO]&#160; [INFO] &gt;&gt;&gt; maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom &gt;&gt;&gt;[INFO]&#160; [INFO] &lt;&lt;&lt; maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom &lt;&lt;&lt; [INFO]&#160; [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':&#160; 1.0-SNAPSHOT: :&#160;&#160; Define value for property 'package':&#160; test: :&#160; [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&#160; Y: :&#160; [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] ------------------------------------------------------------------------</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/832191#832191">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Tools Development at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2129">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>