Filip Spiridonov created FELIX-4173:
---------------------------------------

             Summary: "@" expression delimiter within resources is not supported
                 Key: FELIX-4173
                 URL: https://issues.apache.org/jira/browse/FELIX-4173
             Project: Felix
          Issue Type: Bug
          Components: Maven Bundle Plugin
            Reporter: Filip Spiridonov
            Priority: Minor


According to resource plugin documentation 
(http://maven.apache.org/plugins/maven-resources-plugin/resources-mojo.html) @ 
delimiter should be supported:
${property}
@property@
@property

I was converting an existing web application to OSGi. When I substituted 
maven-war-plugin with maven-bundle-plugin some properties like @TIMESTAMP@ 
stopped getting resolved. After changing it to ${TIMESTAMP} it works as 
expected.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to