mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
issue #175 - Reverted archetype-metadata.xml to previous version; the real issue was caused by a wrong mention (in the all-in-one archetype) of a property (alfresco_target_amp_client_war) that is not needed.
The amp module now has alfresco.client.war=alfresco hardcoded in the pom.xml git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@735 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
66d30c9841
commit
49f3014c5e
@ -12,15 +12,6 @@
|
|||||||
<requiredProperty key="alfresco_target_version">
|
<requiredProperty key="alfresco_target_version">
|
||||||
<defaultValue>4.2.e</defaultValue>
|
<defaultValue>4.2.e</defaultValue>
|
||||||
</requiredProperty>
|
</requiredProperty>
|
||||||
<requiredProperty key="alfresco_target_amp_client_war">
|
|
||||||
<defaultValue>alfresco</defaultValue>
|
|
||||||
</requiredProperty>
|
|
||||||
<requiredProperty key="alfresco_target_amp_client_war_groupId">
|
|
||||||
<defaultValue>org.alfresco</defaultValue>
|
|
||||||
</requiredProperty>
|
|
||||||
<requiredProperty key="alfresco_target_amp_client_war_version">
|
|
||||||
<defaultValue>4.2.e</defaultValue>
|
|
||||||
</requiredProperty>
|
|
||||||
<requiredProperty key="package">
|
<requiredProperty key="package">
|
||||||
<defaultValue>(not used)</defaultValue>
|
<defaultValue>(not used)</defaultValue>
|
||||||
</requiredProperty>
|
</requiredProperty>
|
||||||
|
@ -12,11 +12,11 @@
|
|||||||
<version>${version}</version>
|
<version>${version}</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Following dependencies are needed for compiling Java code in src/main/java; <scope>provided</scope>
|
Following dependencies are needed for compiling Java code in src/main/java; <scope>provided</scope>
|
||||||
is inherited for each of the following; for more info, please refer to alfresco-integration-parent
|
is inherited for each of the following; for more info, please refer to alfresco-integration-parent
|
||||||
POM definition
|
POM definition
|
||||||
@TODO - document
|
@TODO - document
|
||||||
-->
|
-->
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -28,7 +28,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<!-- 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_target_amp_client_war}</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 switch
|
||||||
. | Could be org.alfresco | org.alfresco.enterprise or your corporate groupId -->
|
. | Could be org.alfresco | org.alfresco.enterprise or your corporate groupId -->
|
||||||
<!-- <alfresco.client.war.groupId>org.alfresco</alfresco.client.war.groupId> -->
|
<!-- <alfresco.client.war.groupId>org.alfresco</alfresco.client.war.groupId> -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user