From 0e3761ce25192885b944a654121d62c28905ae4d Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Wed, 23 Jul 2025 09:58:10 +0300 Subject: [PATCH] HBX-3055: Reorganize the Maven Plugin integration tests to be able to group them by testes Mojo - Pull up the 'invoker.properties' file to folder 'src/it/hbm2java' since it is common to all the integration tests Signed-off-by: Koen Aers --- .../{jpa-default => }/invoker.properties | 0 .../hbm2java/no-annotations/invoker.properties | 18 ------------------ .../it/hbm2java/no-generics/invoker.properties | 18 ------------------ .../output-directory/invoker.properties | 18 ------------------ .../hbm2java/template-path/invoker.properties | 18 ------------------ .../hbm2java/use-generics/invoker.properties | 18 ------------------ 6 files changed, 90 deletions(-) rename maven/src/it/hbm2java/{jpa-default => }/invoker.properties (100%) delete mode 100644 maven/src/it/hbm2java/no-annotations/invoker.properties delete mode 100644 maven/src/it/hbm2java/no-generics/invoker.properties delete mode 100644 maven/src/it/hbm2java/output-directory/invoker.properties delete mode 100644 maven/src/it/hbm2java/template-path/invoker.properties delete mode 100644 maven/src/it/hbm2java/use-generics/invoker.properties diff --git a/maven/src/it/hbm2java/jpa-default/invoker.properties b/maven/src/it/hbm2java/invoker.properties similarity index 100% rename from maven/src/it/hbm2java/jpa-default/invoker.properties rename to maven/src/it/hbm2java/invoker.properties diff --git a/maven/src/it/hbm2java/no-annotations/invoker.properties b/maven/src/it/hbm2java/no-annotations/invoker.properties deleted file mode 100644 index 27e586ee24..0000000000 --- a/maven/src/it/hbm2java/no-annotations/invoker.properties +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################ -# Hibernate Tools, Tooling for your Hibernate Projects # -# # -# Copyright 2018-2025 Red Hat, Inc. # -# # -# Licensed under the Apache License, Version 2.0 (the "License"); # -# you may not use this file except in compliance with the License. # -# You may obtain a copy of the License at # -# # -# http://www.apache.org/licenses/LICENSE-2.0 # -# # -# Unless required by applicable law or agreed to in writing, software # -# distributed under the License is distributed on an "AS IS" basis, # -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # -# See the License for the specific language governing permissions and # -# limitations under the License. # -############################################################################ -invoker.goals = generate-resources \ No newline at end of file diff --git a/maven/src/it/hbm2java/no-generics/invoker.properties b/maven/src/it/hbm2java/no-generics/invoker.properties deleted file mode 100644 index 27e586ee24..0000000000 --- a/maven/src/it/hbm2java/no-generics/invoker.properties +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################ -# Hibernate Tools, Tooling for your Hibernate Projects # -# # -# Copyright 2018-2025 Red Hat, Inc. # -# # -# Licensed under the Apache License, Version 2.0 (the "License"); # -# you may not use this file except in compliance with the License. # -# You may obtain a copy of the License at # -# # -# http://www.apache.org/licenses/LICENSE-2.0 # -# # -# Unless required by applicable law or agreed to in writing, software # -# distributed under the License is distributed on an "AS IS" basis, # -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # -# See the License for the specific language governing permissions and # -# limitations under the License. # -############################################################################ -invoker.goals = generate-resources \ No newline at end of file diff --git a/maven/src/it/hbm2java/output-directory/invoker.properties b/maven/src/it/hbm2java/output-directory/invoker.properties deleted file mode 100644 index 27e586ee24..0000000000 --- a/maven/src/it/hbm2java/output-directory/invoker.properties +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################ -# Hibernate Tools, Tooling for your Hibernate Projects # -# # -# Copyright 2018-2025 Red Hat, Inc. # -# # -# Licensed under the Apache License, Version 2.0 (the "License"); # -# you may not use this file except in compliance with the License. # -# You may obtain a copy of the License at # -# # -# http://www.apache.org/licenses/LICENSE-2.0 # -# # -# Unless required by applicable law or agreed to in writing, software # -# distributed under the License is distributed on an "AS IS" basis, # -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # -# See the License for the specific language governing permissions and # -# limitations under the License. # -############################################################################ -invoker.goals = generate-resources \ No newline at end of file diff --git a/maven/src/it/hbm2java/template-path/invoker.properties b/maven/src/it/hbm2java/template-path/invoker.properties deleted file mode 100644 index 27e586ee24..0000000000 --- a/maven/src/it/hbm2java/template-path/invoker.properties +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################ -# Hibernate Tools, Tooling for your Hibernate Projects # -# # -# Copyright 2018-2025 Red Hat, Inc. # -# # -# Licensed under the Apache License, Version 2.0 (the "License"); # -# you may not use this file except in compliance with the License. # -# You may obtain a copy of the License at # -# # -# http://www.apache.org/licenses/LICENSE-2.0 # -# # -# Unless required by applicable law or agreed to in writing, software # -# distributed under the License is distributed on an "AS IS" basis, # -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # -# See the License for the specific language governing permissions and # -# limitations under the License. # -############################################################################ -invoker.goals = generate-resources \ No newline at end of file diff --git a/maven/src/it/hbm2java/use-generics/invoker.properties b/maven/src/it/hbm2java/use-generics/invoker.properties deleted file mode 100644 index 27e586ee24..0000000000 --- a/maven/src/it/hbm2java/use-generics/invoker.properties +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################ -# Hibernate Tools, Tooling for your Hibernate Projects # -# # -# Copyright 2018-2025 Red Hat, Inc. # -# # -# Licensed under the Apache License, Version 2.0 (the "License"); # -# you may not use this file except in compliance with the License. # -# You may obtain a copy of the License at # -# # -# http://www.apache.org/licenses/LICENSE-2.0 # -# # -# Unless required by applicable law or agreed to in writing, software # -# distributed under the License is distributed on an "AS IS" basis, # -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # -# See the License for the specific language governing permissions and # -# limitations under the License. # -############################################################################ -invoker.goals = generate-resources \ No newline at end of file