Multi-module Maven project and jetty:run

后端 未结 6 546
无人共我
无人共我 2020-12-12 17:40

I\'m trying to split a Maven WAR project into two modules, so that I can build a separate JAR file with command line tools. The result has the following structure:

6条回答
  •  不知归路
    2020-12-12 17:49

    Using extraClasspath in jetty configuration works... but for some reason, if dependant jars (from other modules) are outdated some things won't work correctly.

提交回复
热议问题