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<qazw...@gmail.com> 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 everything is fine.
>
> The problem is that the people who build these files create the files in
> Microsoft Word, then use a PC program called Robohelp to generate them.
>
> Every time they generate the files, we get a completely different version of
> all HTML and GIFS no matter how small the change. We use Subversion, and
> each time we generate new help files, the people who maintain them basically
> delete the entire Subversion help tree, then re-add in the new set of files.
> This causes problems with our developers who now end up downloading and
> updating hundreds of files whenever the help changes.
>
> I would like to simply store these help files as a single zipfile in our
> source archive, and then unzip these files when I do a build. Is this
> possible in Maven?
>
> --
> David Weintraub
> qazw...@gmail.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to