I copied this github repository as a template for using User-Defined Procedures in Neo4j.
https://github.com/maxdemarzi/medicare
I added some procedures, used "mvn clean package", and was able to see these procedures in my database after putting the .jar file into the var/lib/neo4j/plugins folder and running "call dbms.procedures();" in the cypher-shell. However, when I add more functions to the database, I am not able to see or access them. Also, I can not edit or delete the procedures that I added the first time I ran "mvn clean package". Has anyone else run into this problem?