How can I merge resource files in a Maven assembly?

前端 未结 5 976
闹比i
闹比i 2020-12-06 10:09

I\'m using Maven and its assembly plugin to build a distribution package of my project like this:

  • one project assembles a basic runtime (based on Felix), with
5条回答
  •  执笔经年
    2020-12-06 11:08

    Ive also created a merge files plugin, in my case i use it to merge SQL files from various projects into a single installer SQL file which can create all the schemas/tables/static data etc for our apps in a single file, http://croche.googlecode.com/svn/docs/maven-merge-files-plugin/0.1/usage.html

提交回复
热议问题