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 2004/10/20 13:18:21 UTC

[jira] Created: (MPXDOC-123) a way to copy xml files instead of transforming

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPXDOC-123

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-123
    Summary: a way to copy xml files instead of transforming
       Type: Improvement

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-xdoc-plugin
   Versions:
             1.8

   Assignee: Arnaud HERITIER
   Reporter: Shinobu Kawai

    Created: Wed, 20 Oct 2004 7:17 AM
    Updated: Wed, 20 Oct 2004 7:17 AM
Environment: Any

Description:
Currently, there is no way to copy xml files from the xdocs directory to the docs directory.
cf. http://nagoya.apache.org/eyebrowse/ReadMsg?listName=users@maven.apache.org&msgId=812567

It would be great if there was a property like maven.xdoc.exclude.xml to tell xdoc what xml to transform and what to just copy.

A work-around would be to put the xml you want untouched outside of the xdocs directory and copy it on a postGoal of xdoc.


---------------------------------------------------------------------
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


[jira] Closed: (MPXDOC-123) a way to copy xml files instead of transforming

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Arnaud HERITIER
       Date: Mon, 25 Oct 2004 6:45 PM

A new property is added : maven.xdoc.xml.copy

A comma separated list of patterns to specify xml files to copy from ${maven.docs.src} to ${maven.docs.dest} without to perform a transformation to HTML.
The default value is empty (no xml files are copied).

you can download it with this command : 

maven plugin:download 
    -Dmaven.repo.remote=http://cvs.apache.org/repository 
    -DgroupId=maven 
    -DartifactId=maven-xdoc-plugin 
    -Dversion=SNAPSHOT 
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPXDOC-123

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-123
    Summary: a way to copy xml files instead of transforming
       Type: Improvement

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-xdoc-plugin
   Fix Fors:
             1.9
   Versions:
             1.8

   Assignee: Arnaud HERITIER
   Reporter: Shinobu Kawai

    Created: Wed, 20 Oct 2004 7:17 AM
    Updated: Mon, 25 Oct 2004 6:45 PM
Environment: Any

Description:
Currently, there is no way to copy xml files from the xdocs directory to the docs directory.
cf. http://nagoya.apache.org/eyebrowse/ReadMsg?listName=users@maven.apache.org&msgId=812567

It would be great if there was a property like maven.xdoc.exclude.xml to tell xdoc what xml to transform and what to just copy.

A work-around would be to put the xml you want untouched outside of the xdocs directory and copy it on a postGoal of xdoc.


---------------------------------------------------------------------
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