Re: Exploding a ZIP in a resource directory

2009-08-05 Thread Brian Fox
2009/8/5 David Weintraub : > On Tue, Aug 4, 2009 at 6:57 PM, Alexander wrote: >> >> You could declare these documentaion as dependecy. Then use dependency >> plugin for unpacking this module. >> See http://maven.apache.org/plugins/maven-dependency-plugin/unpack-mojo.html >> > > On Tue, Aug 4, 200

Re: Exploding a ZIP in a resource directory

2009-08-05 Thread Alexander
Maybe you sould try this http://www.pohlidame.cz/insolvencni-rejstrik/maven-unzip-plugin.html? 2009/8/5 David Weintraub > On Tue, Aug 4, 2009 at 6:57 PM, Alexander wrote: > >> You could declare these documentaion as dependecy. Then use dependency >> plugin for unpacking this module. [?] >> See

Re: Exploding a ZIP in a resource directory

2009-08-05 Thread David Weintraub
On Tue, Aug 4, 2009 at 6:57 PM, Alexander wrote: > You could declare these documentaion as dependecy. Then use dependency > plugin for unpacking this module. [?] > See > http://maven.apache.org/plugins/maven-dependency-plugin/unpack-mojo.html > > On Tue, Aug 4, 2009 at 8:39 PM, Brian Fox wrote:

Re: Exploding a ZIP in a resource directory

2009-08-04 Thread Brian Fox
http://www.sonatype.com/people/2008/04/how-to-share-resources-across-projects-in-maven/ On Tue, Aug 4, 2009 at 6:51 PM, David Weintraub wrote: > We have a series of HTML based help files that sit inside our > src/main/resource/help directory. Right now, we store these files as html > files, and ev

Re: Exploding a ZIP in a resource directory

2009-08-04 Thread Alexander
You could declare these documentaion as dependecy. Then use dependency plugin for unpacking this module. [?] See http://maven.apache.org/plugins/maven-dependency-plugin/unpack-mojo.html 2009/8/5 David Weintraub > We have a series of HTML based help files that sit inside our > src/main/resource/h