From 4c114bee2f604d40bbd68d5857d7f1524f834e97 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Fri, 14 Mar 2008 05:41:37 +0000 Subject: [PATCH] Adding initial archiva-build-resources module to hold checkstyle / pmd / etc.. rules git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636998 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-build-resources/pom.xml | 31 ++ .../src/main/resources/checkstyle.xml | 282 ++++++++++++++++++ .../src/main/resources/header.txt | 21 ++ 3 files changed, 334 insertions(+) create mode 100644 archiva-build-resources/pom.xml create mode 100644 archiva-build-resources/src/main/resources/checkstyle.xml create mode 100644 archiva-build-resources/src/main/resources/header.txt diff --git a/archiva-build-resources/pom.xml b/archiva-build-resources/pom.xml new file mode 100644 index 000000000..6dd4639b5 --- /dev/null +++ b/archiva-build-resources/pom.xml @@ -0,0 +1,31 @@ + + + + + 4.0.0 + + org.apache.maven + maven-parent + 5 + + + archiva-build-resources + 1-SNAPSHOT + Archiva Build Resources + jar + + diff --git a/archiva-build-resources/src/main/resources/checkstyle.xml b/archiva-build-resources/src/main/resources/checkstyle.xml new file mode 100644 index 000000000..538ba578d --- /dev/null +++ b/archiva-build-resources/src/main/resources/checkstyle.xml @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archiva-build-resources/src/main/resources/header.txt b/archiva-build-resources/src/main/resources/header.txt new file mode 100644 index 000000000..5059f0022 --- /dev/null +++ b/archiva-build-resources/src/main/resources/header.txt @@ -0,0 +1,21 @@ +^package +^\s*$ +^/\*\s*$ +^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$ +^ \* or more contributor license agreements. See the NOTICE file\s*$ +^ \* distributed with this work for additional information\s*$ +^ \* regarding copyright ownership. The ASF licenses this file\s*$ +^ \* to you under the Apache License, Version 2.0 \(the\s*$ +^ \* "License"\)\; you may not use this file except in compliance\s*$ +^ \* with the License. You may obtain a copy of the License at\s*$ +^ \*\s*$ +^ \* \s*http://www\.apache\.org/licenses/LICENSE-2\.0\s*$ +^ \*\s*$ +^ \* Unless required by applicable law or agreed to in writing,\s*$ +^ \* software distributed under the License is distributed on an\s*$ +^ \* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\s*$ +^ \* KIND, either express or implied. See the License for the\s*$ +^ \* specific language governing permissions and limitations\s*$ +^ \* under the License.\s*$ +^ \*/\s*$ +^\s*$ -- 2.39.5