[ 
https://jira.codehaus.org/browse/MASSEMBLY-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=342600#comment-342600
 ] 

Karl Heinz Marbaise commented on MASSEMBLY-652:
-----------------------------------------------

Unfortunately i have to acknowledge this as a bug. I have created a [sample 
project on github which exactly shows the described 
behaviour|https://github.com/khmarbaise/massembly/tree/master/massembly-652].

> Resource filtering does not work if line contains single @
> ----------------------------------------------------------
>
>                 Key: MASSEMBLY-652
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-652
>             Project: Maven Assembly Plugin
>          Issue Type: Bug
>          Components: filtering
>    Affects Versions: 2.4
>            Reporter: Michael Gruebsch
>            Priority: Minor
>             Fix For: 2.5
>
>         Attachments: assembly.xml, pom.xml, test.txt
>
>
> I want to include and filter Microsoft SQL Server SQL-files. SQL Server has 
> extended properties which are declared as (extended property "Version" on a 
> database):
> exec DB.sys.sp_addextendedproperty
>   @name='Version'
> , @value='${project.version}'
> go
> However, if I filter the file which contains this call the expression 
> ${project.version} is not been replaced. I get it working only when adding a 
> second "@"
> exec DB.sys.sp_addextendedproperty
>   @name='Version'
> , @value='@${project.version}'
> go
> This evaluates to
> exec DB.sys.sp_addextendedproperty
>   @name='Version'
> , @value='@2.03.002'
> go
> However the "@" is not really wanted.
> Thank you.
> PS: Please rename attached "test.txt" to "test.sql". Got an server error 
> while trying to upload "test.sql".



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to