cancel
Showing results for 
Search instead for 
Did you mean: 

alfresco all-in-one archetype

sravan
Champ in-the-making
Champ in-the-making
I have created a multi module project in Alfresco using All-in-one Archetype of the Maven Alfresco SDK. I have selected 1.1.1 archetype version. The project directory was build. But in that directory I couldnt find the wcmqs(Alfresco Web Quick Start) directory. Can anyone tell me where Im going wrong?
2 REPLIES 2

sujaypillai
Confirmed Champ
Confirmed Champ
The WCQMS project was removed for this issue : <a>https://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=130</a> but the informative message were not updated which is displayed on the console. So what you are seeing is a normal behaviour and your project should have following structure -
|-alfresco
|-amp      
|-runner      
|-share      
|-solr
|-pom.xml      

sravan
Champ in-the-making
Champ in-the-making
Thanks for the info….. I got the same structure as u mentioned…. actually im looking to setup a Web Content Management  development project…. Without wcmqs how to do that…. Is there any other reference? Can u explain the process