[
https://issues.apache.org/jira/browse/OCM-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409313#comment-13409313
]
Ard Schrijvers commented on OCM-63:
-----------------------------------
Comment by Jukka on public list:
The best solution to the derby.log file is to add the following
configuration setting to the maven-surefire-plugin:
<configuration>
<systemProperties>
<property>
<name>derby.stream.error.file</name>
<value>target/derby.log</value>
</property>
</systemProperties>
</configuration>
That way the derby.log file goes into target/ and won't clutter the
rest of the checkout.
> Make sure derby.log ends up in target dir
> -----------------------------------------
>
> Key: OCM-63
> URL: https://issues.apache.org/jira/browse/OCM-63
> Project: Jackrabbit OCM
> Issue Type: Task
> Reporter: Ard Schrijvers
> Assignee: Ard Schrijvers
> Fix For: 2.0.1
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira