[java-parent-project-v3] branch master updated: INFRA-145 - Add downloading local checkstyle.xml.

Tom Zeller tzeller at dragonacea.biz
Mon Nov 23 16:29:52 EST 2015


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

The following commit(s) were added to refs/heads/master by this push:
       new  d213e50   INFRA-145 - Add downloading local checkstyle.xml.
d213e50 is described below

commit d213e508f26997016c796e8d274cb63d890a6c4e
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Nov 23 15:21:59 2015 -0600

    INFRA-145 - Add downloading local checkstyle.xml.
    
    See JPAR-42 Make Checkstyle config local rather than remote.
---
 bin/create-project-common.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/create-project-common.sh b/bin/create-project-common.sh
index 451e92e..39553d6 100755
--- a/bin/create-project-common.sh
+++ b/bin/create-project-common.sh
@@ -103,6 +103,7 @@ function create_doc {
 }
 
 # Creates the .checkstyle, .classpath, and .project Eclipse settings files
+# Downloads checkstyle.xml
 #
 # $1 directory in which the Eclipse settings files will be placed
 # $2 project/artifact ID
@@ -111,6 +112,8 @@ function create_eclipse_files {
     download_file $PARENT_PROJ_URL"resources/eclipse/classpath" "$1/.classpath"
     download_file $PARENT_PROJ_URL"resources/eclipse/project.tmpl" "$1/.project"
 
+    download_file $PARENT_PROJ_URL"resources/checkstyle/checkstyle.xml" "$1/checkstyle.xml"
+
     expand_macro $1/.project "MVN_ARTF_ID" $2
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list