summaryrefslogtreecommitdiff
path: root/README.txt
blob: 74e43207be47c138f00e137ece4b0ce61b0ee502 (plain)
1
2
3
4
5
Required software:
- lucene-core (comes in pom.xml)
- jargs (somehow not in a Maven repository, sad):
    Install it into the local Maven repository:
    mvn install:install-file -Dfile=sw/jargs-1.0.0.jar -DgroupId=jargs -DartifactId=jargs -Dversion=1.0.0 -Dpackaging=jar