[SERVER] fix rat violations one in the proxy ssl config replacement test file, the other in README.md (but curiously only for library, not for server/README.md)
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0d1ca4b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0d1ca4b2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0d1ca4b2 Branch: refs/heads/master Commit: 0d1ca4b2c3c9324815142256787dde03a6986bb8 Parents: 39616e4 Author: Alex Heneveld <[email protected]> Authored: Fri Dec 18 22:33:34 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Mon Dec 21 16:43:37 2015 +0000 ---------------------------------------------------------------------- .../brooklyn/camp/brooklyn/SimpleTestPojo.java | 18 ++++++++++++++++++ brooklyn-server/parent/pom.xml | 1 + 2 files changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0d1ca4b2/brooklyn-server/camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/SimpleTestPojo.java ---------------------------------------------------------------------- diff --git a/brooklyn-server/camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/SimpleTestPojo.java b/brooklyn-server/camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/SimpleTestPojo.java index 97e10c4..05e32ed 100644 --- a/brooklyn-server/camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/SimpleTestPojo.java +++ b/brooklyn-server/camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/SimpleTestPojo.java @@ -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. + */ package org.apache.brooklyn.camp.brooklyn; /** http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0d1ca4b2/brooklyn-server/parent/pom.xml ---------------------------------------------------------------------- diff --git a/brooklyn-server/parent/pom.xml b/brooklyn-server/parent/pom.xml index b63d73a..2dbe2eb 100644 --- a/brooklyn-server/parent/pom.xml +++ b/brooklyn-server/parent/pom.xml @@ -725,6 +725,7 @@ <exclude>sandbox/**</exclude> <!-- Exclude release because not part of distribution: not in tgz, and not uploaded to maven-central --> <exclude>release/**</exclude> + <exclude>README.md</exclude> <!-- Exclude netbeans config files (not part of the project, but often on users' drives --> <exclude>**/nbactions.xml</exclude> <exclude>**/nb-configuration.xml</exclude>
