It's probably a junit test that doesn't explicitly create its log in ./target/ so it ends up in the current dir...
Sent from my iPhone > On 2014/09/11, at 8:30, Gary Gregory <[email protected]> wrote: > > Lots of tests create lots of files, this must be an omission. It should also > be cleaned up. We have code for that too. > > G > >> On Wed, Sep 10, 2014 at 7:03 PM, Remko Popma <[email protected]> wrote: >> One of the tests keeps creating a file LOG4J2-807.log in log4j-core/ during >> the build. >> Can this file be created in log4j-core/target instead? > > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > JUnit in Action, Second Edition > Spring Batch in Action > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory
