Better naming for SDK Modules

This commit is contained in:
bhagya_silva 2014-08-28 14:45:44 +02:00
parent a7b553866f
commit 52aac9ab2b
5 changed files with 23 additions and 23 deletions

View File

@ -4,7 +4,7 @@
<groupId>${groupId}</groupId> <groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId> <artifactId>${artifactId}</artifactId>
<version>${version}</version> <version>${version}</version>
<name>Quickstart of Alfresco and Share with DB and runner embedded</name> <name>Alfresco Repository and Share Quickstart with database and an embedded runner.</name>
<description>This All-in-One project allows to manage all the components involved in Alfresco development (Repo, Share, Solr, AMPs) in one project</description> <description>This All-in-One project allows to manage all the components involved in Alfresco development (Repo, Share, Solr, AMPs) in one project</description>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -14,18 +14,18 @@
<version>@@alfresco.sdk.parent.version@@</version> <version>@@alfresco.sdk.parent.version@@</version>
</parent> </parent>
<!-- <!--
| SDK properties have sensible defaults in the SDK parent, but you can override the properties below to use another version. | SDK properties have sensible defaults in the SDK parent, but you can override the properties below to use another version.
| For more available properties see the alfresco-sdk-parent POM. | For more available properties see the alfresco-sdk-parent POM.
--> -->
<properties> <properties>
<!-- <!--
| Defines the groupId for the Alfresco Artifacts to work against. As of 4.2 the only allowed value is: org.alfresco | 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 | NOTE: See http://docs.alfresco.com/4.2/concepts/dev-extensions-maven-sdk-tutorials-alfresco-enterprise.html for details
--> -->
<alfresco.groupId>${alfresco_target_groupId}</alfresco.groupId> <alfresco.groupId>${alfresco_target_groupId}</alfresco.groupId>
<!-- Defines the Alfresco version to work against. <!-- Defines the Alfresco version to work against.
Community versions are typically identified by major.minor.character (4.2.a) while Enterprise versions are identified by major.minor.digit (4.2.0) Community versions are typically identified by major.minor.character (4.2.a) while Enterprise versions are identified by major.minor.digit (4.2.0)
--> -->
<alfresco.version>${alfresco_target_version}</alfresco.version> <alfresco.version>${alfresco_target_version}</alfresco.version>
<!-- This control the root logging level for all apps --> <!-- This control the root logging level for all apps -->
@ -39,10 +39,10 @@
<!-- Here we realize the connection with the Alfresco selected platform (e.g.version and edition) --> <!-- Here we realize the connection with the Alfresco selected platform (e.g.version and edition) -->
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<!-- This will import the dependencyManagement for all artifacts in the selected Alfresco plaftorm <!-- This will import the dependencyManagement for all artifacts in the selected Alfresco plaftorm
(see http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies) (see http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies)
NOTE: You still need to define dependencies in your POM, but you can omit version as it's enforced by this dependencyManagement. NOTE: You still need to define dependencies in your POM, but you can omit version as it's enforced by this dependencyManagement.
NOTE: It defaults to the latest version this SDK pom has been tested with, but alfresco version can/should be overridden in your project's pom NOTE: It defaults to the latest version this SDK pom has been tested with, but alfresco version can/should be overridden in your project's pom
--> -->
<dependency> <dependency>
<groupId>${alfresco.groupId}</groupId> <groupId>${alfresco.groupId}</groupId>

View File

@ -9,14 +9,14 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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 OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. --> language governing permissions and limitations under the License. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>${artifactId}</artifactId> <artifactId>${artifactId}</artifactId>
<name>Alfresco Repository and Explorer Client</name> <name>Alfresco Repository and Explorer Module</name>
<packaging>war</packaging> <packaging>war</packaging>
<description>Alfresco Repository and Explorer Client, installs your AMPs in the Alfresco WAR for aggregation purposes</description> <description>Alfresco Repository and Explorer Module, installs your AMPs in the Alfresco WAR for aggregation purposes</description>
<parent> <parent>
<groupId>${groupId}</groupId> <groupId>${groupId}</groupId>

View File

@ -3,9 +3,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>${artifactId}</artifactId> <artifactId>${artifactId}</artifactId>
<name>Share AMP project</name> <name>Alfresco Share AMP Module</name>
<packaging>amp</packaging> <packaging>amp</packaging>
<description>This is a sample Share AMP project, depended upon by the share WAR module</description> <description>This is a sample Alfresco Share AMP project, depended upon by the share WAR module</description>
<parent> <parent>
<groupId>${groupId}</groupId> <groupId>${groupId}</groupId>
@ -45,7 +45,7 @@
<classifier>classes</classifier> <classifier>classes</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.extensions.surf</groupId> <groupId>org.springframework.extensions.surf</groupId>
<artifactId>spring-surf-api</artifactId> <artifactId>spring-surf-api</artifactId>

View File

@ -3,9 +3,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>${artifactId}</artifactId> <artifactId>${artifactId}</artifactId>
<name>Alfresco Share Client</name> <name>Alfresco Share Module</name>
<packaging>war</packaging> <packaging>war</packaging>
<description>Alfresco Share Client</description> <description>Alfresco Share Module</description>
<parent> <parent>
<groupId>${groupId}</groupId> <groupId>${groupId}</groupId>

View File

@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>${artifactId}</artifactId> <artifactId>${artifactId}</artifactId>
<name>Alfresco Apache Solr customization</name> <name>Alfresco Apache Solr Customization Module</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>Alfresco Apache Solr Customization</description> <description>Alfresco Apache Solr Customization</description>