You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/07 17:18:10 UTC

[GitHub] [maven-site] slawekjaranowski opened a new pull request, #325: Remove property from parameter for Map and Properties

slawekjaranowski opened a new pull request, #325:
URL: https://github.com/apache/maven-site/pull/325

   There is no converters from String to Map, Properties So we can not use property for parameter of this type
   
   Tested with Maven 3.8.6 and I have:
   
   ```
   Cannot assign configuration entry 'properties' with value '${myProp}' of type java.lang.String to property of type java.util.Properties 
   ```
   
   ```
    Cannot assign configuration entry 'myMap' with value '${myMap}' of type java.lang.String to property of type java.util.Map
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-site] slawekjaranowski commented on pull request #325: Remove property from parameter for Map and Properties

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on PR #325:
URL: https://github.com/apache/maven-site/pull/325#issuecomment-1272269220

   > Maybe an explicit hint would be good.
   
   Should be an another paragraph about using property with `Parameter`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-site] slawekjaranowski merged pull request #325: Remove property from parameter for Map and Properties

Posted by GitBox <gi...@apache.org>.
slawekjaranowski merged PR #325:
URL: https://github.com/apache/maven-site/pull/325


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-site] kwin commented on pull request #325: Remove property from parameter for Map and Properties

Posted by GitBox <gi...@apache.org>.
kwin commented on PR #325:
URL: https://github.com/apache/maven-site/pull/325#issuecomment-1272261474

   Maybe an explicit hint would be good.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org