From b5e138bccc1e0d7308931132496df105d6039679 Mon Sep 17 00:00:00 2001 From: damonrand Date: Tue, 29 Jul 2008 15:00:39 +0000 Subject: [PATCH] See http://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=2 git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@73 04253f4f-3451-0410-a141-5562f1e59037 --- .../src/main/resources/archetype-resources/pom.xml | 2 ++ .../src/test/properties/local/application.properties | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml index 83cf835e..4947f8d9 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml @@ -69,6 +69,8 @@ --> ./alf_data_jetty alf_jetty + alfresco + alfresco error ${project.build.directory}/ diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties index de4e0a2e..7d727f4f 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more + # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 @@ -31,8 +31,8 @@ integrity.failOnError=true db.driver=org.gjt.mm.mysql.Driver db.url=jdbc:mysql://localhost/${alfresco.db.name} -db.username=alfresco -db.password=alfresco +db.username=${alfresco.db.username} +db.password=${alfresco.db.password} db.pool.initial=10 db.pool.max=100