Sergix / JTerm

A terminal written in Java for cross-platform compatibility and usage.
https://sergix.github.io/projects/jterm
GNU General Public License v3.0
52 stars 32 forks source link

JUnit tests can be run at Maven build and Maven Test #117

Closed IshaqIdris closed 6 years ago

IshaqIdris commented 6 years ago

Added plugin snippet to pom.xml for running JUnit 5 tests at Maven build and also with the use of command "mvn test" or "mvn clean test".