This is an automated email from the ASF dual-hosted git repository.

treblereel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 14e171d63db kie-tools-1846: [kn-plugin-workflow] tests, created by 
quarkus create, are clashing with workflow
14e171d63db is described below

commit 14e171d63dbc479fb8284a6a2c50c503584b409c
Author: Dmitrii Tikhomirov <[email protected]>
AuthorDate: Tue Mar 4 08:05:27 2025 -0800

    kie-tools-1846: [kn-plugin-workflow] tests, created by quarkus create, are 
clashing with workflow
---
 packages/kn-plugin-workflow/pkg/command/quarkus/quarkus_project.go | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/packages/kn-plugin-workflow/pkg/command/quarkus/quarkus_project.go 
b/packages/kn-plugin-workflow/pkg/command/quarkus/quarkus_project.go
index 7440edfb962..8d95035ea5b 100644
--- a/packages/kn-plugin-workflow/pkg/command/quarkus/quarkus_project.go
+++ b/packages/kn-plugin-workflow/pkg/command/quarkus/quarkus_project.go
@@ -43,7 +43,11 @@ 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",
+       "src/main/java/org/acme/GreetingResource.java",
+}
 
 func CreateQuarkusProject(cfg CreateQuarkusProjectConfig) error {
        if err := common.CheckProjectName(cfg.ProjectName); err != nil {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to