nmadhire / jwpl

Automatically exported from code.google.com/p/jwpl
0 stars 0 forks source link

Maven setup #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using maven you will get an exception about a missing xerces-lucene lib.
Add this repo to get it fixed:

        <repository>
            <id>zoidberg</id>
            <url>http://zoidberg.tk.informatik.tu-darmstadt.de/artifactory/repo/</url>
        </repository>

Original issue reported on code.google.com by max.at.x...@gmail.com on 23 Dec 2012 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 12 Jun 2014 at 10:08