Changeset 2701


Ignore:
Timestamp:
03/15/13 13:35:57 (11 years ago)
Author:
oschonef
Message:
  • clearify instructions for installing the cql-java.jar into local Maven repository
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUServer/trunk/README.txt

    r1991 r2701  
    4444-------------
    4545Since the Java CQL parse is not available from a official Maven repository,
    46 you'll need to install it to your local repository using the following command:
     46you'll need to install it to your local repository using the following commands:
     47$ cd <place/where/extracted/the/source>/
    4748$ mvn install:install-file  -DgroupId=org.z3950.zing -DartifactId=cql-java \
    48       -Dversion=1.7 -Dpackaging=jar -Dfile=cql-java.jar -DgeneratePom=true
     49      -Dversion=1.7 -Dpackaging=jar -Dfile=lib/cql-java.jar -DgeneratePom=true
    4950     
    5051Then you can build the library with the following command:
Note: See TracChangeset for help on using the changeset viewer.