From c54543c3e8ed6fe2b332e398de6ce9f3c63d29d1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 20 Aug 2008 19:23:37 +0200 Subject: more fixes around dist --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index bd43d27..74e4320 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ Required software: - lucene-core (comes in pom.xml) -- jargs +- jargs (somehow not in a Maven repository, sad): Install it into the local Maven repository: - mvn install:install-file -Dfile=dist/jargs-1.0.0.jar -DgroupId=jargs -DartifactId=jargs -Dversion=1.0.0 -Dpackaging=jar + mvn install:install-file -Dfile=sw/jargs-1.0.0.jar -DgroupId=jargs -DartifactId=jargs -Dversion=1.0.0 -Dpackaging=jar -- cgit v1.2.3-54-g00ecf