Re: A maven archetype for apache sling cms

2019-10-04 Thread Daniel Klco
I have created a first run at a Sling CMS project archetype: https://github.com/apache/sling-org-apache-sling-app-cms/tree/master/archetype You should be able to build it with: mvn clean install And then use it with: mvn archetype:generate -DarchetypeGroupId=org.apache.sling

Re: A maven archetype for apache sling cms

2019-10-03 Thread Daniel Klco
Thanks Chris for bringing this back up. I'd meant to implement such an archetype earlier and unfortunately I got distracted. More or less, the sling-bundle-archetype or the sling-initial-content-archetype would be good starting points, but neither are quite tailored to use with Sling CMS. I'll

Re: A maven archetype for apache sling cms

2019-10-03 Thread Cris Rockwell
Hello all Stumbled upon this email chain in my own search for a maven archetype for apache sling cms. Mr. Klco has posted about such a thing… https://blogs.perficientdigital.com/2018/12/11/building-a-zero-cost-website-with-apache-sling-cms/

Re: A maven archetype for apache sling cms

2019-02-20 Thread Robert Munteanu
Hi Mahsum, On Thu, 2019-02-07 at 12:19 +, Mahsum Demir wrote: > Hi, > > I think having a Maven archetype which generates a simple sling cms > app will be useful. The generated project will include a simple page > and a component. The archetype will lessen the time needed to get up > and