mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-07-31 17:39:14 +00:00
Update README.md
This commit is contained in:
21
README.md
21
README.md
@@ -4,9 +4,26 @@ SDK for Alfresco Development, Testing, packaging and custom project lifecycle ma
|
|||||||
|
|
||||||
Includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects.
|
Includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects.
|
||||||
|
|
||||||
## SDK 2.0.0 release candidate now in staging!
|
## SDK 2.0.0 available in Maven Central
|
||||||
|
|
||||||
|
The SDK 2.0.0 is available in Maven Central.
|
||||||
|
|
||||||
|
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)
|
||||||
|
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:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<parent>
|
||||||
|
<groupId>org.alfresco.maven</groupId>
|
||||||
|
<artifactId>alfresco-sdk-parent</artifactId>
|
||||||
|
<version>2.0.0</version>
|
||||||
|
</parent>
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
We are approaching the final 2.0.0 release of the SDK (compatible with Alfresco Community 5.0.c and Enterprise 5.0). If you want early access to the release candidate build and want to participate to the testing process check [this page](https://github.com/Alfresco/alfresco-sdk/wiki/SDK-Supported-Features-and-Test-plan) and report issues [here](https://github.com/Alfresco/alfresco-sdk/issues).
|
|
||||||
|
|
||||||
Once the vote is closed the SDK will be available in Maven Central.
|
Once the vote is closed the SDK will be available in Maven Central.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user