reopening Issue #43 - requiredProperties is not working as expected, it does not respect default value. Reverting changes to archetype-metadata.xml, use property <alfresco.edition> in each pom.xml

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@378 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
maoo
2012-04-04 16:56:48 +00:00
parent 1d8f9bf3c0
commit b74ac65a6a
7 changed files with 6 additions and 20 deletions

View File

@@ -26,7 +26,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<alfresco.version>3.4.a</alfresco.version>
<alfresco.edition>${alfresco-default-edition}</alfresco.edition>
<alfresco.edition>community</alfresco.edition>
<spring.version>3.0.0.RELEASE</spring.version>
<amp-plugin.version>3.0.3-SNAPSHOT</amp-plugin.version>
<alfresco.module.id>${project.artifactId}</alfresco.module.id>