visnunathan8 / Attendance-management-system-using-spring-boot-and-angular-7

The main motive of the project is to create an end to end attendance management system for the company
16 stars 11 forks source link

Snapshot.jar file not found #12

Open nidhimukunda05 opened 3 years ago

nidhimukunda05 commented 3 years ago

Where is the snapshot.jar file? I imported the project in eclipse using maven. I could not find the snapshot.jar file in the project.

rahulravisankar1108 commented 3 years ago

after successful compilation of the middleware (i.e) spring, the SNAPSHOT.jar will be created under the target folder on the same main folder of the project use mvn install or mvn spring-boot:run

Vedant112000 commented 4 months ago

use mvn package to create a jar. It will be available in target folder. If there is an target folder but jar file is not present then run mvn clean then the target folder shouldn't be available. After this run mvn package. Thanks