treblereel commented on code in PR #2939:
URL:
https://github.com/apache/incubator-kie-tools/pull/2939#discussion_r1972480959
##########
packages/kn-plugin-workflow/pkg/command/quarkus/quarkus_project.go:
##########
@@ -43,7 +43,10 @@ type Repository struct {
Url string
}
-var filesToRemove = []string{"mvnw", "mvnw.cmd", ".mvn"}
+var filesToRemove = []string{"mvnw", "mvnw.cmd", ".mvn",
+ "src/test/java/org/acme/GreetingResourceTest.java",
+ "src/test/java/org/acme/GreetingResourceIT.java",
Review Comment:
@ricardozanini I would keep MyLivenessCheck
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]