This is an automated email from the ASF dual-hosted git repository. andytaylor pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
commit 6eb249864ac605c8cba30f5cd05e498012add7c4 Author: Grzegorz Grzybek <[email protected]> AuthorDate: Fri Apr 25 14:55:48 2025 +0200 ARTEMIS-5447 - fix license headers --- .../plugins/investigation-webpack-plugin/plugin.js | 16 ++++++++++++++++ pom.xml | 6 ++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/artemis-console-extension/artemis-extension/plugins/investigation-webpack-plugin/plugin.js b/artemis-console-extension/artemis-extension/plugins/investigation-webpack-plugin/plugin.js index 6c69d42..8325a8e 100644 --- a/artemis-console-extension/artemis-extension/plugins/investigation-webpack-plugin/plugin.js +++ b/artemis-console-extension/artemis-extension/plugins/investigation-webpack-plugin/plugin.js @@ -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. + */ // noinspection JSUnusedGlobalSymbols const pluginName = "InvestigationPlugin" diff --git a/pom.xml b/pom.xml index f63a192..249272f 100644 --- a/pom.xml +++ b/pom.xml @@ -194,7 +194,8 @@ <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> - <exclude>**/artemis-extension/src/artemis-extension/artemis/help.md</exclude> + <exclude>**/artemis-extension/packages/artemis-console-plugin/src/help.md</exclude> + <exclude>**/artemis-extension/DEV.md</exclude> <exclude>artemis-console-extension/artemis-extension/package.json</exclude> <exclude>artemis-console-extension/artemis-extension/tsconfig.json</exclude> <exclude>artemis-console-extension/artemis-extension/yarn.lock</exclude> @@ -216,7 +217,8 @@ <!-- Yarn --> <exclude>**/.yarn/**</exclude> <exclude>**/yarn.lock</exclude> - <exclude>**/artemis-extension/build/**</exclude> + <exclude>**/artemis-extension/app/build/**</exclude> + <exclude>**/artemis-extension/packages/artemis-console-plugin/dist/**</exclude> <exclude>artemis-console-extension/artemis-extension/yarn.lock</exclude> </excludes> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
