diff --git a/bin/configs/java-helidon-client-mp.yaml b/bin/configs/java-helidon-client-mp.yaml index 083e776f16b9..5dc5c6883c6d 100644 --- a/bin/configs/java-helidon-client-mp.yaml +++ b/bin/configs/java-helidon-client-mp.yaml @@ -10,3 +10,4 @@ additionalProperties: test: "spock" requiredPropertiesInConstructor: "false" visitable: "true" + fullProject: "true" diff --git a/bin/configs/java-helidon-client-se.yaml b/bin/configs/java-helidon-client-se.yaml index fd7b9916356c..bd4d7a363fdc 100644 --- a/bin/configs/java-helidon-client-se.yaml +++ b/bin/configs/java-helidon-client-se.yaml @@ -10,3 +10,4 @@ additionalProperties: test: "spock" requiredPropertiesInConstructor: "false" visitable: "true" + fullProject: "true" diff --git a/bin/configs/java-helidon-server-mp.yaml b/bin/configs/java-helidon-server-mp.yaml index 86bf0c9bdd9d..80a72e4f3bd5 100644 --- a/bin/configs/java-helidon-server-mp.yaml +++ b/bin/configs/java-helidon-server-mp.yaml @@ -8,4 +8,5 @@ additionalProperties: hideGenerationTimestamp: "true" build: "all" test: "spock" - useAuth: "false" \ No newline at end of file + useAuth: "false" + fullProject: "true" \ No newline at end of file diff --git a/bin/configs/java-helidon-server-se.yaml b/bin/configs/java-helidon-server-se.yaml index add3f7ea7640..641f131f5edf 100644 --- a/bin/configs/java-helidon-server-se.yaml +++ b/bin/configs/java-helidon-server-se.yaml @@ -5,4 +5,5 @@ inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-e templateDir: modules/openapi-generator/src/main/resources/java-helidon/server additionalProperties: artifactId: petstore-helidon-server-se - hideGenerationTimestamp: "true" \ No newline at end of file + hideGenerationTimestamp: "true" + fullProject: "true" \ No newline at end of file