Maven Assembly Plugin

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

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

  • @sagswe
    @sagswe 12 ปีที่แล้ว +1

    Intermediate to advanced level of maven. Very well done screencast . Please do more of these.

  • @rkundi
    @rkundi 4 ปีที่แล้ว +1

    You have a wonderful, and to the point teaching style. Please make more videos on Java development. Thanks

  • @mikecmw8492
    @mikecmw8492 7 ปีที่แล้ว +3

    Good video. Only thing is command line was cut off so had to wait till you hit return to see what you typed.

  • @Pravasna30
    @Pravasna30 12 ปีที่แล้ว

    Awesome Screencast. Very good introduction to Assembly plugin and its uses. Could you please give an overview on module sets too

  • @ghureberai95
    @ghureberai95 4 ปีที่แล้ว

    Hi I have 2 projects (A and B). A has a dependency of B. Now I want to create a jar file of A which should have properties file of A and also properties file of B. I have unpacked the B and got the properties file of B. But not able to move that file to the root directory

  • @larskonrad5802
    @larskonrad5802 6 ปีที่แล้ว +1

    In case you want to create a runnable jar, add or replace the last dependency set with the following:
    /
    GROUPID:ARTIFACTID:jar:*
    true
    Replace GROUPID and ARTIFACTID with your group id and artifact id.
    This will unpack the jar in the base directory so that the packages with your classes to run and the META-INF folder that will tell the programm what to execute when the jar is launched. You can still put this jar somewhere else with another dependencySet if you so desire. Next, you have to configure maven to run your main class. In order to do this, add the following to build/plugins/plugin/configuration/ in of your pom.xml:

    PACKAGE.CLASS

    Replace PACKAGE and CLASS with the package and the class name of your main class. This will tell maven to write an entry to the MANIFEST.MF containing the location of the main class.

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

    Thank you for your sharing, it saves my life🙃

  • @mayurjain0405
    @mayurjain0405 4 ปีที่แล้ว

    This is awesome. Really helpful. Thank you David.

  • @sarikagarg8185
    @sarikagarg8185 3 ปีที่แล้ว

    Sir, I made one project in maven using ecllipse IDE. I used many images/icons and fxml files for project. used shade pluging to build it with all dependencies. When the jar with all dependecies is made it gave errors that unable to locate the resource. it shows the alert window which i made during exception. Unable to understand what to do. Kindly provide some solution. I don't have complete knowledge on maven. I used it to make use of different dependencies. The project works fine in Ecllipse IDE.

  • @Naveenkumar-yy3bo
    @Naveenkumar-yy3bo 2 ปีที่แล้ว

    Thanks dude, it really helped.

  • @kartikagrawal4129
    @kartikagrawal4129 8 ปีที่แล้ว

    very much helpful,,, thanks David... for sharing it

  • @ujjawalx7460
    @ujjawalx7460 7 ปีที่แล้ว +1

    Thanks . it was a nice explanation.

  • @dezfuliAmin
    @dezfuliAmin 4 ปีที่แล้ว

    save my life , thanks mate.

  • @paparajupavankumar
    @paparajupavankumar 11 ปีที่แล้ว

    Nice one.very good flow.Thanks a lot for this video

  • @sabeurb
    @sabeurb 9 ปีที่แล้ว

    nice clear presentation. tks

  • @bernardovale5234
    @bernardovale5234 8 ปีที่แล้ว

    Helped me a lot. Thanks

  • @bluemeriadoc
    @bluemeriadoc 4 ปีที่แล้ว

    10:47 saved my life today

  • @zerbitx
    @zerbitx 8 ปีที่แล้ว

    Thank you. Immensely helpful.

  • @WarriorsOfNet
    @WarriorsOfNet 9 ปีที่แล้ว

    Very Helpful

  • @jishnuanchery
    @jishnuanchery 4 ปีที่แล้ว

    Thank you!

  • @vijai335
    @vijai335 6 ปีที่แล้ว

    Thank you. Its helpfull

  • @onlymullapudi
    @onlymullapudi 9 ปีที่แล้ว +1

    Thanks!

  • @SP-it5qz
    @SP-it5qz 12 ปีที่แล้ว

    Thanks David..

  • @vimalprakashts
    @vimalprakashts 8 ปีที่แล้ว

    nice one.

  • @larskonrad5802
    @larskonrad5802 6 ปีที่แล้ว

    The header of the example.xml was cut off:

    • @RaviRanjan-tw1rj
      @RaviRanjan-tw1rj 5 ปีที่แล้ว

      I am getting error URI not registered for the headers, could you tell me how to resolve it, I tried alt + enter and all the 4 options but because of company security the download is blocked. So I am stuck here

  • @JuanCarlosCancela
    @JuanCarlosCancela 11 ปีที่แล้ว

    Thank you!