Skip to content

Commit de0050d

Browse files
committed
adding instructions for compile and dev.
1 parent 8c7b0e5 commit de0050d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Here, we recommend **IntelliJ IDEA**
5252
```
5353
cd backend
5454
55-
mvn clean install
55+
mvn clean install -DskipTests
5656
```
5757

5858
#### 3.2 Start Spring Boot Application (For Dev.)
@@ -64,7 +64,7 @@ edu.bu.cs673.secondhand.Application
6464

6565
#### 3.3 Compile (For Prod.)
6666
```
67-
mvn clean package
67+
mvn clean package -DskipTests
6868
```
6969
> Note: The compiled Jar be under: src/main/resource/bu-secondhand-1.0.0.jar
7070
> **Download Our snapshot**: [Download](https://drive.google.com/file/d/1MGHmqFn9JVJDV9i4CGHPK_WyYMrfZ3wQ/view?usp=sharing)

0 commit comments

Comments
 (0)