You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (Jira)" <ji...@apache.org> on 2020/07/20 12:48:00 UTC

[jira] [Comment Edited] (MRESOURCES-254) Filtering of compound properties using properties added by other plugins fails without ${*} delimiter

    [ https://issues.apache.org/jira/browse/MRESOURCES-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161177#comment-17161177 ] 

Dennis Lundberg edited comment on MRESOURCES-254 at 7/20/20, 12:47 PM:
-----------------------------------------------------------------------

Good example to test!

That fails as well.

So we have 3 things that together makes it fail:
* properties added by other plugins in combination with
* normal Maven properties
* using alternate delimiters

I'll do some digging in the source to see if I can find anything.

Forgot to say thank you for the test project! It really helps a lot.


was (Author: dennisl):
Good example to test! But it actually works fine.

So we have 3 things that together makes it fail:
* properties added by other plugins in combination with
* normal Maven properties
* using alternate delimiters

I'll do some digging in the source to see if I can find anything.

Forgot to say thank you for the test project! It really helps a lot.

> Filtering of compound properties using properties added by other plugins fails without ${*} delimiter
> -----------------------------------------------------------------------------------------------------
>
>                 Key: MRESOURCES-254
>                 URL: https://issues.apache.org/jira/browse/MRESOURCES-254
>             Project: Maven Resources Plugin
>          Issue Type: Bug
>          Components: delimiters, filtering
>    Affects Versions: 3.1.0
>            Reporter: Andre Brait
>            Priority: Major
>         Attachments: test.zip
>
>
> How to reproduce:
>  # Open the project I attached here
>  # Run mvn clean compile
>  # Check that the file target/classes/someText.txt has a compund property that was incorrectly filtered
>  # SetĀ useDefaultDelimiters to true and run mvn clean compile again
>  # Check that the fileĀ target/classes/someText.txt was now filtered properly



--
This message was sent by Atlassian Jira
(v8.3.4#803005)