Project for CSE3310 Fall 2025
% cd jsbsimedit
% mvn clean
% mvn compile
% mvn test
% mvn package
% mvn exec:java -Dexec.mainClass=uta.cse3310.App
if you have a github token, put it into an environment variable GITHUB_TOKEN . To set this for every shell, include in ~/.bashrc .
Then, you can use it in a single command line to do git commands without having to enter your github password.
git push https://BudDavis:${GITHUB_TOKEN}@github.com/utastudents/jsbsimedit2
