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

olabusayo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new 3096dea4f Add src/main to daffodil-test-integration for sonarcloud
3096dea4f is described below

commit 3096dea4f12844d36f7a5bf935d2416929e6b7e1
Author: olabusayoT <[email protected]>
AuthorDate: Mon Oct 28 13:11:56 2024 -0400

    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(+)

diff --git a/daffodil-test-integration/src/main/scala/.keep 
b/daffodil-test-integration/src/main/scala/.keep
new file mode 100644
index 000000000..5c807b4a8
--- /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.

Reply via email to