List of dependency jar files in Maven

后端 未结 9 2251
我在风中等你
我在风中等你 2020-12-04 09:50

Using Maven 2, is there a way I can list out the jar dependencies as just the file names?

mvn dependency:build-classpath 

can list the jar

9条回答
  •  旧巷少年郎
    2020-12-04 10:20

    Maven can build the classpath in your manifest automatically: http://maven.apache.org/guides/mini/guide-manifest.html

    It's a configuration of the Maven archive plugin.

提交回复
热议问题