Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
For components that have a number at then end of their artifact Id, the plugin generates links using this number instead of without. For example, DBCP uses
https://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
not
https://commons.apache.org/proper/commons-dbcp2/download_dbcp2.cgi
We either need
- to allow for a component to say "use commons-dbcp in links instead of commons-dbcp2"
- change our distribution folders to use names like commons-dbcp2 and remove the old commons-dbcp
This applies to components:
- LANG with commons-lang3
- DBCP with commons-dbcp2
- POOL with commons-pool2
- CONFIGURATION with commons-configuration2
- COLLECTIONS with commons-collections4
- others?