diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/amp/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/amp/pom.xml
index af4de8c7..6088750f 100644
--- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/amp/pom.xml
+++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/amp/pom.xml
@@ -29,10 +29,10 @@
alfresco
-
+
-
+
diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
index 34f5912c..e552c3db 100644
--- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
@@ -20,10 +20,13 @@
-->
+ | Defines the groupId for the Alfresco Artifacts to work against. As of 4.2 the only allowed value is: org.alfresco
+ | NOTE: See http://docs.alfresco.com/4.2/concepts/dev-extensions-maven-sdk-tutorials-alfresco-enterprise.html for details
+ -->
${alfresco_target_groupId}
-
+
${alfresco_target_version}
WARN
diff --git a/archetypes/alfresco-amp-archetype/pom.xml b/archetypes/alfresco-amp-archetype/pom.xml
index d5f3be2e..2d2c184a 100644
--- a/archetypes/alfresco-amp-archetype/pom.xml
+++ b/archetypes/alfresco-amp-archetype/pom.xml
@@ -6,8 +6,8 @@
alfresco-amp-archetype
maven-archetype
- AMP Archetype from Maven Alfresco SDK
- Sample project with full support for lifecycle and rapid development of AMPs (Alfresco Module Packages)
+ Repository AMP Archetype from Maven Alfresco SDK
+ Sample project with full support for lifecycle and rapid development of Repository AMPs (Alfresco Module Packages)
org.alfresco.maven
diff --git a/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml
index 8aaefd63..ebc1ed8e 100644
--- a/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml
@@ -5,9 +5,9 @@
${groupId}
${artifactId}
${version}
- ${artifactId} AMP project
+ ${artifactId} Repository AMP project
amp
- Manages the lifecycle of the ${artifactId} AMP (Alfresco Module Package)
+ Manages the lifecycle of the ${artifactId} Repository AMP (Alfresco Module Package)
org.alfresco.maven
@@ -21,9 +21,13 @@
| For more available properties see the alfresco-sdk-parent POM.
-->
-
+
${alfresco_target_groupId}
-
+
${alfresco_target_version}
WARN
alf_data_dev
@@ -31,7 +35,7 @@
. | Allowed values: alfresco | share. Defaults to a repository AMP, but could point to your foundation WAR -->
${alfresco_target_amp_client_war}
+ . | Could be org.alfresco or your corporate groupId -->
${alfresco_target_amp_client_war_groupId}
${alfresco_target_amp_client_war_version}
diff --git a/archetypes/share-amp-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/share-amp-archetype/src/main/resources/archetype-resources/pom.xml
index 044e0649..7778b040 100644
--- a/archetypes/share-amp-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/share-amp-archetype/src/main/resources/archetype-resources/pom.xml
@@ -21,9 +21,14 @@
| For more available properties see the alfresco-sdk-parent POM.
-->
-
- ${alfresco_target_groupId}
-
+
+ ${alfresco_target_groupId}
+
${alfresco_target_version}
WARN
alf_data_dev
diff --git a/modules/alfresco-rad/pom.xml b/modules/alfresco-rad/pom.xml
index dd102eb2..f58df39d 100644
--- a/modules/alfresco-rad/pom.xml
+++ b/modules/alfresco-rad/pom.xml
@@ -4,7 +4,7 @@
alfresco-rad
jar
- alfresco-rad
+ Rapid Application Development support
SDK module for Rapid Deveopment support
org.alfresco.maven
diff --git a/poms/alfresco-sdk-parent/pom.xml b/poms/alfresco-sdk-parent/pom.xml
index 559f7179..f66a023f 100644
--- a/poms/alfresco-sdk-parent/pom.xml
+++ b/poms/alfresco-sdk-parent/pom.xml
@@ -2,9 +2,9 @@
4.0.0
alfresco-sdk-parent
- Alfresco Maven SDK Parent POM
+ Maven Alfresco SDK Parent POM
- The Alfresco Maven SDK Parent POM exposes the developer features of the Maven Alfresco SDK.
+ The Maven Alfresco SDK Parent POM exposes the developer features of the Maven Alfresco SDK.
Declare this POM as parent for your project and select the Alfresco version/edition by defining
the alfresco.groupId and alfresco.version in your POM.