Update README.md

This commit is contained in:
mindthegab 2015-03-18 13:06:08 -04:00
parent 28d475711e
commit 9dae6e5279

View File

@ -10,7 +10,13 @@ The SDK 2.0.0 is available in Maven Central.
You can: You can:
1. *To create a new Alfresco project*: Run a 'mvn archetype:generate -Dfilter=org.alfresco:' and use one of the available archetypes (AMP, Share AMP, All in One) 1. *To create a new Alfresco project*: Run a
```bash
mvn archetype:generate -Dfilter=org.alfresco:
```
and use one of the available archetypes (AMP, Share AMP, All in One)
2. *To use the SDK in your project:* Add the below parent reference snippet to the existing project (*NOTE*: you might need folder layout changes) to inherit features 2. *To use the SDK in your project:* Add the below parent reference snippet to the existing project (*NOTE*: you might need folder layout changes) to inherit features
3. from Alfresco SDK POM: 3. from Alfresco SDK POM: