You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have successfully run a skeleton Server on Maven with "mvn jetty:run".
However, due to my project would require it to run locally and no internet.
I have downloaded the dependencies jars with "mvn dependency:copy-dependencies".
the jar files are all located in {project root}./target/dependency/ directory.
I also downloaded the jetty-distribution-9.3.29
I wonder if how to run the project without maven.
what are the procedure I need? Where I can turn on the verbose or see the command actually how the maven is to run the project?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have successfully run a skeleton Server on Maven with "mvn jetty:run".
However, due to my project would require it to run locally and no internet.
I have downloaded the dependencies jars with "mvn dependency:copy-dependencies".
the jar files are all located in {project root}./target/dependency/ directory.
I also downloaded the jetty-distribution-9.3.29
I wonder if how to run the project without maven.
what are the procedure I need? Where I can turn on the verbose or see the command actually how the maven is to run the project?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions