mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
fixed issue #159 - cleanp of enterprise reference and general naming alignment. pointed to official docs where available
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@746 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
4dadee2e76
commit
c27b75f819
@ -29,10 +29,10 @@
|
|||||||
<!-- Defines the target WAR artifactId to run this amp, only used with the -Pamp-to-war switch
|
<!-- Defines the target WAR artifactId to run this amp, only used with the -Pamp-to-war switch
|
||||||
. | Allowed values: alfresco | share. Defaults to a repository AMP, but could point to your custom corporate Alfresco WAR -->
|
. | Allowed values: alfresco | share. Defaults to a repository AMP, but could point to your custom corporate Alfresco WAR -->
|
||||||
<alfresco.client.war>alfresco</alfresco.client.war>
|
<alfresco.client.war>alfresco</alfresco.client.war>
|
||||||
<!-- Defines the target WAR groupId to run this amp, only used with the -Pamp-to-war switch
|
<!-- Defines the target WAR groupId to run this amp, only used with the -Pamp-to-war profile
|
||||||
. | Could be org.alfresco | org.alfresco.enterprise or your corporate groupId -->
|
. | Could be org.alfresco or your corporate groupId -->
|
||||||
<!-- <alfresco.client.war.groupId>org.alfresco</alfresco.client.war.groupId> -->
|
<!-- <alfresco.client.war.groupId>org.alfresco</alfresco.client.war.groupId> -->
|
||||||
<!-- Defines the target WAR version to run this amp, only used with the -Pamp-to-war switch -->
|
<!-- Defines the target WAR version to run this amp, only used with the -Pamp-to-war profile -->
|
||||||
<!-- <alfresco.client.war.version>${alfresco.version}</alfresco.client.war.version> -->
|
<!-- <alfresco.client.war.version>${alfresco.version}</alfresco.client.war.version> -->
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -20,10 +20,13 @@
|
|||||||
-->
|
-->
|
||||||
<properties>
|
<properties>
|
||||||
<!--
|
<!--
|
||||||
| Defines the Alfresco GroupId \ Edition to work against. Allowed values are: org.alfresco | org.alfresco.enterprise
|
| Defines the groupId for the Alfresco Artifacts to work against. As of 4.2 the only allowed value is: org.alfresco
|
||||||
| NOTE: Please Refer to Alfresco Support for access to Enterprise artifacts -->
|
| 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. Allowed values are: org.alfresco | org.alfresco.enterprise -->
|
<!-- 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)
|
||||||
|
-->
|
||||||
<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 -->
|
||||||
<app.log.root.level>WARN</app.log.root.level>
|
<app.log.root.level>WARN</app.log.root.level>
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
<artifactId>alfresco-amp-archetype</artifactId>
|
<artifactId>alfresco-amp-archetype</artifactId>
|
||||||
|
|
||||||
<packaging>maven-archetype</packaging>
|
<packaging>maven-archetype</packaging>
|
||||||
<name>AMP Archetype from Maven Alfresco SDK</name>
|
<name>Repository AMP Archetype from Maven Alfresco SDK</name>
|
||||||
<description>Sample project with full support for lifecycle and rapid development of AMPs (Alfresco Module Packages)</description>
|
<description>Sample project with full support for lifecycle and rapid development of Repository AMPs (Alfresco Module Packages)</description>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
<groupId>${groupId}</groupId>
|
<groupId>${groupId}</groupId>
|
||||||
<artifactId>${artifactId}</artifactId>
|
<artifactId>${artifactId}</artifactId>
|
||||||
<version>${version}</version>
|
<version>${version}</version>
|
||||||
<name>${artifactId} AMP project</name>
|
<name>${artifactId} Repository AMP project</name>
|
||||||
<packaging>amp</packaging>
|
<packaging>amp</packaging>
|
||||||
<description>Manages the lifecycle of the ${artifactId} AMP (Alfresco Module Package)</description>
|
<description>Manages the lifecycle of the ${artifactId} Repository AMP (Alfresco Module Package)</description>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
@ -21,9 +21,13 @@
|
|||||||
| For more available properties see the alfresco-sdk-parent POM.
|
| For more available properties see the alfresco-sdk-parent POM.
|
||||||
-->
|
-->
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Defines the alfresco edition to compile against. Allowed values are [org.alfresco|org.alfresco.enterprise]-->
|
<!--
|
||||||
|
| 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.groupId>${alfresco_target_groupId}</alfresco.groupId>
|
<alfresco.groupId>${alfresco_target_groupId}</alfresco.groupId>
|
||||||
<!-- Defines the alfresco version to compile 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) -->
|
||||||
<alfresco.version>${alfresco_target_version}</alfresco.version>
|
<alfresco.version>${alfresco_target_version}</alfresco.version>
|
||||||
<app.log.root.level>WARN</app.log.root.level>
|
<app.log.root.level>WARN</app.log.root.level>
|
||||||
<alfresco.data.location>alf_data_dev</alfresco.data.location>
|
<alfresco.data.location>alf_data_dev</alfresco.data.location>
|
||||||
@ -31,7 +35,7 @@
|
|||||||
. | Allowed values: alfresco | share. Defaults to a repository AMP, but could point to your foundation WAR -->
|
. | Allowed values: alfresco | share. Defaults to a repository AMP, but could point to your foundation WAR -->
|
||||||
<alfresco.client.war>${alfresco_target_amp_client_war}</alfresco.client.war>
|
<alfresco.client.war>${alfresco_target_amp_client_war}</alfresco.client.war>
|
||||||
<!-- Defines the target WAR groupId to run this amp, only used with the -Pamp-to-war switch
|
<!-- Defines the target WAR groupId to run this amp, only used with the -Pamp-to-war switch
|
||||||
. | Could be org.alfresco | org.alfresco.enterprise or your corporate groupId -->
|
. | Could be org.alfresco or your corporate groupId -->
|
||||||
<alfresco.client.war.groupId>${alfresco_target_amp_client_war_groupId}</alfresco.client.war.groupId>
|
<alfresco.client.war.groupId>${alfresco_target_amp_client_war_groupId}</alfresco.client.war.groupId>
|
||||||
<!-- Defines the target WAR version to run this amp, only used with the -Pamp-to-war switch -->
|
<!-- Defines the target WAR version to run this amp, only used with the -Pamp-to-war switch -->
|
||||||
<alfresco.client.war.version>${alfresco_target_amp_client_war_version}</alfresco.client.war.version>
|
<alfresco.client.war.version>${alfresco_target_amp_client_war_version}</alfresco.client.war.version>
|
||||||
|
@ -21,9 +21,14 @@
|
|||||||
| For more available properties see the alfresco-sdk-parent POM.
|
| For more available properties see the alfresco-sdk-parent POM.
|
||||||
-->
|
-->
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Defines the alfresco edition to compile against. Allowed values are [org.alfresco|org.alfresco.enterprise]-->
|
<!--
|
||||||
<alfresco.groupId>${alfresco_target_groupId}</alfresco.groupId>
|
| Defines the groupId for the Alfresco Artifacts to work against. As of 4.2 the only allowed value is: org.alfresco
|
||||||
<!-- Defines the alfresco version to compile against -->
|
| 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>
|
||||||
|
<!-- 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)
|
||||||
|
-->
|
||||||
<alfresco.version>${alfresco_target_version}</alfresco.version>
|
<alfresco.version>${alfresco_target_version}</alfresco.version>
|
||||||
<app.log.root.level>WARN</app.log.root.level>
|
<app.log.root.level>WARN</app.log.root.level>
|
||||||
<alfresco.data.location>alf_data_dev</alfresco.data.location>
|
<alfresco.data.location>alf_data_dev</alfresco.data.location>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<artifactId>alfresco-rad</artifactId>
|
<artifactId>alfresco-rad</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>alfresco-rad</name>
|
<name>Rapid Application Development support</name>
|
||||||
<description>SDK module for Rapid Deveopment support</description>
|
<description>SDK module for Rapid Deveopment support</description>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
<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>alfresco-sdk-parent</artifactId>
|
<artifactId>alfresco-sdk-parent</artifactId>
|
||||||
<name>Alfresco Maven SDK Parent POM</name>
|
<name>Maven Alfresco SDK Parent POM</name>
|
||||||
<description>
|
<description>
|
||||||
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
|
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.
|
the alfresco.groupId and alfresco.version in your POM.
|
||||||
</description>
|
</description>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user