mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-09-17 14:21:45 +00:00
Issue 1.
Set alfresco.log to appear in the root by default because ${project.build.directory} is not a valid log4j path in Windows git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes@78 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
<alfresco.db.username>alfresco</alfresco.db.username>
|
<alfresco.db.username>alfresco</alfresco.db.username>
|
||||||
<alfresco.db.password>alfresco</alfresco.db.password>
|
<alfresco.db.password>alfresco</alfresco.db.password>
|
||||||
<webapp.log.level>error</webapp.log.level>
|
<webapp.log.level>error</webapp.log.level>
|
||||||
<webapp.log.dir>${project.build.directory}/</webapp.log.dir>
|
<webapp.log.dir></webapp.log.dir>
|
||||||
<!-- End of testing webapp specific properties -->
|
<!-- End of testing webapp specific properties -->
|
||||||
<!-- Module specific build time properties -->
|
<!-- Module specific build time properties -->
|
||||||
<module.log.level>debug</module.log.level>
|
<module.log.level>debug</module.log.level>
|
||||||
|
@@ -66,7 +66,7 @@
|
|||||||
-->
|
-->
|
||||||
<alfresco.data.location>./alf_data_jetty</alfresco.data.location>
|
<alfresco.data.location>./alf_data_jetty</alfresco.data.location>
|
||||||
<alfresco.db.name>alf_jetty</alfresco.db.name>
|
<alfresco.db.name>alf_jetty</alfresco.db.name>
|
||||||
<log.dir>${project.build.directory}/</log.dir>
|
<log.dir></log.dir>
|
||||||
<!-- Uncomment this property together with the <scm> section downwards
|
<!-- Uncomment this property together with the <scm> section downwards
|
||||||
<svn.url>
|
<svn.url>
|
||||||
https://mycompany.com/repos/my-test-project
|
https://mycompany.com/repos/my-test-project
|
||||||
|
Reference in New Issue
Block a user