Avoid unecessary operations in kb-importer
Avoid uploading the affected libraries and construct changes when they are already present in the backend. Delete affected libraries and constructs changes before uploading if the overwrite option is used,
TODOs
- [ ] Tests
- [ ] Documentation
@pedrogalvao : Why did you delete the file shared/src/main/java/org/eclipse/steady/shared/enums/GoalClient.java and what's the empty file kb-importer/src/test/java/org/eclipse/steady/kb/ZipUtil.java?
@pedrogalvao : Why did you delete the file
shared/src/main/java/org/eclipse/steady/shared/enums/GoalClient.javaand what's the empty filekb-importer/src/test/java/org/eclipse/steady/kb/ZipUtil.java?
I removed GoalClient by mistake. The ZipUtil.java is not empty and is used by other classes for tests.