Repository: logging-log4j2 Updated Branches: refs/heads/master c2576af70 -> c57a6f67e
Fix RAT issues Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c57a6f67 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c57a6f67 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c57a6f67 Branch: refs/heads/master Commit: c57a6f67eab3ded72ce3eed8df258cbc9e99c90b Parents: c2576af Author: Ralph Goers <[email protected]> Authored: Sat Jan 21 17:48:26 2017 -0700 Committer: Ralph Goers <[email protected]> Committed: Sat Jan 21 17:48:26 2017 -0700 ---------------------------------------------------------------------- BUILDING.md | 16 ++++++++++++++++ pom.xml | 5 ++++- 2 files changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c57a6f67/BUILDING.md ---------------------------------------------------------------------- diff --git a/BUILDING.md b/BUILDING.md index 2a577c4..9fad590 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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. +--> # Building Log4j 2 To build Log4j 2, you need a JDK implementation version 1.7 or greater, and Apache Maven. http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c57a6f67/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f9addea..0f9b6c6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ ~ (the "License"); you may not use this file except in compliance with ~ the License. You may obtain a copy of the License at ~ - ~ https://www.apache.org/licenses/LICENSE-2.0 + ~ 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, @@ -1457,6 +1457,9 @@ <excludes> <!-- Matches other RAT configurations in this POM --> <exclude>src/main/resources/META-INF/services/**/*</exclude> + <!-- Docker --> + <exclude>.dockerignore</exclude> + <exclude>Dockerfile</exclude> <!-- IntelliJ files --> <exclude>.idea/**/*</exclude> <exclude>src/test/resources/**/*</exclude>
