On 6/13/07, Greg Thompson <[EMAIL PROTECTED]> wrote:
I ask partly out of curiosity, and partly because I have an ant-based "project" that generates a set of documents . If I were to mavenize this, I imagine that the bundle of documents would be installed/deployed so that it would be available to other projects (which may create assemblies containing the documents along with bits and pieces of other projects/modules). So what would I set the packaging to for this document project?
Without seeing it, my suggestion is to use pom packaging, and use the assembly plugin to create a zip file of the docs. Here's the Struts 1.x assembly module, which builds the release distributions including source and docs: http://svn.apache.org/repos/asf/struts/struts1/trunk/assembly/pom.xml -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
