Maven Lifecycle In 15 minutes | Phases | Goals | Plugins | Profiles

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 30

  • @shubham91219
    @shubham91219 ปีที่แล้ว

    Such a pleasant and calm voice man! Really easy to follow guide on Maven. Thanks!

  • @Playlist-cj9ct
    @Playlist-cj9ct 2 ปีที่แล้ว +2

    Thanks for keeping the video easy to understand.
    You are a very good teacher.

  • @nuraizamarufkyzy352
    @nuraizamarufkyzy352 2 ปีที่แล้ว +2

    The best Maven intro I could find :)

  • @khmarbaise
    @khmarbaise 4 หลายเดือนก่อน

    You can not skip phases by using properties. You skip the execution of particular plugin goals but that means the goal must support such a property and strictly speaking it's not even skipped. That means only the plugin will skip costly operations by checking the skip property upfront... ... As you seen in your own example output the surefire-plugin is even executed (the goal: "test" is shown in the output) which means also the phase "test" executed...

  • @RPenahli
    @RPenahli 2 ปีที่แล้ว +3

    Amazing video, full of lots of information. Thank you, Nikolay!

  • @mustafaercan686
    @mustafaercan686 3 ปีที่แล้ว +5

    Nice video, clean and simple

  • @minhnguyenquang3070
    @minhnguyenquang3070 2 ปีที่แล้ว +2

    Many thanks. The video is very clean and easy to understand

  • @mehdis948
    @mehdis948 2 ปีที่แล้ว +3

    Awesome tutorial. Thank you so much.

  • @hotony4092
    @hotony4092 ปีที่แล้ว

    Well explained, really nice illustrated.

  • @rahulsingh-iq4gd
    @rahulsingh-iq4gd 8 หลายเดือนก่อน

    When we type mvn package does it perform above 4 stages(clean,validate,compile,test) also ?

  • @abbaspercin
    @abbaspercin ปีที่แล้ว

    Finally someone without annoying pringles accent

  • @shashankmarri1056
    @shashankmarri1056 2 ปีที่แล้ว +1

    Very well explained.

  • @ExtremeMeditation
    @ExtremeMeditation 2 ปีที่แล้ว

    Great Video. Do you have the complete course available starting from the basics ?

  • @accclone8545
    @accclone8545 หลายเดือนก่อน

    Thank you so much.

  • @101_twentySomethings
    @101_twentySomethings 9 หลายเดือนก่อน

    very good understood in one go

  • @dillibabu77
    @dillibabu77 3 ปีที่แล้ว +1

    Very good video

  • @shivanshumishra2872
    @shivanshumishra2872 ปีที่แล้ว

    well explained

  • @paprikar
    @paprikar 2 ปีที่แล้ว +1

    underrated video

  • @mondemlanshmi
    @mondemlanshmi 10 หลายเดือนก่อน

    Clearcut info❤

  • @ametsoro5580
    @ametsoro5580 2 ปีที่แล้ว

    Good job man thanks !

  • @mysocial
    @mysocial 2 ปีที่แล้ว

    min 3:00 You said we can run multiple lifecycle in a single command like "mvn clean site". But clean and site are phase of the main (default lifecycle). So you are running multiple phases of the default lifecycle, and not multiple lifecycle?

    • @NikolayPanyukov
      @NikolayPanyukov  2 ปีที่แล้ว

      Thanks for question
      “site” is not the part of default lifecycle, it is specific lifecycle

    • @mysocial
      @mysocial 2 ปีที่แล้ว

      @@NikolayPanyukov true but is clean a lifecycle ?

    • @NikolayPanyukov
      @NikolayPanyukov  2 ปีที่แล้ว

      @@mysocial when you run clean, you initiate a default lifecycle
      you also could run “mvn build site”, it will work

    • @mysocial
      @mysocial 2 ปีที่แล้ว

      @@NikolayPanyukov ok thanks!

  • @fullgazz
    @fullgazz ปีที่แล้ว

    Great Vid, but still cant see any gain with Maven, God knows i tried.

  • @ma8969
    @ma8969 2 ปีที่แล้ว

    Thank you

  • @matinpathan5186
    @matinpathan5186 2 ปีที่แล้ว

    i have one question iam using ubuntu and in pom.xml do u have to specify like this :-
    id.compile
    compile

    run



    compile phase




    id.test
    test

    run



    test phase


    Or just as you showed
    org.apache.maven.plugins
    maven-compiler-plugin
    3.10.1

    1.8
    1.8

    like this above

  • @itsaname-t5c
    @itsaname-t5c 2 ปีที่แล้ว

    Very well explained.