Why does integration directory appear in working directory?
A common symptom of this problem is that integration directory is created in working directory although you have specified different path in your changelogic-personal.properties file. The solution is to use forward slashes (/) or double backslashes (\\) in path. This situation is caused by conventions of a “.properties” file as described in the API of java.util.Properties class.