From 78d14662205e5476b8a0eadaafe382ab6fedbefd Mon Sep 17 00:00:00 2001 From: Michael Muller Date: Wed, 3 Feb 2016 12:00:13 -0700 Subject: [PATCH] make run.sh executable during the "validation" phase of the build --- .../resources/archetype-resources/pom.xml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml index 3b64361a..d7e22bea 100644 --- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml @@ -104,5 +104,35 @@ false + + + + chmod + unix + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + false + + + chmod + validate + exec + + + + chmod + + +x + ${basedir}/run.sh + + + + + +