Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
just Comment
#python 3.6.9 print ("Hello, world!") """ There are three built-in build lifecycles: - default - clean - site Each of these build lifecycles is defined by a different list of build phases, wherein a build phase represents a stage in the lifecycle For example, the default lifecycle comprises of the following phases: validate, compile, test, package, verify, install, deploy, usw... These lifecycle phases (plus the other lifecycle phases not shown here) are executed sequentially to complete the **default** lifecycle. Given the lifecycle phases above, this means that when the default lifecycle is used, Maven will first validate the project, then will try to compile the sources, run those against the tests, package the binaries (e.g. jar), run integration tests against that package, verify the integration tests, install the verified package to the local repository, then deploy the installed package to a remote repository You should select the phase that matches your outcome If you want your jar, run package. If you want to run the unit tests, run test. If you are uncertain what you want, the preferred phase to call is "mvn verify" """
run
|
edit
|
history
|
help
0
PyClosure
PyTeleAbs
HW4
delta5
sum of odd numbers
Hello world
Python
Questions
вправи в пайтон
947