From 52aac9ab2bfb9f175c90d44fe0481bf68e6ec8e3 Mon Sep 17 00:00:00 2001 From: bhagya_silva Date: Thu, 28 Aug 2014 14:45:44 +0200 Subject: [PATCH] Better naming for SDK Modules --- .../resources/archetype-resources/pom.xml | 26 +++++++++---------- .../archetype-resources/repo/pom.xml | 8 +++--- .../archetype-resources/share-amp/pom.xml | 6 ++--- .../archetype-resources/share/pom.xml | 4 +-- .../archetype-resources/solr/pom.xml | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) 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 3bad8104..34e847fb 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 @@ -4,7 +4,7 @@ ${groupId} ${artifactId} ${version} - Quickstart of Alfresco and Share with DB and runner embedded + Alfresco Repository and Share Quickstart with database and an embedded runner. This All-in-One project allows to manage all the components involved in Alfresco development (Repo, Share, Solr, AMPs) in one project pom @@ -14,18 +14,18 @@ @@alfresco.sdk.parent.version@@ - + | 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} @@ -39,10 +39,10 @@ - ${alfresco.groupId} diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/repo/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/repo/pom.xml index 9d9ba42a..dc24281b 100644 --- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/repo/pom.xml +++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/repo/pom.xml @@ -9,14 +9,14 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 ${artifactId} - Alfresco Repository and Explorer Client + Alfresco Repository and Explorer Module war - Alfresco Repository and Explorer Client, installs your AMPs in the Alfresco WAR for aggregation purposes + Alfresco Repository and Explorer Module, installs your AMPs in the Alfresco WAR for aggregation purposes ${groupId} diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share-amp/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share-amp/pom.xml index 3afad8fa..3edf8628 100644 --- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share-amp/pom.xml +++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share-amp/pom.xml @@ -3,9 +3,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 ${artifactId} - Share AMP project + Alfresco Share AMP Module amp - This is a sample Share AMP project, depended upon by the share WAR module + This is a sample Alfresco Share AMP project, depended upon by the share WAR module ${groupId} @@ -45,7 +45,7 @@ classes provided - + org.springframework.extensions.surf spring-surf-api diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share/pom.xml index 60cd1d2e..53ab9f59 100644 --- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share/pom.xml +++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share/pom.xml @@ -3,9 +3,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 ${artifactId} - Alfresco Share Client + Alfresco Share Module war - Alfresco Share Client + Alfresco Share Module ${groupId} diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/solr/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/solr/pom.xml index 876fd1ba..2fabd9cc 100644 --- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/solr/pom.xml +++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/solr/pom.xml @@ -2,7 +2,7 @@ 4.0.0 ${artifactId} - Alfresco Apache Solr customization + Alfresco Apache Solr Customization Module pom Alfresco Apache Solr Customization