Posts

Showing posts with the label archetype

Using Maven to create App Engine Endpoints project via archetype generation

Using Maven to create App Engine Endpoints project via archetype generation Step 1: launch your console or terminal, and navigate to the folder where you want to create your appengine endpoints project. Step 2: Now launch maven to generate archetype (if you are on Windows the console warns "mvn" is not a command, it is because you have not installed and add maven to the system path, follow this link to setup the maven environment: http://czcodezone.blogspot.sg/2014/09/setup-maven-on-windows.html) $mvn archetype:generate   Step 3: Use "appengine" as filter $appengine  This will list 3 archetypes. Step 4: Now use "endpoints" as the filter $endpoints  This will list 2 archetypes. Step 5: Now enter "2" to select the second archetype (which is a hello-world endpoints project). $2 This will list 3 versions of the archetype 2. Step 6: Now enter "3" to select the latest version of the archetype 2. $3   Step 7: Now maven will ask the "group...