How to create installers with Maven

后端 未结 6 2093
离开以前
离开以前 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:30

    You could use IzPack and the IzPack maven plugin for that purpose. It works quite well for me: http://izpack.codehaus.org/izpack-maven-plugin/

提交回复
热议问题