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/09/04 14:47:11 UTC

[jira] Commented: (MAVEN-779) To have custom filters.

The following comment has been added to this issue:

     Author: radhakrishnan
    Created: Thu, 4 Sep 2003 7:46 AM
       Body:
I have modified the plugin maven-xdoc in order to have custom filters like this. which will find and replace the strings given in plugin.properties or project.properties file with the values given with that.

say in your plugin.properties file, you can have something like,

maven.filter.0 = @string@5

maven.filter.0.url = http://someurl.com?id=

so now the xdoc plugin will filter the xmls by finding the @string@5 string and replace with <a href="http://someurl.com?id=5">5</a>.
---------------------------------------------------------------------
View the issue:

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-779
    Summary: To have custom filters.
       Type: New Feature

     Status: Unassigned
   Priority: Trivial

 Time Spent: Unknown
  Remaining: 1 day

    Project: maven
 Components: 
             plugin-xdoc
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: radhakrishnan

    Created: Thu, 4 Sep 2003 7:43 AM
    Updated: Thu, 4 Sep 2003 7:43 AM
Environment: Linux.

Description:
Maven xdoc plugin is having the filtering process. But its not having the enhanced filtering like,

@url@5 will be replaced as <a href="www.someurl.com?id=5">5</a> something like this. So its very easy to define the links in the xdoc xmls. It will reduce the usage of HTML specified tags in xdoc xmls.


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