You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/07 12:15:26 UTC

[maven-changes-plugin] branch rat created (now 27228d7)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a change to branch rat
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git.


      at 27228d7  sample jira report has a license

This branch includes the following new commits:

     new 27228d7  sample jira report has a license

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-changes-plugin] 01/01: sample jira report has a license

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch rat
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 27228d77fc5e22d97074609bebc8565453587aa4
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Mar 7 07:15:14 2020 -0500

    sample jira report has a license
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 55104c9..ca60540 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,15 +425,6 @@ under the License.
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <configuration>
-            <excludes combine.children="append">
-              <!--
-                This file should not contain a license header as it represents
-                real data downloaded from a JIRA server.
-              -->
-              <exclude>src/test/resources/org/apache/maven/plugins/jira/unicode-jira-results.xml</exclude>
-            </excludes>
-          </configuration>
         </plugin>
       </plugins>
     </pluginManagement>