Clone the repository.
git clone git@github.com:svaponi/neo4j-whitespace-lowercase-analyzer.git
cd neo4j-whitespace-lowercase-analyzer
Build.
mvn clean package
Copy the jar into your Neo4j plugins folder.
cp ./target/neo4j-whitespace-lowercase-analyzer-*.jar $NEO4J_HOME/plugins/
If build fails with java.lang.UnsatisfiedLinkError: Can't load library: /your/path
, you may want to build without
running the tests.
mvn clean package -DskipTests