Adrian Cole created JCLOUDS-67:
----------------------------------
Summary: add license header to *.sh and *.cmd files, and adjust
scriptbuilder to filter them out at runtime
Key: JCLOUDS-67
URL: https://issues.apache.org/jira/browse/JCLOUDS-67
Project: jclouds
Issue Type: Sub-task
Components: jclouds-core
Reporter: Adrian Cole
Assignee: Ignasi Barrera
Fix For: 1.7.0, 1.6.1, 1.5.11
we need to do the following in jclouds/jclouds
1. remove this from the root pom.xml in both the rat and the license plugin
<!-- temporarily exclude shell script fragments -->
<exclude>**/*sh</exclude>
<exclude>**/*cmd</exclude>
2. execute the following, which will add the license headers onto the sh and
cmd files
mvn com.mycila.maven-license-plugin:maven-license-plugin:format
3. adjust scriptbuilder code to filter out the excess header statements
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira