linkedin / URL-Detector

A Java library to detect and normalize URLs in text
783 stars 186 forks source link

Support for local Maven repository installation #6

Closed pmonks closed 8 years ago

pmonks commented 8 years ago

In the interim, while issue #2 is being worked on, it would be ideal if it were possible to install the url-detector library in the local Maven repository (typically ~/.m2/repository/), so that other Maven-based build tools can consume the library.

Note that issue #2 is a vastly preferable solution to this problem, but allowing local installation (this issue) provides a short-term workaround.

tzuhanjan commented 8 years ago

Solved in #2