This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new ea01417 sample jira report has a license (#4)
ea01417 is described below
commit ea0141759313548c56cf1c227eaa5d56707e3112
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Mar 17 11:59:49 2020 -0400
sample jira report has a license (#4)
* sample jira report has a license
---
pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 94d7362..51abf13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,15 +413,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>