You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/10/03 10:21:12 UTC

[jira] Closed: (MAVEN-157) Xdoc example

Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Fri, 3 Oct 2003 3:20 AM

Added
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-157


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-157
    Summary: Xdoc example
       Type: Improvement

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Time Spent: Unknown
  Remaining: 1 minute

    Project: maven
 Components: 
             plugin-xdoc
   Fix Fors:
             1.0-rc2

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Thu, 21 Nov 2002 7:42 PM
    Updated: Fri, 3 Oct 2003 3:20 AM

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.codehaus.org/secure/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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org