Using the maven-remote-resources-plugin and specifying the resourcesDirectory
问题 I'm trying to override the default resources directory (src/main/resources) when using the maven-remote-resources-plugin . However the specified value in the sample below doesn't seem to be taken into account. Would appreciate if someone could give me some pointers. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0<