diff --git a/examples/mp-openapi-reader/src/main/java/org/superbiz/microprofile/openapi/CustomReader.java b/examples/mp-openapi-reader/src/main/java/org/superbiz/microprofile/openapi/CustomReader.java
index 2dc481d8380..b651f833a10 100644
--- a/examples/mp-openapi-reader/src/main/java/org/superbiz/microprofile/openapi/CustomReader.java
+++ b/examples/mp-openapi-reader/src/main/java/org/superbiz/microprofile/openapi/CustomReader.java
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
package org.superbiz.microprofile.openapi;
import io.smallrye.openapi.api.OpenApiConfig;
diff --git a/examples/mp-openapi-reader/src/main/java/org/superbiz/microprofile/openapi/WeatherService.java b/examples/mp-openapi-reader/src/main/java/org/superbiz/microprofile/openapi/WeatherService.java
index bc6df1889d4..277e396e826 100644
--- a/examples/mp-openapi-reader/src/main/java/org/superbiz/microprofile/openapi/WeatherService.java
+++ b/examples/mp-openapi-reader/src/main/java/org/superbiz/microprofile/openapi/WeatherService.java
@@ -1,4 +1,4 @@
-package org.superbiz.microprofile.openapi; /**
+/*
* 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.
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+package org.superbiz.microprofile.openapi;
import jakarta.enterprise.context.ApplicationScoped;
import jakarta.ws.rs.Consumes;
diff --git a/pom.xml b/pom.xml
index 68e92daf23d..cc5acce3cca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -867,6 +867,8 @@
**/*.log
**/*.json
**/*.jwk
+ **/*.yml
+ **/*.yaml
**/src/main/resources/META-INF/**/*.xsd
**/src/main/xsdlist/xsdlist.txt
**/META-INF/services/**