Created
February 29, 2012 05:25
-
-
Save qmx/1938150 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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