[java-parent-project-v3] 03/04: Update script after migration from Subversion to Git.

Tom Zeller tzeller at dragonacea.biz
Tue Mar 1 19:44:25 EST 2016


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.

commit b0a1295634882d8f60822271adafd8ed6e563a81
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Mar 1 18:41:13 2016 -0600

    Update script after migration from Subversion to Git.
---
 bin/create-project-multimodule.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/create-project-multimodule.sh b/bin/create-project-multimodule.sh
index 0650a39..2413aa4 100755
--- a/bin/create-project-multimodule.sh
+++ b/bin/create-project-multimodule.sh
@@ -37,14 +37,14 @@ check_retval $? "Unable to create project parent module directory"
 
 create_eclipse_defaults $PROJ_PARENT_DIR
 
-create_pom_file $PROJ_PARENT_DIR $PARENT_PROJ_URL/resources/maven/pom.xml.tmpl $MVN_GROUP_ID $PROJ_ID-parent
+create_pom_file $PROJ_PARENT_DIR "$PARENT_PROJ_URL"resources/maven/pom.xml.tmpl $MVN_GROUP_ID $PROJ_ID-parent
 
-download_file $PARENT_PROJ_URL/resources/eclipse/parent-project.tmpl $PROJ_PARENT_DIR/.project
+download_file "$PARENT_PROJ_URL"resources/eclipse/parent-project.tmpl $PROJ_PARENT_DIR/.project
 expand_macro $PROJ_PARENT_DIR/.project "MVN_ARTF_ID" $PROJ_ID-parent
 
 create_site_file $PROJ_PARENT_DIR
 
-download_file $PARENT_PROJ_URL/resources/maven/module-pom.xml.tmpl $PROJ_PARENT_DIR/module-pom.xml.tmpl
+download_file "$PARENT_PROJ_URL"resources/maven/module-pom.xml.tmpl $PROJ_PARENT_DIR/module-pom.xml.tmpl
 expand_macro $PROJ_PARENT_DIR/module-pom.xml.tmpl "MVN_GROUP_ID" $MVN_GROUP_ID
 expand_macro $PROJ_PARENT_DIR/module-pom.xml.tmpl "MVN_PARENT_ARTF_ID" $PROJ_ID-parent
 expand_macro $PROJ_PARENT_DIR/module-pom.xml.tmpl "PROJ_PARENT_DIR" ${PROJ_PARENT_DIR##*/}

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


More information about the commits mailing list