Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-157 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-157 Summary: Xdoc example Type: Improvement Status: Assigned Priority: Minor Time Spent: Unknown Estimate: 1 minute Project: maven Component: plugin-xdoc Assignee: dion gillard Reporter: dion gillard Created: Thu, 21 Nov 2002 7:42 PM Updated: Thu, 21 Nov 2002 7:42 PM Description: Hi dIon, We like Maven a lot - every project we touch is now Maven-ised. Yesterday I joined a new team on a project, so first thing I did was write the POM and try to compile it. Already it threw up some dependencies they hadn't realised were there so that's great. Anyway I've put together a little xdoc example as a start. You'll need to add this to the xdoc plugin a little to copy the docs directory after the images directory: <!-- Copy user supplied docs --> <copy todir="${maven.docs.dest}/docs" filtering="no"> <fileset dir="${maven.docs.src}/docs"> <include name="**/*"/> </fileset> </copy> Hope this is helpful to people starting with Maven, Mike --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.werken.com/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
