You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/01/28 16:12:48 UTC

[maven-artifact-transfer] branch MSHARED-656 updated: Enhanced apache-rat-plugin configuration Fixed missing copyright header.

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


The following commit(s) were added to refs/heads/MSHARED-656 by this push:
     new b15181d  Enhanced apache-rat-plugin configuration Fixed missing copyright header.
b15181d is described below

commit b15181d458c1dee9665194d8c0d897963b73140b
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Jan 28 17:12:28 2018 +0100

    Enhanced apache-rat-plugin configuration
    Fixed missing copyright header.
---
 pom.xml                                               |  2 ++
 .../plugin/project/install/ProjectInstallerTest.java  | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/pom.xml b/pom.xml
index d6cac68..095007d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,6 +114,8 @@
             <exclude>**/.project</exclude>
             <exclude>**/.classpath</exclude>
             <exclude>**/.settings</exclude>
+            <exclude>src/it/**/.settings/</exclude>
+            <exclude>src/it/**/target/</exclude>
           </excludes>
         </configuration>
       </plugin>
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
khmarbaise@apache.org.