Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 171 by
m.swe...@aca-it.be: Property alfresco.data.location should
be configurable to be an absolute path.
http://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=171
The property "alfresco.data.location" is configured as a relative path
today. By default this is "alf_data_dev". We would like to configure this
as an absolute path (e.g. "${project.basedir}/alf_data_dev}"), but this is
not possible at the moment.
This is caused by 2 flaws in the alfresco-sdk-parent-1.1.1.pom:
• The property "alfresco.db.url" is configured with the prefix "./", which
prevents us to specify our absolute path in the "alfresco.data.location"
property.
• The configuration of the "purge" profile
configures "${project.basedir}/${alfresco.data.location}" to be purged. So
no other absolute path is possible.
What version of the product are you using? On what operating system?
Maven SDK 1.1.1
Please provide any additional information below.
I propose to remove the "./" prefix from the "alfresco.db.url" property and
remove the "${project.basedir}/" prefix from the "purge" profile.
We should then set the default "alfresco.data.location" value
to "${project.basedir}/alf_data_dev".
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings