From c625cccd3bc742f0b3c5c0329e22e4dca62cefbe Mon Sep 17 00:00:00 2001 From: mindthegab Date: Fri, 22 Aug 2014 19:08:57 -0400 Subject: [PATCH] - changed artifactId for the aggregator, lifecycle is obsolete - updated reference to documentation location for 1.x (keeping from duplication) - Updted readme with new site url --- README.md | 17 ++++++++++++++--- archetypes/alfresco-allinone-archetype/pom.xml | 2 +- archetypes/alfresco-amp-archetype/pom.xml | 2 +- archetypes/share-amp-archetype/pom.xml | 2 +- modules/alfresco-rad/pom.xml | 2 +- plugins/alfresco-maven-plugin/pom.xml | 2 +- pom.xml | 4 ++-- poms/alfresco-sdk-parent/pom.xml | 2 +- 8 files changed, 22 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 73fa1a9a..df8b8d37 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,30 @@ It is composed of: ## Resources -Full documentation is available at the [Maven Alfresco SDK site](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-lifecycle-aggregator/latest/index.html). +### Developer docs + +**SDK 2.x**: Full documentation is available at the [Maven Alfresco SDK site](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-sdk-aggregator/latest/index.html). + +**SDK 1.x**: Full documentation is available at the [Maven Alfresco SDK site](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-lifecycle-aggregator/latest/index.html). + +### Alfresco Official docs Additional documentation for Alfresco Community and Enterprise, tutorials and examples is available in the [Alfresco Docs](http://docs.alfresco.com/4.2/concepts/dev-extensions-maven-sdk-intro.html). +### Samples + Advanced sample projects are maintained by @ohej in the [Alfresco SDK Samples project](https://github.com/Alfresco/alfresco-sdk-samples/). + +### Contribute + Report issues (and contribute!) [here](https://github.com/Alfresco/alfresco-sdk/issues?milestone=1&state=open). You can also join the [Maven Alfresco list on Google Groups](https://groups.google.com/forum/#!forum/maven-alfresco). ## Maven Repositories -The Alfresco Maven SDK is released in Maven Central as of version 2.0-beta-1. The Alfresco (Community and Enterprise) artifacts are instead hosted in the [Alfresco Artifacts Repository](https://artifacts.alfresco.com/nexus/). +The Alfresco Maven SDK is released in Maven Central as of version 2.0-beta-1. Alfresco (Community and Enterprise) artifacts are instead hosted in the [Alfresco Artifacts Repository](https://artifacts.alfresco.com/nexus/). -Alfresco Community artifacts (JARs, WARs, AMPs, poms) and SDK artifacts are publicly available. +Alfresco Community artifacts (JARs, WARs, AMPs, poms) and SDK artifacts are publicly available. for Enterprise and Premiere licensed software access you need to get credential via the Alfresco Enterprise Support. See [public docs](http://docs.alfresco.com/4.2/concepts/dev-extensions-maven-sdk-tutorials-alfresco-enterprise.html) or [this KB (login required)](https://myalfresco.force.com/support/articles/en_US/Technical_Article/Where-can-I-find-the-repository-for-Enterprise-Maven-artifacts) for more details. diff --git a/archetypes/alfresco-allinone-archetype/pom.xml b/archetypes/alfresco-allinone-archetype/pom.xml index 9ff2be93..43c00474 100644 --- a/archetypes/alfresco-allinone-archetype/pom.xml +++ b/archetypes/alfresco-allinone-archetype/pom.xml @@ -10,7 +10,7 @@ org.alfresco.maven - alfresco-lifecycle-aggregator + alfresco-sdk-aggregator 2.0.0-SNAPSHOT ../../pom.xml diff --git a/archetypes/alfresco-amp-archetype/pom.xml b/archetypes/alfresco-amp-archetype/pom.xml index 2d2c184a..b643524f 100644 --- a/archetypes/alfresco-amp-archetype/pom.xml +++ b/archetypes/alfresco-amp-archetype/pom.xml @@ -11,7 +11,7 @@ org.alfresco.maven - alfresco-lifecycle-aggregator + alfresco-sdk-aggregator 2.0.0-SNAPSHOT ../../pom.xml diff --git a/archetypes/share-amp-archetype/pom.xml b/archetypes/share-amp-archetype/pom.xml index c3d0ad97..6045462d 100644 --- a/archetypes/share-amp-archetype/pom.xml +++ b/archetypes/share-amp-archetype/pom.xml @@ -11,7 +11,7 @@ org.alfresco.maven - alfresco-lifecycle-aggregator + alfresco-sdk-aggregator 2.0.0-SNAPSHOT ../../pom.xml diff --git a/modules/alfresco-rad/pom.xml b/modules/alfresco-rad/pom.xml index f58df39d..854697ef 100644 --- a/modules/alfresco-rad/pom.xml +++ b/modules/alfresco-rad/pom.xml @@ -8,7 +8,7 @@ SDK module for Rapid Deveopment support org.alfresco.maven - alfresco-lifecycle-aggregator + alfresco-sdk-aggregator 2.0.0-SNAPSHOT ../../pom.xml diff --git a/plugins/alfresco-maven-plugin/pom.xml b/plugins/alfresco-maven-plugin/pom.xml index 0176e481..3d3c92c0 100644 --- a/plugins/alfresco-maven-plugin/pom.xml +++ b/plugins/alfresco-maven-plugin/pom.xml @@ -7,7 +7,7 @@ org.alfresco.maven - alfresco-lifecycle-aggregator + alfresco-sdk-aggregator 2.0.0-SNAPSHOT ../../pom.xml diff --git a/pom.xml b/pom.xml index 5e86fadb..88fdd2c4 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.alfresco.maven - alfresco-lifecycle-aggregator + alfresco-sdk-aggregator 2.0.0-SNAPSHOT Maven Alfresco SDK This aggregator Project builds all modules required for @@ -167,7 +167,7 @@ sdk-release - https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-lifecycle-aggregator/latest + https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-sdk-aggregator/latest 2.4.2 deploy site-deploy 3.4 diff --git a/poms/alfresco-sdk-parent/pom.xml b/poms/alfresco-sdk-parent/pom.xml index 9b8bd347..f25fad2d 100644 --- a/poms/alfresco-sdk-parent/pom.xml +++ b/poms/alfresco-sdk-parent/pom.xml @@ -13,7 +13,7 @@ org.alfresco.maven - alfresco-lifecycle-aggregator + alfresco-sdk-aggregator 2.0.0-SNAPSHOT ../../pom.xml