rohityadavcloud commented on code in PR #6956:
URL: https://github.com/apache/cloudstack/pull/6956#discussion_r1044141052
##########
pom.xml:
##########
@@ -1024,6 +1024,7 @@
<exclude>debian/rules</exclude>
<exclude>debian/source/format</exclude>
<exclude>dist/console-proxy/js/jquery.js</exclude>
+ <exclude>engine/schema/dist/**</exclude>
Review Comment:
Added this to exclude, the dist isn't in the source but gets created during
maven build.
##########
pom.xml:
##########
@@ -1024,6 +1024,7 @@
<exclude>debian/rules</exclude>
<exclude>debian/source/format</exclude>
<exclude>dist/console-proxy/js/jquery.js</exclude>
+ <exclude>engine/schema/dist/**</exclude>
Review Comment:
Added this to exclude from rat checks, the dist isn't in the source but gets
created during maven build.
--
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]