We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7b0e5 commit de0050dCopy full SHA for de0050d
code/Readme.md
@@ -52,7 +52,7 @@ Here, we recommend **IntelliJ IDEA**
52
```
53
cd backend
54
55
-mvn clean install
+mvn clean install -DskipTests
56
57
58
#### 3.2 Start Spring Boot Application (For Dev.)
@@ -64,7 +64,7 @@ edu.bu.cs673.secondhand.Application
64
65
#### 3.3 Compile (For Prod.)
66
67
-mvn clean package
+mvn clean package -DskipTests
68
69
> Note: The compiled Jar be under: src/main/resource/bu-secondhand-1.0.0.jar
70
> **Download Our snapshot**: [Download](https://drive.google.com/file/d/1MGHmqFn9JVJDV9i4CGHPK_WyYMrfZ3wQ/view?usp=sharing)
0 commit comments