sanger96 / Happenings_Team-5_UTD_Senior_Design_Project

UTD Senior Design Project; Group Members: Gaurav Sanger, Jonathan Lam, Robert Dohm, Landin Kasti, Charles Eaton
3 stars 0 forks source link

Need to build backend into executable JAR file #31

Closed rwdohm83 closed 5 months ago

rwdohm83 commented 6 months ago

To run the backend on the VM we need to build it into an executable JAR file unless anybody knows how to execute this project from the command line another way.

rwdohm83 commented 6 months ago

I can create a JAR but it is lacking a manifest file. Alternatively, I added <--packaging>jar<--/packaging>" to the pom.xml file, but then I am lacking a maven wrapper file.

LKASTI commented 6 months ago

mvn install should be ran from the terminal in the springboot directory to create the jar file, which will be created inside the ./target directory.