Hi Andy, On Mon, 2019-04-15 at 07:11 -0700, Andreas Schaefer wrote: > HI Robert > > As of now it is: > > org.apache.sling:sling-project-archetype > > Going along with the other sling archetypes (taglib-archetype, > slingstarter-archertype. > > But I was thinking about something like this: > > org.apache.sling:org-apache-sling-maven-project-archetype
I would suggest not prefixing with 'org.apache.sling' since it's becoming hard to type/select when using mvn archetype:create or mvn archetype:generate. So org.apache.sling:sling-project-archetype sounds good to me. I will create this repository tomorrow unless someone objects. Thanks! Robert > > At the end I leave this up to the Sling team. > > Thanks - Andy > > > On Apr 15, 2019, at 12:33 AM, Robert Munteanu <romb...@apache.org> > > wrote: > > > > Hi Andy, > > > > What are the proposed groupId / repository name? > > > > Thanks, > > > > Robert > > > > On Fri, 2019-04-12 at 10:38 -0700, Andreas Schaefer wrote: > > > Hi > > > > > > I updated the Sling Project Archetype project inside the Sling > > > Whitebox project to Sling 11: > > > > > > https://github.com/apache/sling-whiteboard/tree/feature/sling-7276/project-archetype > > > <https://github.com/apache/sling-whiteboard/tree/feature/sling- > > > 7276/project-archetype> > > > > > > And would like to request a Sling Repository to be created by a > > > PMC. > > > > > > The Project Archetype creates a Sling Project with Packages > > > (instead > > > of Content Bundles). It has two different flavors where a bundle > > > is > > > either part of a package (core inside ui.apps) or it creates an > > > All > > > package that contains both core and ui.apps side by side. The > > > later > > > is more extensible for projects with multiple bundles and/or > > > packages. > > > In addition the archetype can either be an empty project or come > > > with > > > sample code. > > > > > > Cheers - Andreas Schaefer