[GitHub] [maven-artifact-plugin] elharo commented on pull request #7: prefer Apache Commons StringUtils

2021-01-20 Thread GitBox
elharo commented on pull request #7: URL: https://github.com/apache/maven-artifact-plugin/pull/7#issuecomment-763553832 Maven 4 is likely more than a few months away, and even if it arrives we'll be supporting Maven 3 for years to come. We still have code in the project meant to support

[GitHub] [maven-artifact-plugin] elharo commented on pull request #7: prefer Apache Commons StringUtils

2021-01-19 Thread GitBox
elharo commented on pull request #7: URL: https://github.com/apache/maven-artifact-plugin/pull/7#issuecomment-762820234 Yes, that's why maven-shared-utils was made. And plexus-utils. And Apache commons lang. And Guava. Programmers seem really fond of building utility libraries to do the

[GitHub] [maven-artifact-plugin] elharo commented on pull request #7: prefer Apache Commons StringUtils

2021-01-17 Thread GitBox
elharo commented on pull request #7: URL: https://github.com/apache/maven-artifact-plugin/pull/7#issuecomment-761878409 There's likely more from apache commons lang coming. One piece at a time. The bottom line is that commons lang is well tested, documented, and maintained. Plexus