How to create installers with Maven

后端 未结 6 2092
离开以前
离开以前 2020-12-23 22:05

I\'m migrating a medium sized Java application\'s build from Ant to Maven. I could easily migrate the basic building stuff, but I would also like to create the installer pac

6条回答
  •  自闭症患者
    2020-12-23 22:22

    I'm looking into Installjammer - I don't see a maven plugin for it, but compared with izPack, it looks much more professional.

提交回复
热议问题