Hi All. I'm mavenizing a non-maven project, and it is currently using
jakarta-regexp-1.5.jar which is not in Central, but 1.4 is in Central. The other release can all be found here: http://archive.apache.org/dist/jakarta/regexp/ How can we get OS resources such as this into Central? (Yes, I know in the interim that I'll have to push it up into my local repo, I keep a <project>.non.central repo in Archiva for exactly this reason) -Chris