[
https://issues.apache.org/jira/browse/OAK-4136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Sedding updated OAK-4136:
--------------------------------
Attachment: derby-log-in-target-folder.patch
Attached is a patch that redirects the derby.log file to the target folder (see
the changes in oak-parent/pom.xml). The other changes remove individual places
where the same issue was fixed ad-hoc and the rat exclusions added in this
ticket.
[~edivad] you mentioned in OAK-4148 that you intended to move the log files.
I ran {{mvn clean install -P release}} with the patch applied and it passed.
The following {{derby.log}} files were created.
{noformat}
$ find . -name derby.log
./oak-core/target/derby.log
./oak-upgrade/target/derby.log
{noformat}
> release profile in maven
> ------------------------
>
> Key: OAK-4136
> URL: https://issues.apache.org/jira/browse/OAK-4136
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Reporter: Davide Giannella
> Assignee: Davide Giannella
> Labels: candidate_oak_1_0, candidate_oak_1_2, candidate_oak_1_4
> Fix For: 1.6, 1.5.1
>
> Attachments: derby-log-in-target-folder.patch
>
>
> Create a maven profile (ie {{-Prelease}}) which will take care of
> enabling all the required profiles as well as injecting the right
> maven variables.
> So far
> {noformat:title=profiles to be activated}
> pedantic
> integrationTesting
> unittesting
> rdb-derby
> {noformat}
> {noformat:title=variables to be injected}
> nsfixtures=
> rdb.jdbc-url=jdbc:derby:foo;create=true
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)