This commit is contained in:
Martin Bergljung 2015-03-24 14:24:26 +00:00
commit a04ef8ad72

View File

@ -6,9 +6,7 @@ Includes support for rapid and standard development, testing, packaging, version
## SDK 2.0.0 available in Maven Central ## SDK 2.0.0 available in Maven Central
The SDK 2.0.0 is available in Maven Central. The SDK 2.0.0 is finally [released in Maven Central](http://search.maven.org/#search|ga|1|alfresco%20sdk).
You can:
- *To create a new Alfresco project*: Run a - *To create a new Alfresco project*: Run a
@ -28,12 +26,21 @@ and use one of the available archetypes (AMP, Share AMP, All in One)
</parent> </parent>
``` ```
## Resources
### Alfresco Official Docs
- Documentation for the SDK on Alfresco Community (latest) is available [here](http://docs.alfresco.com/community/concepts/alfresco-sdk-intro.html)
- Documentation for the SDK on Alfresco Enterprise (5.0) is available [here](http://docs.alfresco.com/5.0/concepts/alfresco-sdk-intro.html)
### Developer Documentation
**SDK 2.x**: Full developer (Maven) documentation is available at the [Alfresco SDK site](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-sdk-aggregator/latest/index.html).
Once the vote is closed the SDK will be available in Maven Central. # Check the SDK in action!
# Check the SDK out!
For an overview of the SDK potential check out this video: For an overview of the SDK potential check out this video:
@ -49,15 +56,6 @@ The SDK is composed of:
2. [Alfresco Share AMP Archetype](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-lifecycle-aggregator/latest/archetypes/share-amp-archetype/index.html) 2. [Alfresco Share AMP Archetype](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-lifecycle-aggregator/latest/archetypes/share-amp-archetype/index.html)
3. [Alfresco All-in-One Archetype](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-lifecycle-aggregator/latest/archetypes/alfresco-allinone-archetype/index.html) 3. [Alfresco All-in-One Archetype](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-lifecycle-aggregator/latest/archetypes/alfresco-allinone-archetype/index.html)
## Resources
### Developer Documentation
**SDK 2.x**: Full documentation is available at the [Alfresco SDK site](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-sdk-aggregator/latest/index.html).
### Alfresco Official Documentation
Additional documentation for Alfresco Community and Enterprise, tutorials and examples is available in the [Alfresco Documentation](http://docs.alfresco.com/community/concepts/alfresco-sdk-intro.html).
### Samples ### Samples