All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.archetype-post-generate.groovy Maven / Gradle / Ivy

file = new File( request.getOutputDirectory(), request.getArtifactId()+"/.gitignore.template" );
def gitIgnorefile = new File( request.getOutputDirectory(), request.getArtifactId()+"/.gitignore" );
file.renameTo(gitIgnorefile)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy