Skip to content

Instantly share code, notes, and snippets.

@qmx
Created February 29, 2012 05:25
Show Gist options
  • Save qmx/1938150 to your computer and use it in GitHub Desktop.
Save qmx/1938150 to your computer and use it in GitHub Desktop.
archetype.groupId=org.jboss.as.quickstarts
archetype.artifactId=jboss-as-kitchensink-html5-mobile-archetype
archetype.version=1.0.0-SNAPSHOT
archetype.name=jboss-javaee6-html5-mobile-archetype
packageName=org.jboss.as.quickstarts.html5_mobile
name=Java EE 6 HTML5 Mobile Web Application
enterprise=false
tableSuffix=html5mobi
@balunasj
Copy link

To fix the issue here I believe we need to change packageName --> package.

The enterprise issue I believe is from the enterprise entry here. It replaced all "false" with enterprise.

This would be good to get into the /collateral repo when we're all wrapped up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment