Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

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

Closed LUOBOTOUJ closed 3 years ago

LUOBOTOUJ commented 4 years ago

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

andrea-ligios commented 3 years ago

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: