> Is there a way when using resources:resources to supply a property file > that > is within a jar (dependency for the plugin) that is used during the > filtering process of the resources files?
I don't know of any way "out of the box" to do what you are asking. It is possible that this feature could be included in the maven-remote-resources-plugin [1] or the properties-maven-plugin [2] but you will probably have to write the code and contribute it back, and make a good case for it to be included in a future release. [1] http://maven.apache.org/plugins/maven-remote-resources-plugin/ [2] http://mojo.codehaus.org/properties-maven-plugin/ Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
