rg9975 commented on code in PR #11071:
URL: https://github.com/apache/cloudstack/pull/11071#discussion_r2528336913
##########
engine/schema/pom.xml:
##########
@@ -106,7 +108,7 @@
templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-xen")
templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-ovm")
templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-hyperv")
- File file = new
File("./engine/schema/dist/systemvm-templates/md5sum.txt")
+ File file = new
File("${basedir}/../../engine/schema/dist/systemvm-templates/md5sum.txt")
Review Comment:
Ok I've updated to get rid of the relative path and the up/down traversal.
project.basedir will resolve to absolute path of the module no matter where the
user or IDE is running the maven command from.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]