Try resolve regular build errors caused by IOException

The exception happens at tear down where we try to delete all files. One
reason could be that the file doesn't exist anymore. Thus, we try to add
the flag SKIP_MISSING when recursively deleting files.

java.io.IOException: Could not delete file
/jobs/genie.papyrus/Papyrus-Compare-Oxygen-Nightly/workspace/sources/plugins/compare/tests/org.eclipse.papyrus.compare.diagram.tests.git/target/work/data/repo/.git/gc.log.lock
	at org.eclipse.jgit.util.FileUtils.delete(FileUtils.java:217)
	at org.eclipse.jgit.util.FileUtils.delete(FileUtils.java:184)
	at org.eclipse.jgit.util.FileUtils.delete(FileUtils.java:186)

Change-Id: Ia8d2ef29ebcee189ab3affb7ebe17c67c142e065
Signed-off-by: Philip Langer <planger@eclipsesource.com>
1 file changed
tree: 291be07d2de9b4d6277eb1454975452a59411b43
  1. plugins/
  2. releng/
  3. tests/
  4. .gitattributes
  5. .gitignore
  6. .project
  7. CONTRIBUTING.md
  8. pom.xml
  9. README.MD
README.MD

Papyrus Collaborative Modeling

This is the collaborative modeling git repository

This repository is hosted at [Eclipse] (http://git.eclipse.org/c/papyrus/org.eclipse.papyrus-collaborativemodeling.git/)