summaryrefslogtreecommitdiff
path: root/pom.xml
AgeCommit message (Collapse)Author
2022-09-27A few updatesBen Culkin
2020-10-13Bump junit from 4.12 to 4.13.1dependabot[bot]
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05Minor updatesxBen Culkin
2019-01-17Refactor AffixListerBenjamin J. Culkin
AffixLister got refactored some more, in preparation for adding the ability to load things that aren't affixes.
2019-01-05Convert to Maven IIBenjamin J. Culkin
This gets the main script working, and the pom compiling things. To get it working right, two options were added for outputting normal & error outputs to files instead of the standard streams (System.out & System.err)
2019-01-05Begin maven conversionBenjamin J. Culkin
Begin converting the project to use maven for compiling/running java so as to allow easier splitting of AffixLister.java into its constituent classes without having to continuously tweak the script files