linkedin / URL-Detector

A Java library to detect and normalize URLs in text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for local Maven repository installation

pmonks opened this issue · comments

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.

Solved in #2