Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
OpenCMIS 0.7.0
-
None
-
None
-
any
Description
While releasing a simple mvn release:prepare command fails with
[INFO] Working directory: /home/gab/dev/chemistry-opencmis-trunk
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Cannot prepare the release because you have local modifications :
[chemistry-opencmis-test/chemistry-opencmis-test-client/log4j.log:unknown]
This is due to the fact that the standard build created the log4j.log in the source tree. This is error prone and against any build best practice and should be instead created in the target.
Can someone take care of this?