The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Mon, 4 Aug 2003 9:03 AM
    Changes:
             description changed from 

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


             environment changed to 
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

---------------------------------------------------------------------
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: Assigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: 1 minute

    Project: maven
 Components: 
             plugin-xdoc
   Fix Fors:
             1.1

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Thu, 21 Nov 2002 7:42 PM
    Updated: Mon, 4 Aug 2003 9:03 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to