AuthMe/AuthMeReloaded

View on GitHub
src/test/java/tools/shhelpers/setvars.sh

Summary

Maintainability
Test Coverage
#!/bin/sh

#The folder in which these .sh files are located
EXPORT batdir=/home/yourhome/IdeaProjects/AuthMeReloaded/src/tools/shhelpers/

#The location of the generated JAR file
EXPORT jarfile=/home/yourhome/IdeaProjects/AuthMeReloaded/target/AuthMe-5.2-SNAPSHOT.jar

#The location of the pom.xml file of the project
EXPORT pomfile=/home/yourhome/IdeaProjects/AuthMeReloaded/pom.xml

#The folder in which the server is located
EXPORT server=/home/yourhome/AUTHME_DEV/spigot-server/

#The Location of the plugins folder of the Minecraft server
EXPORT plugins=$server/plugins/