This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-656 in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git
commit 37bb29e48f84872149941c24ad4a26e6b3a8a4b6 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sun Jan 28 17:12:28 2018 +0100 Enhanced apache-rat-plugin configuration Fixed missing copyright header. --- .../plugin/project/install/ProjectInstallerTest.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java b/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java index e22a0ca..ea79c29 100644 --- a/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java +++ b/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java @@ -1,5 +1,24 @@ package org.apache.maven.plugin.project.install; +/* + * 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 static org.junit.Assert.assertTrue; import java.io.File; -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.