Syntax to build maven project offline
Answers
Answered by
1
hey mate ☺️☺️
Working in offline mode
☑️Open a project that you want to build offline.
☑️Run the following command: mvndependency:go-offline.
☑️Observe the output:
☑️Run the following command: mvn –o clean package.
I hope it will help you ✌️
Working in offline mode
☑️Open a project that you want to build offline.
☑️Run the following command: mvndependency:go-offline.
☑️Observe the output:
☑️Run the following command: mvn –o clean package.
I hope it will help you ✌️
Answered by
1
"In order to build the syntax of maven project offline just follow the below steps.
1. Open the offline project that needs to be build.
2. Run the next command mvn dependency: go -offline
3. Get the output.
4. Finally run the command mvn -o clean package
5. Now the build is successfully completed.
Note: A syntax is a set of rules which contains combinations of symbols that needs to be arranged correctly according to the language."
Similar questions