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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 88524875956aa8c93daa058780284c7dc331aa91
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Tue Jun 25 13:26:22 2019 +0200

    chore(license): exclude MyRoutesWithPackage from license check as it 
triggers a bug in the underliyng java compiler
---
 .../src/test/resources/MyRoutesWithPackage.java          | 16 ----------------
 pom.xml                                                  |  1 +
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/camel-k-runtime-jvm/src/test/resources/MyRoutesWithPackage.java 
b/camel-k-runtime-jvm/src/test/resources/MyRoutesWithPackage.java
index ca3d609..714c2de 100644
--- a/camel-k-runtime-jvm/src/test/resources/MyRoutesWithPackage.java
+++ b/camel-k-runtime-jvm/src/test/resources/MyRoutesWithPackage.java
@@ -1,19 +1,3 @@
-/*
- * 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 my.roytes;
 
 import org.apache.camel.builder.RouteBuilder;
diff --git a/pom.xml b/pom.xml
index 90ff1cc..9d1775a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,6 +414,7 @@
                                 <exclude>.mvn/**</exclude>
                                 <exclude>mvnw*</exclude>
                                 <exclude>**/META-INF/persistence*.xsd</exclude>
+                                <exclude>**/MyRoutesWithPackage.java</exclude>
                             </excludes>
                             <mapping>
                                 <java>SLASHSTAR_STYLE</java>

Reply via email to