in src/main/java/org/apache/maven/shared/io/location/ClasspathResourceLocatorStrategy.java [47:52]
public ClasspathResourceLocatorStrategy(
String tempFilePrefix, String tempFileSuffix, boolean tempFileDeleteOnExit) {
this.tempFilePrefix = tempFilePrefix;
this.tempFileSuffix = tempFileSuffix;
this.tempFileDeleteOnExit = tempFileDeleteOnExit;
}