diff --git a/pom.xml b/pom.xml index 67feab1..e28619b 100644 --- a/pom.xml +++ b/pom.xml @@ -148,35 +148,13 @@ 3.6.0 - - com.gradle:develocity-maven-extension-adapters - - META-INF/MANIFEST.MF - - org.codehaus.groovy:groovy - META-INF/LICENSE - META-INF/MANIFEST.MF - META-INF/NOTICE - - - - org.apache.ivy:ivy - - META-INF/LICENSE META-INF/MANIFEST.MF - META-INF/NOTICE - - - LICENSE - ${project.basedir}/LICENSE - - @@ -188,11 +166,6 @@ - - - ${project.basedir}/release/distribution - - diff --git a/release/distribution/NOTICE b/release/distribution/NOTICE deleted file mode 100644 index b0f3d86..0000000 --- a/release/distribution/NOTICE +++ /dev/null @@ -1,74 +0,0 @@ -The following copyright statements and licenses apply to various third party open -source software packages (or portions thereof) that are distributed with -this content. - -TABLE OF CONTENTS -================= - -The following is a listing of the open source components detailed in this -document. This list is provided for your convenience; please read further if -you wish to review the copyright notice(s) and the full text of the license -associated with each component. - - -**SECTION 1: Apache License, V2.0** - * Develocity Maven Extension Adapters - * com.gradle:develocity-maven-extension-adapters - * Groovy - * org.codehaus.groovy:groovy - * Ivy - * org.apache.ivy:ivy - -SECTION 1: Apache License, V2.0 -================================ - -Develocity Maven Extension Adapters ------------------------------------ - -Copyright 2024 Gradle, Inc. - -Licensed 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. - -Groovy ------- - -Copyright 2023 The Apache Software Foundation - -Licensed 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. - -Ivy ---- - -Copyright 2023 The Apache Software Foundation - -Licensed 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.