Community
Participate
Working Groups
Build Identifier: 7.5.0-SNAPSHOT In the interest of growing the new catalog of archetypes add an archetype based on the file server example in the embedding Jetty tutorial. Reproducible: Always Steps to Reproduce: 1.Tutorial, but no archetype exists 2. 3.
Created attachment 200941 [details] Patch to add the new archetype This patch adds the file server archetype. It also corrects some things on the existing assembler archetype that I discovered while creating the new one.
A little more detail on the patch: The patch adds a fileserver archetype. I also modified the assembler archetype to match the new one: - changed the Jetty version to be a hard default in the archetype-metadata - remove duplicate compiler plugin declaration and add a source encoding to clean up build warnings - added the servlet-api dependency because I figure this is going to be required for almost any app created with the assembler archetype
thanks john! I'll get this in today cheers!
applied, thanks john!