Copying multiple resource directories to independent target directories with maven

前端 未结 9 1442
终归单人心
终归单人心 2020-12-05 04:03

The Maven resources plugin:

This goal requires that you configure the resources to be copied, and specify the outputDirectory.

C

9条回答
  •  独厮守ぢ
    2020-12-05 04:20

    Reading your example I don't think you have to include&configure the maven-resource-plugin. Just add those resource-elements to the -tag. See http://maven.apache.org/ref/3.1.1/maven-model/maven.html#class_resource which other tags you can use.

提交回复
热议问题