mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-21 18:09:29 +00:00
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:
@@ -0,0 +1,2 @@
|
|||||||
|
def file = new File( request.getOutputDirectory(), request.getArtifactId()+"/run.sh" );
|
||||||
|
file.setExecutable(true, false);
|
@@ -0,0 +1,2 @@
|
|||||||
|
def file = new File( request.getOutputDirectory(), request.getArtifactId()+"/run.sh" );
|
||||||
|
file.setExecutable(true, false);
|
Reference in New Issue
Block a user