DaanHoogland commented on code in PR #11071:
URL: https://github.com/apache/cloudstack/pull/11071#discussion_r2526704978


##########
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:
   isn’t there another way to get to the root of the root-pom instead of the 
root of the subproject?



-- 
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]

Reply via email to