return tmpFile.toURI().toURL().toExternalForm();
}
private VelocityArtifactPreprocessor createProcessor() {
return new VelocityArtifactPreprocessor(new ConnectionFactory() {
public URLConnection createConnection(URL url, User user) throws IOException {
return createConnection(url);
}
public URLConnection createConnection(URL url) throws IOException {