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/09/07 22:54:06 UTC

[jira] Created: (MJT-2) Be able to specify a filterchain for a build resource

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MJT-2

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MJT-2
    Summary: Be able to specify a filterchain for a build resource
       Type: Improvement

     Status: Unassigned
   Priority: Trivial

 Original Estimate: 4 days
 Time Spent: Unknown
  Remaining: 4 days

    Project: maven-jelly-tags
   Versions:
             1.0

   Assignee: 
   Reporter: Robert Becker

    Created: Tue, 7 Sep 2004 4:53 PM
    Updated: Tue, 7 Sep 2004 4:53 PM
Environment: All

Description:
It would be great if I could specify a filterchain on each resource.  What I really want to be able to do is something like this:

  <build>
    <sourceDirectory>src/java</sourceDirectory>
    <resources>
      <resource>
        <directory>${pom.build.sourceDirectory}</directory>
        <include name="**/*.properties"/>
        <filterchain><expandproperties/></filterchain>
      </resource>
    </resources>
  </build>

This would provide the ability to replace Ant style placeholders in resources instead of just the @token@ style we are currently limited to with the <filter> Ant task.


---------------------------------------------------------------------
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: (MAVEN-1622) Be able to specify a filterchain for a build resource

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1622?page=all ]
     
Brett Porter closed MAVEN-1622:
-------------------------------

    Resolution: Duplicate

> Be able to specify a filterchain for a build resource
> -----------------------------------------------------
>
>          Key: MAVEN-1622
>          URL: http://jira.codehaus.org/browse/MAVEN-1622
>      Project: maven
>         Type: New Feature
>  Environment: All
>     Reporter: Robert Becker
>     Priority: Trivial

>
> Original Estimate: 4 days
>         Remaining: 4 days
>
> It would be great if I could specify a filterchain on each resource.  What I really want to be able to do is something like this:
>   <build>
>     <sourceDirectory>src/java</sourceDirectory>
>     <resources>
>       <resource>
>         <directory>${pom.build.sourceDirectory}</directory>
>         <include name="**/*.properties"/>
>         <filterchain><expandproperties/></filterchain>
>       </resource>
>     </resources>
>   </build>
> This would provide the ability to replace Ant style placeholders in resources instead of just the @token@ style we are currently limited to with the <filter> Ant task.

-- 
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
-
For more information on JIRA, 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