From 3445922612a7d96b763c8c54841776325882544e Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Thu, 25 Aug 2011 08:42:50 +0000 Subject: [PATCH] update licenses and send in RAT git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161440 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/log4j.properties | 18 +++++ .../src/site/apt/adminguide/archiva-logs.apt | 17 +++++ .../src/site/apt/adminguide/audit-logs.apt | 17 +++++ .../apt/adminguide/configuration-files.apt | 17 +++++ .../src/site/apt/adminguide/configuration.apt | 17 +++++ .../apt/adminguide/customising-security.apt | 17 +++++ .../src/site/apt/adminguide/databases.apt | 17 +++++ .../src/site/apt/adminguide/index.apt | 17 +++++ .../src/site/apt/adminguide/installing.apt | 17 +++++ .../src/site/apt/adminguide/legacy.apt | 17 +++++ .../src/site/apt/adminguide/logging.apt | 17 +++++ .../site/apt/adminguide/network-proxies.apt | 17 +++++ .../site/apt/adminguide/proxy-connectors.apt | 17 +++++ .../src/site/apt/adminguide/roles.apt | 17 +++++ .../src/site/apt/adminguide/security-logs.apt | 17 +++++ .../src/site/apt/adminguide/security.apt | 17 +++++ .../apt/adminguide/staging-repositories.apt | 17 +++++ .../src/site/apt/adminguide/standalone.apt | 17 +++++ .../src/site/apt/adminguide/upgrade.apt | 17 +++++ .../src/site/apt/adminguide/webapp.apt | 17 +++++ archiva-docs/src/site/apt/index.apt | 17 +++++ archiva-docs/src/site/apt/release-notes.apt | 17 +++++ .../site/apt/userguide/auditlog-report.apt | 17 +++++ .../site/apt/userguide/delete-artifact.apt | 17 +++++ .../src/site/apt/userguide/deploy.apt | 17 +++++ .../src/site/apt/userguide/find-artifact.apt | 17 +++++ archiva-docs/src/site/apt/userguide/index.apt | 17 +++++ .../site/apt/userguide/using-repository.apt | 17 +++++ .../apt/userguide/virtual-repositories.apt | 17 +++++ archiva-docs/src/site/resources/css/site.css | 19 +++++ archiva-docs/src/site/xdoc/tour/admin.xml | 18 +++++ archiva-docs/src/site/xdoc/tour/audit-log.xml | 18 +++++ archiva-docs/src/site/xdoc/tour/index.xml | 18 +++++ .../src/site/xdoc/tour/maintenance.xml | 18 +++++ archiva-docs/src/site/xdoc/tour/project.xml | 18 +++++ archiva-docs/src/site/xdoc/tour/proxy.xml | 18 +++++ archiva-docs/src/site/xdoc/tour/reports.xml | 18 +++++ archiva-docs/src/site/xdoc/tour/rss.xml | 18 +++++ archiva-docs/src/site/xdoc/tour/search.xml | 18 +++++ archiva-docs/src/site/xdoc/tour/security.xml | 18 +++++ archiva-docs/src/site/xdoc/tour/upload.xml | 18 +++++ .../src/site/xdoc/tour/virtual-repos.xml | 18 +++++ archiva-jetty/pom.xml | 25 +++++-- .../archiva-artifact-converter/pom.xml | 14 ++++ .../archiva-base/archiva-checksum/pom.xml | 27 ++++--- .../java/org/apache/archiva/checksum/Hex.java | 19 +++++ .../archiva-base/archiva-common/pom.xml | 17 +++++ .../archiva/common/utils/VersionUtilTest.java | 19 +++++ .../archiva-configuration/pom.xml | 15 ++++ .../archiva-core-consumers/pom.xml | 16 ++++ .../archiva-lucene-consumers/pom.xml | 15 ++++ .../archiva-base/archiva-converter/pom.xml | 16 ++++ .../archiva-base/archiva-indexer/pom.xml | 13 ++++ .../src/main/mdo/archiva-base.xml | 19 +++++ .../archiva-base/archiva-policies/pom.xml | 13 ++++ .../archiva-base/archiva-proxy-common/pom.xml | 18 +++++ .../archiva-base/archiva-proxy/pom.xml | 13 ++++ .../archiva-repository-layer/pom.xml | 16 ++++ .../archiva-repository-scanner/pom.xml | 17 ++++- .../archiva-base/archiva-xml-tools/pom.xml | 15 ++++ .../archiva-scheduler-api/pom.xml | 18 +++++ .../archiva-scheduler-indexing/pom.xml | 18 +++++ .../archiva-scheduler-repository/pom.xml | 34 +++++++++ .../services/DefaultRepositoriesService.java | 19 +++++ .../resources/META-INF/redback/redback.xml | 20 ++++- .../META-INF/redback/redback-core.xml | 20 ++++- .../archiva-web/archiva-webapp-test/pom.xml | 15 ++++ .../src/test/resources/testng.properties | 19 +++++ .../archiva-web/archiva-webapp/pom.xml | 74 ++++++++++++------- .../filtered-resources/application.properties | 18 +++++ .../src/main/resources/ehcache.xml | 18 +++++ .../src/main/resources/log4j.xml | 18 +++++ .../maven/archiva/redback/custom.properties | 21 +++++- .../webapp/WEB-INF/applicationContext.xml | 18 +++++ .../src/main/webapp/WEB-INF/taglib.tld | 18 +++++ .../AbstractOrganizationInfoActionTest.java | 19 +++++ .../DefaultActionValidatorManagerFactory.java | 21 +++++- .../archiva-web/archiva-webdav/pom.xml | 18 ++++- .../archiva-xmlrpc/archiva-xmlrpc-api/pom.xml | 20 ++++- .../META-INF/redback/redback-core.xml | 20 ++++- .../archiva-xmlrpc-services/pom.xml | 15 ++++ archiva-modules/archiva-web/pom.xml | 21 +++++- .../metadata/test-repository/pom.xml | 15 ++++ .../plugins/generic-metadata-support/pom.xml | 18 +++++ .../plugins/maven2-repository/pom.xml | 15 ++++ .../repository/storage/maven2/MockWagon.java | 19 +++++ .../plugins/stage-repository-merge/pom.xml | 28 +++++++ archiva-modules/src/site/apt/index.apt.vm | 17 +++++ archiva-modules/src/site/apt/metadata-api.apt | 17 +++++ .../src/site/apt/metadata-content-model.apt | 17 +++++ .../src/site/apt/repository-api.apt | 17 +++++ archiva-modules/src/site/apt/terminology.apt | 17 +++++ pom.xml | 19 ++++- skin/pom.xml | 18 +++++ .../src/main/resources/META-INF/maven/site.vm | 18 +++++ skin/src/main/resources/css/maven-base.css | 19 +++++ skin/src/main/resources/css/print.css | 19 +++++ 97 files changed, 1735 insertions(+), 56 deletions(-) diff --git a/archiva-cli/src/main/resources/log4j.properties b/archiva-cli/src/main/resources/log4j.properties index ff5b14c77..c8c042490 100644 --- a/archiva-cli/src/main/resources/log4j.properties +++ b/archiva-cli/src/main/resources/log4j.properties @@ -1,3 +1,21 @@ +# +# 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. +# # Set root logger level to DEBUG and its only appender to A1. log4j.rootLogger=ERROR, A1 diff --git a/archiva-docs/src/site/apt/adminguide/archiva-logs.apt b/archiva-docs/src/site/apt/adminguide/archiva-logs.apt index d11c79890..2a04cd906 100644 --- a/archiva-docs/src/site/apt/adminguide/archiva-logs.apt +++ b/archiva-docs/src/site/apt/adminguide/archiva-logs.apt @@ -5,6 +5,23 @@ 22 Jul 2009 ------ +~~ 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. + Archiva Logs Archiva's <<>> directory contains an archiva log file named <<>>, which logs all the startup information and the output logs of Archiva. diff --git a/archiva-docs/src/site/apt/adminguide/audit-logs.apt b/archiva-docs/src/site/apt/adminguide/audit-logs.apt index 593d8ce8f..fca1537c9 100644 --- a/archiva-docs/src/site/apt/adminguide/audit-logs.apt +++ b/archiva-docs/src/site/apt/adminguide/audit-logs.apt @@ -2,6 +2,23 @@ Audit Logs ------ +~~ 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. + Audit Logs Archiva's <<>> directory contains an audit log file named <<>>, which tracks events that occur in the server. diff --git a/archiva-docs/src/site/apt/adminguide/configuration-files.apt b/archiva-docs/src/site/apt/adminguide/configuration-files.apt index ef34b8484..eef77fe9a 100644 --- a/archiva-docs/src/site/apt/adminguide/configuration-files.apt +++ b/archiva-docs/src/site/apt/adminguide/configuration-files.apt @@ -2,6 +2,23 @@ Configuration Files of Apache Archiva ------ +~~ 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. + Configuration Files of Apache Archiva While Archiva is primarily configured via the graphical administration interface, it stores all configuration in XML configuration diff --git a/archiva-docs/src/site/apt/adminguide/configuration.apt b/archiva-docs/src/site/apt/adminguide/configuration.apt index 8b080fb47..22e56f056 100644 --- a/archiva-docs/src/site/apt/adminguide/configuration.apt +++ b/archiva-docs/src/site/apt/adminguide/configuration.apt @@ -2,6 +2,23 @@ Runtime Configuration of Apache Archiva ------ +~~ 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. + Runtime Configuration of Apache Archiva Archiva is primarily configured via the graphical administration interface. diff --git a/archiva-docs/src/site/apt/adminguide/customising-security.apt b/archiva-docs/src/site/apt/adminguide/customising-security.apt index ffc7ed41e..067f8708a 100644 --- a/archiva-docs/src/site/apt/adminguide/customising-security.apt +++ b/archiva-docs/src/site/apt/adminguide/customising-security.apt @@ -2,6 +2,23 @@ Archiva Security Configuration ----- +~~ 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. + Archiva Security Configuration Security properties and password rules can be configured in the diff --git a/archiva-docs/src/site/apt/adminguide/databases.apt b/archiva-docs/src/site/apt/adminguide/databases.apt index 8bfa35056..773a376fc 100644 --- a/archiva-docs/src/site/apt/adminguide/databases.apt +++ b/archiva-docs/src/site/apt/adminguide/databases.apt @@ -2,6 +2,23 @@ Apache Archiva Databases ------ +~~ 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. + Apache Archiva Databases Archiva uses an external database for two purposes: diff --git a/archiva-docs/src/site/apt/adminguide/index.apt b/archiva-docs/src/site/apt/adminguide/index.apt index 723583d8d..08b83452c 100644 --- a/archiva-docs/src/site/apt/adminguide/index.apt +++ b/archiva-docs/src/site/apt/adminguide/index.apt @@ -2,6 +2,23 @@ System Administrators Guide to Apache Archiva ------ +~~ 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. + System Administrators Guide to Apache Archiva Archiva is designed to be simple to install and maintain - including both manual configuration files and a comprehensive diff --git a/archiva-docs/src/site/apt/adminguide/installing.apt b/archiva-docs/src/site/apt/adminguide/installing.apt index a3ff9ac49..275a6c682 100644 --- a/archiva-docs/src/site/apt/adminguide/installing.apt +++ b/archiva-docs/src/site/apt/adminguide/installing.apt @@ -2,6 +2,23 @@ Installing Apache Archiva ------ +~~ 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. + Installing Apache Archiva Whether you choose to install Archiva as a standalone application or as a web application in your preferred Java EE diff --git a/archiva-docs/src/site/apt/adminguide/legacy.apt b/archiva-docs/src/site/apt/adminguide/legacy.apt index 238429d38..b49dbcf94 100644 --- a/archiva-docs/src/site/apt/adminguide/legacy.apt +++ b/archiva-docs/src/site/apt/adminguide/legacy.apt @@ -2,6 +2,23 @@ Apache Archiva legacy repository support configuration ------ +~~ 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. + Apache Archiva legacy repository support configuration Archiva supports both Maven 1 and Maven 2 clients transparently when used as a proxy. The diff --git a/archiva-docs/src/site/apt/adminguide/logging.apt b/archiva-docs/src/site/apt/adminguide/logging.apt index 8a8fdc12e..cc533ddba 100644 --- a/archiva-docs/src/site/apt/adminguide/logging.apt +++ b/archiva-docs/src/site/apt/adminguide/logging.apt @@ -5,6 +5,23 @@ 22 Jul 2009 ------ +~~ 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. + Log Files To keep track of the Archiva performance and problems, log files are created during runtime. diff --git a/archiva-docs/src/site/apt/adminguide/network-proxies.apt b/archiva-docs/src/site/apt/adminguide/network-proxies.apt index 2d9ae538e..aa813901d 100644 --- a/archiva-docs/src/site/apt/adminguide/network-proxies.apt +++ b/archiva-docs/src/site/apt/adminguide/network-proxies.apt @@ -2,6 +2,23 @@ Understanding Network Proxy Configuration of Apache Archiva ------ +~~ 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. + Understanding Network Proxy Configuration of Apache Archiva Archiva uses the terminology "proxy" for two different concepts: diff --git a/archiva-docs/src/site/apt/adminguide/proxy-connectors.apt b/archiva-docs/src/site/apt/adminguide/proxy-connectors.apt index 3ce3c2bcd..b92f4e666 100644 --- a/archiva-docs/src/site/apt/adminguide/proxy-connectors.apt +++ b/archiva-docs/src/site/apt/adminguide/proxy-connectors.apt @@ -2,6 +2,23 @@ Understanding Proxy Connector Configuration of Apache Archiva ------ +~~ 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. + Understanding Proxy Connector Configuration of Apache Archiva Archiva uses the terminology "proxy" for two different concepts: diff --git a/archiva-docs/src/site/apt/adminguide/roles.apt b/archiva-docs/src/site/apt/adminguide/roles.apt index c819ebc34..4040aaf7c 100644 --- a/archiva-docs/src/site/apt/adminguide/roles.apt +++ b/archiva-docs/src/site/apt/adminguide/roles.apt @@ -2,6 +2,23 @@ Understanding Apache Archiva Security Roles ------ +~~ 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. + Understanding Apache Archiva Security Roles Archiva uses the {{{http://redback.codehaus.org/} Redback}} security framework for managing repository security. When the server is first started, diff --git a/archiva-docs/src/site/apt/adminguide/security-logs.apt b/archiva-docs/src/site/apt/adminguide/security-logs.apt index e0e9e25c4..c1c16cd7a 100644 --- a/archiva-docs/src/site/apt/adminguide/security-logs.apt +++ b/archiva-docs/src/site/apt/adminguide/security-logs.apt @@ -5,6 +5,23 @@ 22 Jul 2009 ------ +~~ 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. + Security Logs Archiva's <<>> directory contains a security log file named <<>>, diff --git a/archiva-docs/src/site/apt/adminguide/security.apt b/archiva-docs/src/site/apt/adminguide/security.apt index c59a4ac00..c34fb1431 100644 --- a/archiva-docs/src/site/apt/adminguide/security.apt +++ b/archiva-docs/src/site/apt/adminguide/security.apt @@ -2,6 +2,23 @@ Understanding Apache Archiva Security ------ +~~ 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. + Understanding Apache Archiva Security Archiva's security is managed by {{{http://redback.codehaus.org/} Redback}}. The following document describes how to configure your diff --git a/archiva-docs/src/site/apt/adminguide/staging-repositories.apt b/archiva-docs/src/site/apt/adminguide/staging-repositories.apt index 97b6e5d1a..7cbca385c 100644 --- a/archiva-docs/src/site/apt/adminguide/staging-repositories.apt +++ b/archiva-docs/src/site/apt/adminguide/staging-repositories.apt @@ -2,6 +2,23 @@ Staging Repositories ------ +~~ 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. + Staging Repositories Starting with Archiva 1.4, staging repositories are supported. A staging repository is a repository you use diff --git a/archiva-docs/src/site/apt/adminguide/standalone.apt b/archiva-docs/src/site/apt/adminguide/standalone.apt index ed037aae5..ade23d1a5 100644 --- a/archiva-docs/src/site/apt/adminguide/standalone.apt +++ b/archiva-docs/src/site/apt/adminguide/standalone.apt @@ -2,6 +2,23 @@ Installing Standalone Distribution of Apache Archiva ------ +~~ 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. + Installing Standalone Distribution of Apache Archiva Installing the standalone distribution of Archiva is quite simple - for an example, see the {{{../quick-start.html} Quick Start}} guide. diff --git a/archiva-docs/src/site/apt/adminguide/upgrade.apt b/archiva-docs/src/site/apt/adminguide/upgrade.apt index dd355ab8f..463217b4c 100644 --- a/archiva-docs/src/site/apt/adminguide/upgrade.apt +++ b/archiva-docs/src/site/apt/adminguide/upgrade.apt @@ -2,6 +2,23 @@ Upgrading Archiva ------ +~~ 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. + Upgrading Archiva Upgrading Archiva is straightforward if the directions for separating the base from the installation above are followed. Simply retain the <<>> and <<>> directories, diff --git a/archiva-docs/src/site/apt/adminguide/webapp.apt b/archiva-docs/src/site/apt/adminguide/webapp.apt index f8adbff93..d74b7b446 100644 --- a/archiva-docs/src/site/apt/adminguide/webapp.apt +++ b/archiva-docs/src/site/apt/adminguide/webapp.apt @@ -2,6 +2,23 @@ Installing Apache Archiva as a Web Application ------ +~~ 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. + Installing Apache Archiva as a Web Application ~~TODO: link to wiki location for other application servers diff --git a/archiva-docs/src/site/apt/index.apt b/archiva-docs/src/site/apt/index.apt index 33249c938..0304d77e7 100644 --- a/archiva-docs/src/site/apt/index.apt +++ b/archiva-docs/src/site/apt/index.apt @@ -4,6 +4,23 @@ ----- ----- +~~ 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. + Archiva is a build artifact repository manager for use with build tools such as {{{http://maven.apache.org} Maven}}, {{{http://continuum.apache.org} Continuum}}, and {{{http://ant.apache.org/} ANT}}. diff --git a/archiva-docs/src/site/apt/release-notes.apt b/archiva-docs/src/site/apt/release-notes.apt index 3208a7063..7b3041860 100644 --- a/archiva-docs/src/site/apt/release-notes.apt +++ b/archiva-docs/src/site/apt/release-notes.apt @@ -2,6 +2,23 @@ Release Notes for Archiva 1.4 ----- +~~ 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. + Release Notes for Archiva 1.4 The Apache Archiva team would like to announce the release of Archiva 1.4. Archiva is {{{http://archiva.apache.org/download.html} diff --git a/archiva-docs/src/site/apt/userguide/auditlog-report.apt b/archiva-docs/src/site/apt/userguide/auditlog-report.apt index c2eb93cbe..85fd64404 100644 --- a/archiva-docs/src/site/apt/userguide/auditlog-report.apt +++ b/archiva-docs/src/site/apt/userguide/auditlog-report.apt @@ -2,6 +2,23 @@ Audit Log Report ------ +~~ 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. + Audit Log Report Starting with Archiva 1.3, audit events can be viewed and queried from the web UI. In the current implementation, only artifact upload events are viewable diff --git a/archiva-docs/src/site/apt/userguide/delete-artifact.apt b/archiva-docs/src/site/apt/userguide/delete-artifact.apt index 58f8bc487..601e5ddb9 100644 --- a/archiva-docs/src/site/apt/userguide/delete-artifact.apt +++ b/archiva-docs/src/site/apt/userguide/delete-artifact.apt @@ -4,6 +4,23 @@ Deleting an Artifact 25 February 2009 ------ +~~ 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. + Deleting an Artifact The Delete Artifact feature allows artifacts to be deleted from the managed repositories. diff --git a/archiva-docs/src/site/apt/userguide/deploy.apt b/archiva-docs/src/site/apt/userguide/deploy.apt index 06099e2cb..ff33ebe3a 100644 --- a/archiva-docs/src/site/apt/userguide/deploy.apt +++ b/archiva-docs/src/site/apt/userguide/deploy.apt @@ -2,6 +2,23 @@ Deploying to Repository ------ +~~ 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. + Deploying to Repository There are different ways on how you can deploy artifacts in an Archiva repository. diff --git a/archiva-docs/src/site/apt/userguide/find-artifact.apt b/archiva-docs/src/site/apt/userguide/find-artifact.apt index c807f1317..815c70c95 100644 --- a/archiva-docs/src/site/apt/userguide/find-artifact.apt +++ b/archiva-docs/src/site/apt/userguide/find-artifact.apt @@ -2,6 +2,23 @@ Identifying an Artifact ------ +~~ 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. + Identifying an Artifact Archiva indexes all of the artifacts that it discovers during the repository scanning process, storing information about their contents. diff --git a/archiva-docs/src/site/apt/userguide/index.apt b/archiva-docs/src/site/apt/userguide/index.apt index fa3eb6fa4..81b635ada 100644 --- a/archiva-docs/src/site/apt/userguide/index.apt +++ b/archiva-docs/src/site/apt/userguide/index.apt @@ -2,6 +2,23 @@ Users Guide ------ +~~ 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. + Users Guide Welcome to the Archiva user's guide. Getting to know and use Archiva is very simple - please select one of the following documents to learn how to use diff --git a/archiva-docs/src/site/apt/userguide/using-repository.apt b/archiva-docs/src/site/apt/userguide/using-repository.apt index c61e979ec..9d4bec32c 100644 --- a/archiva-docs/src/site/apt/userguide/using-repository.apt +++ b/archiva-docs/src/site/apt/userguide/using-repository.apt @@ -2,6 +2,23 @@ Using as a Repository ------ +~~ 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. + Configuring Maven 2 to use an Archiva repository To get your local Maven 2 installation to use an Archiva proxy you need to add the repositories you require to your 'settings.xml'. This file is usually found in ${user.dir}/.m2/settings.xml (see the {{{http://maven.apache.org/settings.html}Settings Reference}}). diff --git a/archiva-docs/src/site/apt/userguide/virtual-repositories.apt b/archiva-docs/src/site/apt/userguide/virtual-repositories.apt index d465e9d08..5a466c7ba 100644 --- a/archiva-docs/src/site/apt/userguide/virtual-repositories.apt +++ b/archiva-docs/src/site/apt/userguide/virtual-repositories.apt @@ -2,6 +2,23 @@ Virtual Repositories ------ +~~ 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. + Virtual Repositories This is a new feature for Archiva 1.1. The main advantage of virtual repositories (or repository groups) is that you diff --git a/archiva-docs/src/site/resources/css/site.css b/archiva-docs/src/site/resources/css/site.css index 3a03fe931..cc066b783 100755 --- a/archiva-docs/src/site/resources/css/site.css +++ b/archiva-docs/src/site/resources/css/site.css @@ -1,3 +1,22 @@ +/* + * 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. + */ + a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { background: none; padding-right: 0; diff --git a/archiva-docs/src/site/xdoc/tour/admin.xml b/archiva-docs/src/site/xdoc/tour/admin.xml index bcea540f4..545ab5877 100644 --- a/archiva-docs/src/site/xdoc/tour/admin.xml +++ b/archiva-docs/src/site/xdoc/tour/admin.xml @@ -1,4 +1,22 @@ + Graphical Administration diff --git a/archiva-docs/src/site/xdoc/tour/audit-log.xml b/archiva-docs/src/site/xdoc/tour/audit-log.xml index 935c342ae..12af89442 100644 --- a/archiva-docs/src/site/xdoc/tour/audit-log.xml +++ b/archiva-docs/src/site/xdoc/tour/audit-log.xml @@ -1,4 +1,22 @@ + Audit Log Report diff --git a/archiva-docs/src/site/xdoc/tour/index.xml b/archiva-docs/src/site/xdoc/tour/index.xml index d09d0ca6a..1942123e4 100644 --- a/archiva-docs/src/site/xdoc/tour/index.xml +++ b/archiva-docs/src/site/xdoc/tour/index.xml @@ -1,4 +1,22 @@ + Feature Tour diff --git a/archiva-docs/src/site/xdoc/tour/maintenance.xml b/archiva-docs/src/site/xdoc/tour/maintenance.xml index d7bf8ddcc..ee0efaa98 100644 --- a/archiva-docs/src/site/xdoc/tour/maintenance.xml +++ b/archiva-docs/src/site/xdoc/tour/maintenance.xml @@ -1,4 +1,22 @@ + Maintenance diff --git a/archiva-docs/src/site/xdoc/tour/project.xml b/archiva-docs/src/site/xdoc/tour/project.xml index 00300b489..e347e1e58 100644 --- a/archiva-docs/src/site/xdoc/tour/project.xml +++ b/archiva-docs/src/site/xdoc/tour/project.xml @@ -1,4 +1,22 @@ + Project Information diff --git a/archiva-docs/src/site/xdoc/tour/proxy.xml b/archiva-docs/src/site/xdoc/tour/proxy.xml index e67b7742d..f7f79646d 100644 --- a/archiva-docs/src/site/xdoc/tour/proxy.xml +++ b/archiva-docs/src/site/xdoc/tour/proxy.xml @@ -1,4 +1,22 @@ + Remote Proxying Cache diff --git a/archiva-docs/src/site/xdoc/tour/reports.xml b/archiva-docs/src/site/xdoc/tour/reports.xml index 85eff8812..6d1e20d4a 100644 --- a/archiva-docs/src/site/xdoc/tour/reports.xml +++ b/archiva-docs/src/site/xdoc/tour/reports.xml @@ -1,4 +1,22 @@ + Integrity Reports diff --git a/archiva-docs/src/site/xdoc/tour/rss.xml b/archiva-docs/src/site/xdoc/tour/rss.xml index 941562509..adc005b03 100644 --- a/archiva-docs/src/site/xdoc/tour/rss.xml +++ b/archiva-docs/src/site/xdoc/tour/rss.xml @@ -1,4 +1,22 @@ + RSS Feeds diff --git a/archiva-docs/src/site/xdoc/tour/search.xml b/archiva-docs/src/site/xdoc/tour/search.xml index e144873e9..e755937f5 100644 --- a/archiva-docs/src/site/xdoc/tour/search.xml +++ b/archiva-docs/src/site/xdoc/tour/search.xml @@ -1,4 +1,22 @@ + Artifact Search diff --git a/archiva-docs/src/site/xdoc/tour/security.xml b/archiva-docs/src/site/xdoc/tour/security.xml index f489318bd..8ff0556c7 100644 --- a/archiva-docs/src/site/xdoc/tour/security.xml +++ b/archiva-docs/src/site/xdoc/tour/security.xml @@ -1,4 +1,22 @@ + Role-based Security diff --git a/archiva-docs/src/site/xdoc/tour/upload.xml b/archiva-docs/src/site/xdoc/tour/upload.xml index 1365dbf38..c53b76095 100644 --- a/archiva-docs/src/site/xdoc/tour/upload.xml +++ b/archiva-docs/src/site/xdoc/tour/upload.xml @@ -1,4 +1,22 @@ + Artifact Upload diff --git a/archiva-docs/src/site/xdoc/tour/virtual-repos.xml b/archiva-docs/src/site/xdoc/tour/virtual-repos.xml index a3284f5cb..c3e5766fc 100644 --- a/archiva-docs/src/site/xdoc/tour/virtual-repos.xml +++ b/archiva-docs/src/site/xdoc/tour/virtual-repos.xml @@ -1,4 +1,22 @@ + Virtual Repositories diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index fd8f64d88..e4ecb5ed0 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -62,7 +62,7 @@ jsp-2.1-jetty ${jetty.version} runtime - + org.mortbay.jetty jetty-plus @@ -109,7 +109,7 @@ jsw - + jsw @@ -175,9 +175,9 @@ --> jetty.logs=%ARCHIVA_BASE%/logs - + - + lib flat target/generated-resources/appassembler/jsw/archiva @@ -217,9 +217,9 @@ - + - + @@ -237,5 +237,18 @@ + + + + org.apache.rat + apache-rat-plugin + + + src/main/conf/** + + + + + diff --git a/archiva-modules/archiva-base/archiva-artifact-converter/pom.xml b/archiva-modules/archiva-base/archiva-artifact-converter/pom.xml index f731a632f..487fb5baf 100644 --- a/archiva-modules/archiva-base/archiva-artifact-converter/pom.xml +++ b/archiva-modules/archiva-base/archiva-artifact-converter/pom.xml @@ -92,5 +92,19 @@ + + + + org.apache.rat + apache-rat-plugin + + + src/test/source-repository/** + src/test/expected-files/** + + + + + diff --git a/archiva-modules/archiva-base/archiva-checksum/pom.xml b/archiva-modules/archiva-base/archiva-checksum/pom.xml index 3faf4fa5f..3b7f0bdef 100644 --- a/archiva-modules/archiva-base/archiva-checksum/pom.xml +++ b/archiva-modules/archiva-base/archiva-checksum/pom.xml @@ -27,18 +27,6 @@ archiva-checksum Archiva Checksum - - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - - org.apache.archiva @@ -63,4 +51,19 @@ + + + + + org.apache.rat + apache-rat-plugin + + + src/test/resources/examples/** + + + + + + diff --git a/archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/Hex.java b/archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/Hex.java index 03f65290e..2c83edc5c 100644 --- a/archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/Hex.java +++ b/archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/Hex.java @@ -1,5 +1,24 @@ package org.apache.archiva.checksum; +/* + * 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. + */ + /** * Hex - simple hex conversions. * diff --git a/archiva-modules/archiva-base/archiva-common/pom.xml b/archiva-modules/archiva-base/archiva-common/pom.xml index 158e11984..eb3f234d7 100644 --- a/archiva-modules/archiva-base/archiva-common/pom.xml +++ b/archiva-modules/archiva-base/archiva-common/pom.xml @@ -71,4 +71,21 @@ test + + + + + org.apache.rat + apache-rat-plugin + + + src/test/resources/checksums/** + src/test/repository/** + src/test/legacy-repository/** + + + + + + diff --git a/archiva-modules/archiva-base/archiva-common/src/test/java/org/apache/maven/archiva/common/utils/VersionUtilTest.java b/archiva-modules/archiva-base/archiva-common/src/test/java/org/apache/maven/archiva/common/utils/VersionUtilTest.java index b945738f0..ca1f29cf1 100644 --- a/archiva-modules/archiva-base/archiva-common/src/test/java/org/apache/maven/archiva/common/utils/VersionUtilTest.java +++ b/archiva-modules/archiva-base/archiva-common/src/test/java/org/apache/maven/archiva/common/utils/VersionUtilTest.java @@ -1,5 +1,24 @@ package org.apache.maven.archiva.common.utils; +/* + * 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. + */ + import junit.framework.TestCase; public class VersionUtilTest extends TestCase diff --git a/archiva-modules/archiva-base/archiva-configuration/pom.xml b/archiva-modules/archiva-base/archiva-configuration/pom.xml index 56f50e2a8..28c722a03 100644 --- a/archiva-modules/archiva-base/archiva-configuration/pom.xml +++ b/archiva-modules/archiva-base/archiva-configuration/pom.xml @@ -169,5 +169,20 @@ + + + + org.apache.rat + apache-rat-plugin + + + src/main/resources/org/apache/maven/archiva/configuration/default-archiva.xml + src/test/conf/maven-proxy-complete.conf + src/test/resources/org/apache/maven/archiva/configuration/test-default-archiva.xml + + + + + diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/pom.xml index e55626aaf..fa98538ae 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/pom.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/pom.xml @@ -85,4 +85,20 @@ test + + + + + org.apache.rat + apache-rat-plugin + + + src/test/resources/test-repo/** + src/test/resources/releases-test-repo-one/** + + + + + + diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-lucene-consumers/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-lucene-consumers/pom.xml index 059f715bc..465223e3b 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-lucene-consumers/pom.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-lucene-consumers/pom.xml @@ -76,4 +76,19 @@ test + + + + + org.apache.rat + apache-rat-plugin + + + src/test/resources/test-repo/** + + + + + + diff --git a/archiva-modules/archiva-base/archiva-converter/pom.xml b/archiva-modules/archiva-base/archiva-converter/pom.xml index 8f7dc1e6f..84ced0f1e 100644 --- a/archiva-modules/archiva-base/archiva-converter/pom.xml +++ b/archiva-modules/archiva-base/archiva-converter/pom.xml @@ -62,4 +62,20 @@ test + + + + + org.apache.rat + apache-rat-plugin + + + src/test/expected-files/** + src/test/source-repository/** + + + + + + diff --git a/archiva-modules/archiva-base/archiva-indexer/pom.xml b/archiva-modules/archiva-base/archiva-indexer/pom.xml index 61f449ee3..addd28285 100644 --- a/archiva-modules/archiva-base/archiva-indexer/pom.xml +++ b/archiva-modules/archiva-base/archiva-indexer/pom.xml @@ -102,5 +102,18 @@ + + + + org.apache.rat + apache-rat-plugin + + + src/test/resources/nexus-search-test-repo*/** + + + + + diff --git a/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml b/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml index fa8872111..e48935486 100644 --- a/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml +++ b/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml @@ -1,4 +1,23 @@ + + archiva-base-model diff --git a/archiva-modules/archiva-base/archiva-policies/pom.xml b/archiva-modules/archiva-base/archiva-policies/pom.xml index 7e743b653..996c935e4 100644 --- a/archiva-modules/archiva-base/archiva-policies/pom.xml +++ b/archiva-modules/archiva-base/archiva-policies/pom.xml @@ -109,5 +109,18 @@ + + + + org.apache.rat + apache-rat-plugin + + + src/test/resources/checksums/** + + + + + diff --git a/archiva-modules/archiva-base/archiva-proxy-common/pom.xml b/archiva-modules/archiva-base/archiva-proxy-common/pom.xml index 72b5bca98..6f1bf4e2e 100644 --- a/archiva-modules/archiva-base/archiva-proxy-common/pom.xml +++ b/archiva-modules/archiva-base/archiva-proxy-common/pom.xml @@ -1,4 +1,22 @@ + 4.0.0 diff --git a/archiva-modules/archiva-base/archiva-proxy/pom.xml b/archiva-modules/archiva-base/archiva-proxy/pom.xml index 11b5457a9..f2a6c4579 100644 --- a/archiva-modules/archiva-base/archiva-proxy/pom.xml +++ b/archiva-modules/archiva-base/archiva-proxy/pom.xml @@ -137,5 +137,18 @@ + + + + org.apache.rat + apache-rat-plugin + + + src/test/repositories/** + + + + + diff --git a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml index a3b5a2c66..16a8847fd 100644 --- a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml +++ b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml @@ -88,5 +88,21 @@ + + + + org.apache.rat + apache-rat-plugin + + + src/test/resources/test-repo/** + src/test/resources/m1-repo-filelist.txt + src/test/repositories/** + src/test/expected-poms/** + + + + + diff --git a/archiva-modules/archiva-base/archiva-repository-scanner/pom.xml b/archiva-modules/archiva-base/archiva-repository-scanner/pom.xml index 05ee9c993..431deaceb 100644 --- a/archiva-modules/archiva-base/archiva-repository-scanner/pom.xml +++ b/archiva-modules/archiva-base/archiva-repository-scanner/pom.xml @@ -49,6 +49,21 @@ org.springframework spring-test test - + + + + + + org.apache.rat + apache-rat-plugin + + + src/test/repositories/** + + + + + + diff --git a/archiva-modules/archiva-base/archiva-xml-tools/pom.xml b/archiva-modules/archiva-base/archiva-xml-tools/pom.xml index cc2214218..6c4cd229a 100644 --- a/archiva-modules/archiva-base/archiva-xml-tools/pom.xml +++ b/archiva-modules/archiva-base/archiva-xml-tools/pom.xml @@ -53,4 +53,19 @@ plexus-utils + + + + + org.apache.rat + apache-rat-plugin + + + src/test/examples/** + + + + + + diff --git a/archiva-modules/archiva-scheduler/archiva-scheduler-api/pom.xml b/archiva-modules/archiva-scheduler/archiva-scheduler-api/pom.xml index bf3ba1df1..aa944e60a 100644 --- a/archiva-modules/archiva-scheduler/archiva-scheduler-api/pom.xml +++ b/archiva-modules/archiva-scheduler/archiva-scheduler-api/pom.xml @@ -1,4 +1,22 @@ + 4.0.0 diff --git a/archiva-modules/archiva-scheduler/archiva-scheduler-indexing/pom.xml b/archiva-modules/archiva-scheduler/archiva-scheduler-indexing/pom.xml index 006f23c67..123ce1717 100644 --- a/archiva-modules/archiva-scheduler/archiva-scheduler-indexing/pom.xml +++ b/archiva-modules/archiva-scheduler/archiva-scheduler-indexing/pom.xml @@ -1,4 +1,22 @@ + 4.0.0 diff --git a/archiva-modules/archiva-scheduler/archiva-scheduler-repository/pom.xml b/archiva-modules/archiva-scheduler/archiva-scheduler-repository/pom.xml index fbc1d34e3..91bfea332 100644 --- a/archiva-modules/archiva-scheduler/archiva-scheduler-repository/pom.xml +++ b/archiva-modules/archiva-scheduler/archiva-scheduler-repository/pom.xml @@ -1,4 +1,22 @@ + @@ -65,4 +83,20 @@ test + + + + + org.apache.rat + apache-rat-plugin + + + src/test/resources/test-repo/** + src/test/repositories/** + + + + + + diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/java/org/apache/archiva/rest/services/DefaultRepositoriesService.java b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/java/org/apache/archiva/rest/services/DefaultRepositoriesService.java index 09afde1a7..0ebd8c345 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/java/org/apache/archiva/rest/services/DefaultRepositoriesService.java +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/java/org/apache/archiva/rest/services/DefaultRepositoriesService.java @@ -1,5 +1,24 @@ package org.apache.archiva.rest.services; +/* + * 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. + */ + import org.apache.archiva.audit.AuditEvent; import org.apache.archiva.audit.AuditListener; import org.apache.archiva.metadata.repository.MetadataRepository; diff --git a/archiva-modules/archiva-web/archiva-security/src/main/resources/META-INF/redback/redback.xml b/archiva-modules/archiva-web/archiva-security/src/main/resources/META-INF/redback/redback.xml index 66e223488..e771f165c 100644 --- a/archiva-modules/archiva-web/archiva-security/src/main/resources/META-INF/redback/redback.xml +++ b/archiva-modules/archiva-web/archiva-security/src/main/resources/META-INF/redback/redback.xml @@ -1,3 +1,21 @@ + 1.0.0 @@ -290,4 +308,4 @@ - \ No newline at end of file + diff --git a/archiva-modules/archiva-web/archiva-security/src/test/resources/META-INF/redback/redback-core.xml b/archiva-modules/archiva-web/archiva-security/src/test/resources/META-INF/redback/redback-core.xml index 6e6457b80..e810f44dd 100644 --- a/archiva-modules/archiva-web/archiva-security/src/test/resources/META-INF/redback/redback-core.xml +++ b/archiva-modules/archiva-web/archiva-security/src/test/resources/META-INF/redback/redback-core.xml @@ -1,3 +1,21 @@ + 1.0.0 @@ -201,4 +219,4 @@ - \ No newline at end of file + diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index c66dd2f63..9af478d5d 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -146,6 +146,21 @@ selenium-maven-plugin ${seleniumPluginVersion} + + org.apache.rat + apache-rat-plugin + + + ${cargo.install.dir}/** + src/test/resources/appserver-base/** + src/test/resources/repository/** + src/test/resources/local-repo/** + src/test/resources/projects/** + src/test/resources/snapshots/** + src/test/tomcat*/conf/catalina.policy + + + diff --git a/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/testng.properties b/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/testng.properties index a25b6746f..fe4cb6183 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/testng.properties +++ b/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/testng.properties @@ -1,3 +1,22 @@ +# +# 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. +# + # properties for integration tests ADMIN_USERNAME=admin diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index f0b9e000f..df06c541d 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -490,31 +490,6 @@ - - maven-dependency-plugin - - - unpack-redback-war - - unpack - - compile - - - - org.codehaus.redback - redback-struts2-content - ${redback.version} - war - false - ${project.build.directory}/redback - **/struts-security.xml - - - - - - org.apache.maven.plugins maven-war-plugin @@ -608,6 +583,26 @@ maven-dependency-plugin 2.0 + + unpack-redback-war + + unpack + + compile + + + + org.codehaus.redback + redback-struts2-content + ${redback.version} + war + false + ${project.build.directory}/redback + **/struts-security.xml + + + + copy process-resources @@ -629,6 +624,33 @@ + + + + org.apache.rat + apache-rat-plugin + + + appserver-base/** + overlays/** + src/appserver-base/conf/** + src/appserver-base/logs/** + src/main/webapp/js/jquery-1.6.1.min.js + src/main/webapp/js/jquery-ui-1.8.14.custom.min.js + src/main/webapp/js/md5.js + src/main/webapp/css/no-theme/** + src/main/webapp/css/redback/** + src/main/webapp/template/** + src/main/webapp/WEB-INF/jsp/redback/** + src/main/resources/archiva-mime-types.txt + src/test/resources/test-repo/** + src/test/resources/** + src/sql/** + + + + + @@ -719,7 +741,7 @@ - + diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/filtered-resources/application.properties b/archiva-modules/archiva-web/archiva-webapp/src/main/filtered-resources/application.properties index ba4360776..b83169335 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/filtered-resources/application.properties +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/filtered-resources/application.properties @@ -1 +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. +# user.agent=Apache Archiva/${project.version} diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/ehcache.xml b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/ehcache.xml index 3dc15b013..db163b51a 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/ehcache.xml +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/ehcache.xml @@ -1,3 +1,21 @@ + diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/log4j.xml b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/log4j.xml index 98533a885..2f769e818 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/log4j.xml +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/log4j.xml @@ -1,4 +1,22 @@ + diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties index 134092cb2..01a599137 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties @@ -1,4 +1,23 @@ +# +# 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. +# + # text resources within redback can be customized by overriding them here #password.reset.success=An email has been sent. -#password.reset.failure=No email was not sent, perhaps the user did not exist as entered. \ No newline at end of file +#password.reset.failure=No email was not sent, perhaps the user did not exist as entered. diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml index 6a2d98c39..b275f1b6b 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml @@ -1,4 +1,22 @@ + + diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/maven/archiva/web/action/admin/appearance/AbstractOrganizationInfoActionTest.java b/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/maven/archiva/web/action/admin/appearance/AbstractOrganizationInfoActionTest.java index b4132eacd..86a01fdb8 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/maven/archiva/web/action/admin/appearance/AbstractOrganizationInfoActionTest.java +++ b/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/maven/archiva/web/action/admin/appearance/AbstractOrganizationInfoActionTest.java @@ -1,5 +1,24 @@ package org.apache.maven.archiva.web.action.admin.appearance; +/* + * 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. + */ + import org.apache.maven.archiva.configuration.ArchivaConfiguration; import org.apache.maven.archiva.configuration.Configuration; import org.apache.maven.archiva.web.action.AbstractWebworkTestCase; diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/maven/archiva/web/action/admin/repositories/DefaultActionValidatorManagerFactory.java b/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/maven/archiva/web/action/admin/repositories/DefaultActionValidatorManagerFactory.java index 956da5b4b..f1b248ed4 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/maven/archiva/web/action/admin/repositories/DefaultActionValidatorManagerFactory.java +++ b/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/maven/archiva/web/action/admin/repositories/DefaultActionValidatorManagerFactory.java @@ -1,5 +1,24 @@ package org.apache.maven.archiva.web.action.admin.repositories; +/* + * 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. + */ + import com.opensymphony.xwork2.ActionContext; import com.opensymphony.xwork2.DefaultTextProvider; import com.opensymphony.xwork2.ObjectFactory; @@ -93,4 +112,4 @@ public class DefaultActionValidatorManagerFactory return builder.create( true ); } -} \ No newline at end of file +} diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml b/archiva-modules/archiva-web/archiva-webdav/pom.xml index a3315afa7..c0b2cb46e 100644 --- a/archiva-modules/archiva-web/archiva-webdav/pom.xml +++ b/archiva-modules/archiva-web/archiva-webdav/pom.xml @@ -36,7 +36,7 @@ - org.apache.archiva + org.apache.archiva audit @@ -168,5 +168,21 @@ + + + + org.apache.rat + apache-rat-plugin + + + src/main/resources/org/apache/maven/archiva/webdav/util/mime.types + src/test/resources/archiva-mime-types.txt + src/test/resources/artifact.jar.sha1 + src/test/resources/maven-metadata.xml + + + + + diff --git a/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-api/pom.xml b/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-api/pom.xml index f2ad04de0..b1bcf198d 100644 --- a/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-api/pom.xml +++ b/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-api/pom.xml @@ -1,3 +1,21 @@ + 4.0.0 @@ -21,5 +39,5 @@ com.atlassian.xmlrpc atlassian-xmlrpc-binder-annotations - + diff --git a/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-security/src/test/resources/META-INF/redback/redback-core.xml b/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-security/src/test/resources/META-INF/redback/redback-core.xml index 289043991..549247997 100644 --- a/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-security/src/test/resources/META-INF/redback/redback-core.xml +++ b/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-security/src/test/resources/META-INF/redback/redback-core.xml @@ -1,3 +1,21 @@ + 1.0.0 @@ -207,4 +225,4 @@ - \ No newline at end of file + diff --git a/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-services/pom.xml b/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-services/pom.xml index e65548501..bfb1f9108 100644 --- a/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-services/pom.xml @@ -94,4 +94,19 @@ test + + + + + org.apache.rat + apache-rat-plugin + + + src/test/repositories/** + + + + + + diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml index 5ec8f7174..563ff4090 100644 --- a/archiva-modules/archiva-web/pom.xml +++ b/archiva-modules/archiva-web/pom.xml @@ -35,12 +35,29 @@ archiva-rest + + + + + org.apache.rat + apache-rat-plugin + + + + archiva-webapp-test/** + + + + + + + it - archiva-webapp-test + archiva-webapp-test - \ No newline at end of file + diff --git a/archiva-modules/metadata/test-repository/pom.xml b/archiva-modules/metadata/test-repository/pom.xml index 87d057f93..d5240890c 100644 --- a/archiva-modules/metadata/test-repository/pom.xml +++ b/archiva-modules/metadata/test-repository/pom.xml @@ -26,4 +26,19 @@ test-repository Archiva Repository for Testing + + + + + org.apache.rat + apache-rat-plugin + + + src/main/resources/** + + + + + + diff --git a/archiva-modules/plugins/generic-metadata-support/pom.xml b/archiva-modules/plugins/generic-metadata-support/pom.xml index c8b34ce81..f063b672e 100644 --- a/archiva-modules/plugins/generic-metadata-support/pom.xml +++ b/archiva-modules/plugins/generic-metadata-support/pom.xml @@ -1,4 +1,22 @@ + 4.0.0 diff --git a/archiva-modules/plugins/maven2-repository/pom.xml b/archiva-modules/plugins/maven2-repository/pom.xml index 7001fa6aa..f08ba3f20 100644 --- a/archiva-modules/plugins/maven2-repository/pom.xml +++ b/archiva-modules/plugins/maven2-repository/pom.xml @@ -147,5 +147,20 @@ + + + + org.apache.rat + apache-rat-plugin + + + + src/test/resources/com/** + src/test/resources/commons-io/** + + + + + diff --git a/archiva-modules/plugins/maven2-repository/src/test/java/org/apache/archiva/metadata/repository/storage/maven2/MockWagon.java b/archiva-modules/plugins/maven2-repository/src/test/java/org/apache/archiva/metadata/repository/storage/maven2/MockWagon.java index cea007c69..e22e2df1b 100644 --- a/archiva-modules/plugins/maven2-repository/src/test/java/org/apache/archiva/metadata/repository/storage/maven2/MockWagon.java +++ b/archiva-modules/plugins/maven2-repository/src/test/java/org/apache/archiva/metadata/repository/storage/maven2/MockWagon.java @@ -1,5 +1,24 @@ package org.apache.archiva.metadata.repository.storage.maven2; +/* + * 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. + */ + import org.apache.commons.io.FileUtils; import org.apache.maven.wagon.ConnectionException; import org.apache.maven.wagon.ResourceDoesNotExistException; diff --git a/archiva-modules/plugins/stage-repository-merge/pom.xml b/archiva-modules/plugins/stage-repository-merge/pom.xml index 6dee083db..6fe68f4a4 100644 --- a/archiva-modules/plugins/stage-repository-merge/pom.xml +++ b/archiva-modules/plugins/stage-repository-merge/pom.xml @@ -1,4 +1,22 @@ + @@ -96,6 +114,16 @@ + + org.apache.rat + apache-rat-plugin + + + src/test/resources/target-repo/** + src/test/resources/test-repository-with-conflict-artifacts/** + + + diff --git a/archiva-modules/src/site/apt/index.apt.vm b/archiva-modules/src/site/apt/index.apt.vm index 3ef59039e..84884f112 100644 --- a/archiva-modules/src/site/apt/index.apt.vm +++ b/archiva-modules/src/site/apt/index.apt.vm @@ -2,6 +2,23 @@ Archiva Developer's Documentation ---- +~~ 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. + Archiva Developer's Documentation These documents cover the architecture of Archiva and how to work with it. Information for users and plugin diff --git a/archiva-modules/src/site/apt/metadata-api.apt b/archiva-modules/src/site/apt/metadata-api.apt index c917eaf0f..01bd63f76 100644 --- a/archiva-modules/src/site/apt/metadata-api.apt +++ b/archiva-modules/src/site/apt/metadata-api.apt @@ -2,6 +2,23 @@ Metadata API ---- +~~ 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. + Metadata API and Persistence The Metadata Java API is comprised of the following: diff --git a/archiva-modules/src/site/apt/metadata-content-model.apt b/archiva-modules/src/site/apt/metadata-content-model.apt index f5c193615..f17815059 100644 --- a/archiva-modules/src/site/apt/metadata-content-model.apt +++ b/archiva-modules/src/site/apt/metadata-content-model.apt @@ -2,6 +2,23 @@ Metadata Control Model ---- +~~ 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. + Metadata Content Model The metadata repository stores all known information about a repository in a common format that other plugins can diff --git a/archiva-modules/src/site/apt/repository-api.apt b/archiva-modules/src/site/apt/repository-api.apt index aada26620..a4c00dad0 100644 --- a/archiva-modules/src/site/apt/repository-api.apt +++ b/archiva-modules/src/site/apt/repository-api.apt @@ -2,6 +2,23 @@ Repository APIs ---- +~~ 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. + Repository APIs The repository APIs are the means for accessing metadata from any type of repository. diff --git a/archiva-modules/src/site/apt/terminology.apt b/archiva-modules/src/site/apt/terminology.apt index fd82d4b26..580f93e59 100644 --- a/archiva-modules/src/site/apt/terminology.apt +++ b/archiva-modules/src/site/apt/terminology.apt @@ -2,6 +2,23 @@ Terminology ---- +~~ 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. + Terminology Archiva uses a lot of pieces of data that can have heavily overloaded meaning, so it is important to ensure the diff --git a/pom.xml b/pom.xml index 94057b87e..da5f0aea3 100644 --- a/pom.xml +++ b/pom.xml @@ -1339,6 +1339,10 @@ + + org.apache.rat + apache-rat-plugin + 4.0.0 diff --git a/skin/src/main/resources/META-INF/maven/site.vm b/skin/src/main/resources/META-INF/maven/site.vm index edb06705b..24d661220 100644 --- a/skin/src/main/resources/META-INF/maven/site.vm +++ b/skin/src/main/resources/META-INF/maven/site.vm @@ -1,3 +1,21 @@ +## +## 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. +## #macro ( link $href $name ) diff --git a/skin/src/main/resources/css/maven-base.css b/skin/src/main/resources/css/maven-base.css index d1b63329a..c6eb684fe 100644 --- a/skin/src/main/resources/css/maven-base.css +++ b/skin/src/main/resources/css/maven-base.css @@ -1,3 +1,22 @@ +/* + * 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. + */ + body { margin: 0px; padding: 0px; diff --git a/skin/src/main/resources/css/print.css b/skin/src/main/resources/css/print.css index f09d546c2..18fcbad70 100644 --- a/skin/src/main/resources/css/print.css +++ b/skin/src/main/resources/css/print.css @@ -1,3 +1,22 @@ +/* + * 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. + */ + #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { display: none !important; } -- 2.39.5