Alfresco/alfresco-sdk

Cannot create project with 'mvn archetype:generate -Dfilter=org.alfresco:'

LUOBOTOUJ opened this issue · 1 comments

image

l can not create project with maven ,I refer to the document on docx/getting-started
but error。
who can help me?
thank you

The error was due to the fact that you forgot the trailing colon:

mvn archetype:generate -Dfilter=org.alfresco

The proper syntax is:

mvn archetype:generate -Dfilter=org.alfresco: