From 3096dea4f12844d36f7a5bf935d2416929e6b7e1 Mon Sep 17 00:00:00 2001 From: olabusayoT <50379531+olabusayoT@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:11:56 -0400 Subject: [PATCH] Add src/main to daffodil-test-integration for sonarcloud - without it, sonarcloud errors out. So we add a .keep file in the directory. DAFFODIL-2949 --- daffodil-test-integration/src/main/scala/.keep | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 daffodil-test-integration/src/main/scala/.keep diff --git a/daffodil-test-integration/src/main/scala/.keep b/daffodil-test-integration/src/main/scala/.keep new file mode 100644 index 0000000000..5c807b4a8f --- /dev/null +++ b/daffodil-test-integration/src/main/scala/.keep @@ -0,0 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You 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. + +# Sonarcloud requires that the src/main directory exist or it errors. This file +# ensures this directory exists since git doesn't support empty directories.