Re: Include resources from other module in .jar

2008-06-27 Thread Aiko85
> > > > adapt this a bit, add a dependency to the artifact > your.group.id:yourArtifactId (where your shared resources are placed in > src/main/resources) and off you go. > > HTH, > > Stefan > > Aiko85 wrote: >> Hi! >> >> Is it pos

Include resources from other module in .jar

2008-06-27 Thread Aiko85
Hi! Is it possible to directly include in a jar (lets call it A.jar) class/resource files from other module (lets call it B.jar). ? What I have is 5 jars/modules that need to have exactly the same property/xml files inside them, so I would like to keep the resources in a separate module, in one p