Hello,

I am looking for an approach or plugin for the following:
I have a multi module project, where it is very likely that different modules 
need the same resources (specifically, xsd files and some configuration 
files). I do not want to copy each file on every module, so I though that I 
should have an independent module that includes this files.

I have researched about this and found the remote-resources plugin. It seems 
this is possible, and one must declare the resources like this:
<configuration>
 <resourceBundles>
   <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle>
 </resourceBundles>
</configuration>

I would like to know if anyone has experience with this plugin. Also, I am 
worried that I would have to declare the resource version, which could be a 
pain. Is it possible to declare the snapshot version?

Does anyone manage this with another plugin or different approach?

Thanks for your help.



-- 
David Ojeda

Reply via email to