atlasmap-attic / atlasmap-runtime

AtlasMap runtime engine and design time services
http://atlasmap.io
Other
3 stars 8 forks source link

Avoid resource leak on classloader inio.atlasmap.maven.GenerateInspectionsMojo.generateInspection(String, Collection<String>) #185

Open apupier opened 7 years ago

apupier commented 7 years ago

a warning is reported by Eclipse

image

the possible issue is that the files on the classpath won't be deleted (on windows) because a lock will be keep on it.