commit - 76fa7c505289a4c317885bf3efb8ba896ebfe95b
commit + 7845f77cd1ad5d7574cb221d25eac0c0d8585f6a
blob - d58dfb70bab565a697e6854eb012d17e0fd39bd4
blob + 8c9a9d4d6d0d42df85144c52324e9ce2611fe1b4
--- .mvn/wrapper/maven-wrapper.properties
+++ .mvn/wrapper/maven-wrapper.properties
-# 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.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
blob - d43b6f78a8684589337eeacf62b2ac74ecd4a108
blob + 4c300fff266bc83de8784e48a8eca8c8b09d86e1
--- gradle/license.gradle
+++ gradle/license.gradle
}
exclude 'gradle/wrapper'
exclude 'gradlew*'
+ exclude '.mvn/wrapper'
+ exclude 'mvnw*'
// Override SLASHSTAR_STYLE to add newline
headerDefinitions {
SLASHSTAR_STYLE {
mapping ('css', 'SLASHSTAR_STYLE')
mapping ('dockerfile', 'SCRIPT_STYLE')
mapping ('dockerignore', 'SCRIPT_STYLE')
+ mapping ('editorconfig', 'SCRIPT_STYLE')
mapping ('gradle', 'SLASHSTAR_STYLE')
mapping ('java', 'SLASHSTAR_STYLE')
mapping ('policy', 'SCRIPT_STYLE')
blob - df91fc9dc5a8d4210e16102d533cfff554e7125b
blob + 02b73c8ee0fed4047e132896b058b47ba4383b1b
--- pom.xml
+++ pom.xml
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <!--
+<!--
Copyright (C) 2024 by Chaz Kettleson <chaz@pyr3x.com>
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- -->
+-->
- <!-- Karaf Features POM -->
+<!-- Karaf Features POM -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
<modelVersion>4.0.0</modelVersion>
<groupId>${groupId}</groupId>