Maven 2.x Resources Plugin

Being able to filter resources based on solely the filter files ?

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: 2.6
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

I'd like to be able to switch the interpolation of pom and system properties, so that the filtering uses only the properties in <filters>
Specifically, I think it comes down to enable/disabling lines 198-202 in ResourcesMojo

// System properties
filterProperties.putAll( System.getProperties() );

// Project properties
filterProperties.putAll( project.getProperties() );

Alternatively, being able to specify the token delimiters to use could also make my day. (lines 255/258 still in ResourcesMojo)

WDYT?

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated: