Archetypes - Add post archetype generate scripts

Add post archetype generate groovy scripts to add exec permission to the bash
runner script in the repo jar and share jar archetypes.
This commit is contained in:
Jose Luis Osorno
2018-12-27 07:34:57 +01:00
parent fff6bc4a41
commit 50c5c82f36
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
def file = new File( request.getOutputDirectory(), request.getArtifactId()+"/run.sh" );
file.setExecutable(true, false);

View File

@@ -0,0 +1,2 @@
def file = new File( request.getOutputDirectory(), request.getArtifactId()+"/run.sh" );
file.setExecutable(true, false);