This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a change to branch feature/RAT-397
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
from 4fc02923 RAT-397: Add taglist plugin
add ce21f2ad Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0
add 106d942f Merge pull request #414 from
apache/dependabot/maven/org.apache.commons-commons-text-1.13.0
add 9b3c4b00 Bump org.junit:junit-bom from 5.11.3 to 5.11.4
add 69695137 Merge pull request #415 from
apache/dependabot/maven/org.junit-junit-bom-5.11.4
add 4bf8b777 Bump org.assertj:assertj-core from 3.26.3 to 3.27.0
add 9819aa88 Merge pull request #416 from
apache/dependabot/maven/org.assertj-assertj-core-3.27.0
add 61dd8c5c Happy new year
add 5b626a76 Bump org.assertj:assertj-core from 3.27.0 to 3.27.1
add a5fc55fc Merge pull request #418 from
apache/dependabot/maven/org.assertj-assertj-core-3.27.1
add b3e6441a Bump org.assertj:assertj-core from 3.27.1 to 3.27.2
add 249553af Merge pull request #420 from
apache/dependabot/maven/org.assertj-assertj-core-3.27.2
add 26a13f95 Bump org.apache.maven.plugins:maven-remote-resources-plugin
add 657ab371 Merge pull request #419 from
apache/dependabot/maven/org.apache.maven.plugins-maven-remote-resources-plugin-3.3.0
add 2baba8a5 RAT-379: Groovify proposed solution and shorten log output
during build
add e886682f Merge pull request #410 from apache/feature/RAT-379
add 9ddc32af RAT-469: Fixes to correctly detect additional valid licenses
(#413)
add 11e13179 Fix redundant imports
add 6bb71bbb Bump org.apache.commons:commons-csv from 1.12.0 to 1.13.0
add 7accaeca Merge pull request #423 from
apache/dependabot/maven/org.apache.commons-commons-csv-1.13.0
add fb6d3b3b changed 'name matcher' to 'document excluder' (#422)
add e9e742cc Publish build scans to develocity.apache.org
add b9e503aa Update Develocity extension versions
add 3f92399b Use `DEVELOCITY_ACCESS_KEY` to authenticate to
`develocity.apache.org`
add 282bc53e Add a projectId
add f46bd088 RAT-471: Adapt projectId
add c3a2824a Merge pull request #426 from clayburn/develocity.apache.org
add d86c98e4 RAT-471: Develocity integration
add bfe99881 Bump com.gradle:develocity-maven-extension from 1.22.2 to 1.23
add 5aa62266 Merge pull request #428 from
apache/dependabot/maven/com.gradle-develocity-maven-extension-1.23
add 3ac134c9 Bump org.assertj:assertj-core from 3.27.2 to 3.27.3
add 716a7db1 Merge pull request #427 from
apache/dependabot/maven/org.assertj-assertj-core-3.27.3
add d84ffb31 Bump com.gradle:develocity-maven-extension from 1.23 to 1.23.1
add 7447fdc6 Merge pull request #429 from
apache/dependabot/maven/com.gradle-develocity-maven-extension-1.23.1
add b170cbce Apply minor code cleanups
add bed43260 Try to change format to see if the error disappears now
add 1ab4e3c5 RAT-98: Add working directory to resolve relative document
names (#424)
add 3529867e RAT-98: Added FSInfo to handle file system differences (#421)
add e26e24d2 Bump org.apache.maven.plugins:maven-remote-resources-plugin
add 12abfcb8 Merge pull request #431 from
apache/dependabot/maven/org.apache.maven.plugins-maven-remote-resources-plugin-3.3.0
add c5a31fec RAT-379: Add changelog about bugfix in Eclipse
add ac0ebf3c RAT-98: fixed DocumentNameMatcher idiom misuse (#435)
add 34dcb05d RAT-98: Add file arg converter (#425)
add e7397ffe RAT-98: Add matcher set (#430)
add cd9aeaf0 RAT-98: updated tests (#437)
add 5066aa0c RAT-98: converted to assertj (#438)
add 57098407 RAT-98: Improve logging messages (#436)
add 08d67164 RAT-98: Converted to FileProcessorBuilder design (#439)
add c0bb2a58 RAT-98: simple non-functional changes (#440)
add 2905f3ac RAT-98: Changes to tests for multi OS and FileDocument change
(#441)
add f5b80da9 RAT-98: updated DocumentNameMatcher (#442)
add 16a77562 RAT-98: Refactored DocumentName and removed FileProcessor and
FileProcessorTest (#443)
add a9b1166b RAT-98: Rm unused import
add 4f9c6fb9 RAT-98: Updated tests for gitignore changes & deprecated
options (#417)
add fd1202b1 RAT-98: Fix javadoc
new 815a9cab RAT-397: Merges from master
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.
Summary of changes:
.asf.yaml | 3 +-
.github/workflows/maven.yml | 2 +-
.mvn/develocity.xml | 3 +-
.mvn/extensions.xml | 2 +-
README.md | 2 +-
apache-rat-core/pom.xml | 5 +
.../src/it/java/org/apache/rat/ReportTest.java | 2 +-
.../it/resources/ReportTest/RAT_14/verify.groovy | 2 +-
.../RAT_335/{ignore.txt => commandLine.txt} | 2 -
.../resources/ReportTest/RAT_335/src}/.gitignore | 0
.../ReportTest/RAT_335/src}/dir1/.gitignore | 0
.../ReportTest/RAT_335/src}/dir1/dir1.txt | 0
.../ReportTest/RAT_335/src}/dir1/file1.log | 0
.../resources/ReportTest/RAT_335/src}/dir2/dir2.md | 0
.../ReportTest/RAT_335/src}/dir3/dir3.log | 0
.../it/resources/ReportTest/RAT_335/src}/root.md | 0
.../it/resources/ReportTest/RAT_335/verify.groovy | 59 +--
.../copyResourcesFromParentProject.groovy | 69 +--
.../src/main/java/org/apache/rat/Defaults.java | 2 +-
.../main/java/org/apache/rat/OptionCollection.java | 40 +-
.../src/main/java/org/apache/rat/Report.java | 4 +-
.../java/org/apache/rat/ReportConfiguration.java | 17 +-
...ltAnalyserFactory.java => AnalyserFactory.java} | 52 +-
.../rat/analysis/DocumentHeaderAnalyser.java | 4 +-
.../org/apache/rat/analysis/TikaProcessor.java | 9 +-
.../src/main/java/org/apache/rat/api/MetaData.java | 23 +-
.../main/java/org/apache/rat/commandline/Arg.java | 38 +-
.../apache/rat/commandline/ArgumentContext.java | 28 +-
.../org/apache/rat/commandline/Converters.java | 57 +-
.../rat/config/exclusion/ExclusionProcessor.java | 214 ++++----
.../rat/config/exclusion/ExclusionUtils.java | 86 ++-
.../apache/rat/config/exclusion/FileProcessor.java | 115 ----
.../apache/rat/config/exclusion/MatcherSet.java | 178 +++++++
.../rat/config/exclusion/StandardCollection.java | 71 ++-
.../AbstractFileProcessorBuilder.java | 232 ++++++++
...noreProcessor.java => BazaarIgnoreBuilder.java} | 16 +-
...CVSFileProcessor.java => CVSIgnoreBuilder.java} | 24 +-
.../fileProcessors/DescendingFileProcessor.java | 121 -----
.../exclusion/fileProcessors/GitFileProcessor.java | 70 ---
.../exclusion/fileProcessors/GitIgnoreBuilder.java | 105 ++++
...HgIgnoreProcessor.java => HgIgnoreBuilder.java} | 34 +-
.../rat/config/exclusion/plexus/MatchPattern.java | 13 +-
.../rat/config/exclusion/plexus/MatchPatterns.java | 42 +-
.../rat/config/exclusion/plexus/SelectorUtils.java | 1 -
.../rat/configuration/XMLConfigurationReader.java | 161 +++---
.../apache/rat/document/ArchiveEntryDocument.java | 6 +-
.../org/apache/rat/document/ArchiveEntryName.java | 74 +++
...DocumentAnalyser.java => DocumentAnalyser.java} | 3 +-
.../rat/document/DocumentAnalyserMultiplexer.java | 50 --
.../java/org/apache/rat/document/DocumentName.java | 585 ++++++++++++++-------
.../apache/rat/document/DocumentNameMatcher.java | 375 +++++++++++--
.../src/main/java/org/apache/rat/help/Help.java | 2 +-
.../org/apache/rat/license/ILicenseFamily.java | 16 +
.../org/apache/rat/license/LicenseSetFactory.java | 27 +-
.../java/org/apache/rat/policy/DefaultPolicy.java | 70 ---
.../java/org/apache/rat/policy/package-info.java | 23 -
.../main/java/org/apache/rat/report/RatReport.java | 2 +-
.../rat/report/claim/ClaimReporterMultiplexer.java | 6 +-
.../apache/rat/report/xml/XmlReportFactory.java | 12 +-
.../apache/rat/report/xml/writer/XmlWriter.java | 4 +-
.../src/main/java/org/apache/rat/utils/Log.java | 17 +-
.../java/org/apache/rat/walker/ArchiveWalker.java | 18 +-
.../java/org/apache/rat/walker/FileListWalker.java | 26 +-
.../markdown/development/write_file_processor.md | 2 +-
.../src/test/java/org/apache/rat/DefaultsTest.java | 2 +-
.../java/org/apache/rat/OptionCollectionTest.java | 74 ++-
.../org/apache/rat/ReportConfigurationTest.java | 112 ++--
.../src/test/java/org/apache/rat/ReporterTest.java | 21 +-
...erFactoryTest.java => AnalyserFactoryTest.java} | 108 ++--
.../apache/rat/analysis/DocumentAnalyserTest.java | 333 ++++++++++++
.../apache/rat/analysis/HeaderCheckWorkerTest.java | 2 +
.../java/org/apache/rat/commandline/ArgTests.java | 19 +-
.../config/exclusion/ExclusionProcessorTest.java | 161 ++++--
.../rat/config/exclusion/FileProcessorTest.java | 62 ---
.../config/exclusion/StandardCollectionTest.java | 2 +-
.../fileProcessors/AbstractIgnoreBuilderTest.java | 115 ++++
.../AbstractIgnoreProcessorTest.java | 62 ---
...essorTest.java => BazaarIgnoreBuilderTest.java} | 22 +-
...rocessorTest.java => CVSIgnoreBuilderTest.java} | 21 +-
.../DescendingFileProcessorTest.java | 70 ---
.../fileProcessors/GitFileProcessorTest.java | 118 -----
.../fileProcessors/GitIgnoreBuilderTest.java | 138 +++++
...ProcessorTest.java => HgIgnoreBuilderTest.java} | 33 +-
.../config/parameters/DescriptionBuilderTest.java | 2 +-
.../rat/config/results/ClaimValidatorTest.java | 2 -
.../document/DocumentAnalyserMultiplexerTest.java | 60 ---
.../rat/document/DocumentNameBuilderTest.java | 167 ++++++
.../rat/document/DocumentNameMatcherTest.java | 93 ++++
.../org/apache/rat/document/DocumentNameTest.java | 315 +++++++----
.../java/org/apache/rat/document/FSInfoTest.java | 58 ++
.../org/apache/rat/document/FileDocumentTest.java | 33 +-
.../rat/document/guesser/NoteGuesserTest.java | 26 +-
.../apache/rat/license/LicenseSetFactoryTest.java | 168 ++++++
.../org/apache/rat/policy/DefaultPolicyTest.java | 169 ------
.../rat/report/xml/XmlReportFactoryTest.java | 2 +-
.../apache/rat/test/AbstractOptionsProvider.java | 377 +++++++------
.../java/org/apache/rat/test/utils/Resources.java | 29 +-
.../apache/rat/testhelpers/TestingDocument.java | 31 +-
.../rat/testhelpers/TestingDocumentAnalyser.java | 4 +-
.../org/apache/rat/testhelpers/TestingLicense.java | 6 +
.../java/org/apache/rat/testhelpers/XmlUtils.java | 26 +-
.../org/apache/rat/walker/DirectoryWalkerTest.java | 2 +-
.../org/apache/rat/walker/FileListWalkerTest.java | 12 +-
.../commandLine.txt | 0
.../expected-message.txt | 0
.../{RAT_355 => GitIgnoreBuilderTest}/pom.xml | 0
.../resources/GitIgnoreBuilderTest/src}/.gitignore | 0
.../src/README.txt | 0
.../GitIgnoreBuilderTest/src}/dir1/.gitignore | 0
.../src/dir1/dir1.md | 0
.../src/dir1/dir1.txt} | 0
.../src/dir1/file1.log} | 0
.../GitIgnoreBuilderTest/src/dir2/dir2.md | 0
.../GitIgnoreBuilderTest/src}/dir2/dir2.txt | 0
.../GitIgnoreBuilderTest/src}/dir3/dir3.log | 0
.../GitIgnoreBuilderTest/src}/dir3/file3.log | 0
.../GitIgnoreBuilderTest}/src/invoker.properties | 0
.../resources/GitIgnoreBuilderTest/src}/root.md | 0
.../verify.groovy | 0
.../test/resources/RAT_355/src/invoker.properties | 16 -
apache-rat-plugin/.gitignore | 2 +
apache-rat-plugin/pom.xml | 14 +-
.../src/it/CustomLicense/.rat/customConfig.xml | 17 +
apache-rat-plugin/src/it/CustomLicense/pom.xml | 28 +-
apache-rat-plugin/src/it/RAT-268/pom.xml | 10 +-
.../src/it/{RAT-168 => RAT-469}/invoker.properties | 0
.../src/it/{RAT-168 => RAT-469}/pom.xml | 34 +-
.../src/it/{RAT-168 => RAT-469}/verify.groovy | 21 +-
.../java/org/apache/rat/mp/AbstractRatMojo.java | 39 +-
.../java/org/apache/rat/mp/OptionMojoTest.java | 109 ++--
.../java/org/apache/rat/mp/RatCheckMojoTest.java | 393 +++++++-------
.../resources/unit/RAT-107/.classpath} | 0
.../dummy => test/resources/unit/RAT-107/.project} | 0
.../test/resources/unit/RAT-107/.settings/dummy | 0
.../resources/unit/RAT-107/dummy.ipr} | 0
.../resources/unit/RAT-107/submodule/.classpath} | 0
.../resources/unit/RAT-107/submodule/.project} | 0
.../unit/RAT-107/submodule/.settings/dummy | 0
.../resources/unit/RAT-107/submodule/dummy.iml} | 0
.../resources/unit/RAT-107/submodule/dummy.ipr} | 0
.../resources/unit/RAT-107/submodule/dummy.iws} | 0
.../unit/RAT-335-GitIgnore/invoker.properties | 16 -
.../unit/{RAT-335-GitIgnore => RAT-335}/.gitignore | 0
.../unit/{RAT-335-GitIgnore => RAT-335}/README.txt | 0
.../{RAT-335-GitIgnore => RAT-335}/dir1/.gitignore | 0
.../src/test/resources/unit/RAT-335}/dir1/dir1.md | 0
.../{RAT-335-GitIgnore => RAT-335}/dir1/dir1.txt | 0
.../{RAT-335-GitIgnore => RAT-335}/dir1/file1.log | 0
.../{RAT-335-GitIgnore => RAT-335}/dir2/dir2.md | 0
.../src/test/resources/unit/RAT-335}/dir2/dir2.txt | 0
.../{RAT-335-GitIgnore => RAT-335}/dir3/dir3.log | 0
.../test/resources/unit/RAT-335}/dir3/file3.log | 0
.../unit/{RAT-335-GitIgnore => RAT-335}/pom.xml | 0
.../unit/{RAT-335-GitIgnore => RAT-335}/root.md | 0
.../unit/RAT-362-GitIgnore/invoker.properties | 16 -
.../unit/{RAT-362-GitIgnore => RAT-362}/.gitignore | 0
.../unit/{RAT-362-GitIgnore => RAT-362}/bar.md | 0
.../unit/{RAT-362-GitIgnore => RAT-362}/foo.md | 0
.../unit/{RAT-362-GitIgnore => RAT-362}/pom.xml | 1 +
.../src/test/resources/unit/it3/pom.xml | 1 +
.../src/test/resources/unit/it5/.bzrignore | 5 -
.../test/resources/unit/it5/.rat/customConfig.xml | 23 +
.../src/test/resources/unit/it5/pom.xml | 104 +---
.../main/java/nl/basjes/something/Something.java | 0
.../main/java/org/apache/rat/anttasks/Report.java | 2 +-
.../rat/anttasks/ResourceCollectionContainer.java | 2 +-
.../org/apache/rat/anttasks/ReportOptionTest.java | 35 +-
apache-rat-tools/pom.xml | 8 +-
.../java/org/apache/rat/tools/Documentation.java | 3 +-
.../src/main/java/org/apache/rat/tools/Naming.java | 3 +-
pom.xml | 20 +-
src/changes/changes.xml | 12 +
src/site/site.xml | 2 +-
173 files changed, 4452 insertions(+), 2767 deletions(-)
rename apache-rat-core/src/it/resources/ReportTest/RAT_335/{ignore.txt =>
commandLine.txt} (63%)
copy {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/it/resources/ReportTest/RAT_335/src}/.gitignore (100%)
copy {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/it/resources/ReportTest/RAT_335/src}/dir1/.gitignore (100%)
copy {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/it/resources/ReportTest/RAT_335/src}/dir1/dir1.txt (100%)
copy {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/it/resources/ReportTest/RAT_335/src}/dir1/file1.log (100%)
copy {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/it/resources/ReportTest/RAT_335/src}/dir2/dir2.md (100%)
copy {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/it/resources/ReportTest/RAT_335/src}/dir3/dir3.log (100%)
copy {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/it/resources/ReportTest/RAT_335/src}/root.md (100%)
rename
apache-rat-core/src/main/java/org/apache/rat/analysis/{DefaultAnalyserFactory.java
=> AnalyserFactory.java} (72%)
delete mode 100644
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/FileProcessor.java
create mode 100644
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/MatcherSet.java
create mode 100644
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/fileProcessors/AbstractFileProcessorBuilder.java
rename
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/fileProcessors/{BazaarIgnoreProcessor.java
=> BazaarIgnoreBuilder.java} (71%)
rename
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/fileProcessors/{CVSFileProcessor.java
=> CVSIgnoreBuilder.java} (63%)
delete mode 100644
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/fileProcessors/DescendingFileProcessor.java
delete mode 100644
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/fileProcessors/GitFileProcessor.java
create mode 100644
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/fileProcessors/GitIgnoreBuilder.java
rename
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/fileProcessors/{HgIgnoreProcessor.java
=> HgIgnoreBuilder.java} (59%)
create mode 100644
apache-rat-core/src/main/java/org/apache/rat/document/ArchiveEntryName.java
rename
apache-rat-core/src/main/java/org/apache/rat/document/{IDocumentAnalyser.java
=> DocumentAnalyser.java} (96%)
delete mode 100644
apache-rat-core/src/main/java/org/apache/rat/document/DocumentAnalyserMultiplexer.java
delete mode 100644
apache-rat-core/src/main/java/org/apache/rat/policy/DefaultPolicy.java
delete mode 100644
apache-rat-core/src/main/java/org/apache/rat/policy/package-info.java
rename
apache-rat-core/src/test/java/org/apache/rat/analysis/{DefaultAnalyserFactoryTest.java
=> AnalyserFactoryTest.java} (69%)
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/analysis/DocumentAnalyserTest.java
delete mode 100644
apache-rat-core/src/test/java/org/apache/rat/config/exclusion/FileProcessorTest.java
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/AbstractIgnoreBuilderTest.java
delete mode 100644
apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/AbstractIgnoreProcessorTest.java
copy
apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/{CVSFileProcessorTest.java
=> BazaarIgnoreBuilderTest.java} (57%)
rename
apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/{CVSFileProcessorTest.java
=> CVSIgnoreBuilderTest.java} (65%)
delete mode 100644
apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/DescendingFileProcessorTest.java
delete mode 100644
apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/GitFileProcessorTest.java
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/GitIgnoreBuilderTest.java
rename
apache-rat-core/src/test/java/org/apache/rat/config/exclusion/fileProcessors/{HgIgnoreProcessorTest.java
=> HgIgnoreBuilderTest.java} (53%)
delete mode 100644
apache-rat-core/src/test/java/org/apache/rat/document/DocumentAnalyserMultiplexerTest.java
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/document/DocumentNameBuilderTest.java
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/document/DocumentNameMatcherTest.java
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/document/FSInfoTest.java
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/license/LicenseSetFactoryTest.java
delete mode 100644
apache-rat-core/src/test/java/org/apache/rat/policy/DefaultPolicyTest.java
rename apache-rat-core/src/test/resources/{RAT_355 =>
GitIgnoreBuilderTest}/commandLine.txt (100%)
rename apache-rat-core/src/test/resources/{RAT_355 =>
GitIgnoreBuilderTest}/expected-message.txt (100%)
rename apache-rat-core/src/test/resources/{RAT_355 =>
GitIgnoreBuilderTest}/pom.xml (100%)
copy {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/test/resources/GitIgnoreBuilderTest/src}/.gitignore (100%)
rename apache-rat-core/src/test/resources/{RAT_355 =>
GitIgnoreBuilderTest}/src/README.txt (100%)
copy {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/test/resources/GitIgnoreBuilderTest/src}/dir1/.gitignore
(100%)
rename apache-rat-core/src/test/resources/{RAT_355 =>
GitIgnoreBuilderTest}/src/dir1/dir1.md (100%)
rename apache-rat-core/src/test/resources/{RAT_355/src/dir2/dir2.txt =>
GitIgnoreBuilderTest/src/dir1/dir1.txt} (100%)
rename apache-rat-core/src/test/resources/{RAT_355/src/dir3/file3.log =>
GitIgnoreBuilderTest/src/dir1/file1.log} (100%)
rename
apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore/dir1/dir1.md =>
apache-rat-core/src/test/resources/GitIgnoreBuilderTest/src/dir2/dir2.md (100%)
rename {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/test/resources/GitIgnoreBuilderTest/src}/dir2/dir2.txt
(100%)
copy {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/test/resources/GitIgnoreBuilderTest/src}/dir3/dir3.log
(100%)
rename {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/test/resources/GitIgnoreBuilderTest/src}/dir3/file3.log
(100%)
rename apache-rat-core/src/{it/resources/ReportTest/RAT_335 =>
test/resources/GitIgnoreBuilderTest}/src/invoker.properties (100%)
copy {apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore =>
apache-rat-core/src/test/resources/GitIgnoreBuilderTest/src}/root.md (100%)
rename apache-rat-core/src/test/resources/{RAT_355 =>
GitIgnoreBuilderTest}/verify.groovy (100%)
delete mode 100644
apache-rat-core/src/test/resources/RAT_355/src/invoker.properties
create mode 100644 apache-rat-plugin/src/it/CustomLicense/.rat/customConfig.xml
copy apache-rat-plugin/src/it/{RAT-168 => RAT-469}/invoker.properties (100%)
copy apache-rat-plugin/src/it/{RAT-168 => RAT-469}/pom.xml (54%)
copy apache-rat-plugin/src/it/{RAT-168 => RAT-469}/verify.groovy (56%)
copy apache-rat-plugin/src/{it/RAT-107/.idea/dummy =>
test/resources/unit/RAT-107/.classpath} (100%)
copy apache-rat-plugin/src/{it/RAT-107/.idea/dummy =>
test/resources/unit/RAT-107/.project} (100%)
create mode 100644
apache-rat-plugin/src/test/resources/unit/RAT-107/.settings/dummy
copy apache-rat-plugin/src/{it/RAT-107/.idea/dummy =>
test/resources/unit/RAT-107/dummy.ipr} (100%)
copy apache-rat-plugin/src/{it/RAT-107/.idea/dummy =>
test/resources/unit/RAT-107/submodule/.classpath} (100%)
copy apache-rat-plugin/src/{it/RAT-107/.idea/dummy =>
test/resources/unit/RAT-107/submodule/.project} (100%)
create mode 100644
apache-rat-plugin/src/test/resources/unit/RAT-107/submodule/.settings/dummy
copy apache-rat-plugin/src/{it/RAT-107/.idea/dummy =>
test/resources/unit/RAT-107/submodule/dummy.iml} (100%)
copy apache-rat-plugin/src/{it/RAT-107/.idea/dummy =>
test/resources/unit/RAT-107/submodule/dummy.ipr} (100%)
copy apache-rat-plugin/src/{it/RAT-107/.idea/dummy =>
test/resources/unit/RAT-107/submodule/dummy.iws} (100%)
delete mode 100644
apache-rat-plugin/src/test/resources/unit/RAT-335-GitIgnore/invoker.properties
rename apache-rat-plugin/src/test/resources/unit/{RAT-335-GitIgnore =>
RAT-335}/.gitignore (100%)
rename apache-rat-plugin/src/test/resources/unit/{RAT-335-GitIgnore =>
RAT-335}/README.txt (100%)
rename apache-rat-plugin/src/test/resources/unit/{RAT-335-GitIgnore =>
RAT-335}/dir1/.gitignore (100%)
copy {apache-rat-core/src/it/resources/ReportTest/RAT_335/src =>
apache-rat-plugin/src/test/resources/unit/RAT-335}/dir1/dir1.md (100%)
rename apache-rat-plugin/src/test/resources/unit/{RAT-335-GitIgnore =>
RAT-335}/dir1/dir1.txt (100%)
rename apache-rat-plugin/src/test/resources/unit/{RAT-335-GitIgnore =>
RAT-335}/dir1/file1.log (100%)
rename apache-rat-plugin/src/test/resources/unit/{RAT-335-GitIgnore =>
RAT-335}/dir2/dir2.md (100%)
copy {apache-rat-core/src/it/resources/ReportTest/RAT_335/src =>
apache-rat-plugin/src/test/resources/unit/RAT-335}/dir2/dir2.txt (100%)
rename apache-rat-plugin/src/test/resources/unit/{RAT-335-GitIgnore =>
RAT-335}/dir3/dir3.log (100%)
copy {apache-rat-core/src/it/resources/ReportTest/RAT_335/src =>
apache-rat-plugin/src/test/resources/unit/RAT-335}/dir3/file3.log (100%)
rename apache-rat-plugin/src/test/resources/unit/{RAT-335-GitIgnore =>
RAT-335}/pom.xml (100%)
rename apache-rat-plugin/src/test/resources/unit/{RAT-335-GitIgnore =>
RAT-335}/root.md (100%)
delete mode 100644
apache-rat-plugin/src/test/resources/unit/RAT-362-GitIgnore/invoker.properties
rename apache-rat-plugin/src/test/resources/unit/{RAT-362-GitIgnore =>
RAT-362}/.gitignore (100%)
rename apache-rat-plugin/src/test/resources/unit/{RAT-362-GitIgnore =>
RAT-362}/bar.md (100%)
rename apache-rat-plugin/src/test/resources/unit/{RAT-362-GitIgnore =>
RAT-362}/foo.md (100%)
rename apache-rat-plugin/src/test/resources/unit/{RAT-362-GitIgnore =>
RAT-362}/pom.xml (97%)
delete mode 100644 apache-rat-plugin/src/test/resources/unit/it5/.bzrignore
create mode 100644
apache-rat-plugin/src/test/resources/unit/it5/.rat/customConfig.xml
copy apache-rat-plugin/src/{it/CustomLicense =>
test/resources/unit/it5}/src/main/java/nl/basjes/something/Something.java (100%)