DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

Merge application.properties and alfresco-global.properties #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. At the moment the archetype uses the
src/main/properties/<env>/application.properties as main configuration file
for the webapp
2. Since 3.2 Alfresco introduced alfresco-global.properties (see
src/main/resources/alfresco-global.properties) of the generated
maven-alfresco-extension-archetype for a customizable version of it
3. We need to align this 2 mechanisms

What is the expected result? 
Having only one runtime properties configuration mechanism which maximizes
the usage of Alfresco standard functionalities.

Solution?
Just move the alfresco-global.properties to src/main/properties/<env>
(making it environment switchable) and remove unnecessary spring property
beans from default sample *-context.xml in
src/main/resources/archetype-resources/src/main/resources/alfresco/extension

Original issue reported on code.google.com by colum...@gmail.com on 9 Dec 2009 at 4:32

GoogleCodeExporter commented 9 years ago
THIS HAS TO BE DONE :)

Original comment by colum...@gmail.com on 4 Aug 2011 at 1:21

GoogleCodeExporter commented 9 years ago

Original comment by carlo.sciolla on 4 Aug 2011 at 3:09

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed as per r327

Original comment by carlo.sciolla on 4 Aug 2011 at 4:53