Commit in java/trunk/monitoring-app on MAIN
pom.xml+19-1619 -> 620
Add ant goal to make copied scripts runnable.

java/trunk/monitoring-app
pom.xml 619 -> 620
--- java/trunk/monitoring-app/pom.xml	2014-05-22 18:56:29 UTC (rev 619)
+++ java/trunk/monitoring-app/pom.xml	2014-05-22 18:57:04 UTC (rev 620)
@@ -78,7 +78,25 @@
                         </configuration>
                     </execution>
                 </executions>
-            </plugin>            
+            </plugin>           
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>chmod-scripts</id>
+                        <phase>install</phase>
+                        <configuration>
+                            <target>
+                                <chmod file="target/scripts/*.sh" perm="755" />
+                            </target>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>             
         </plugins>
     </build>
     
SVNspam 0.1