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/11 18:25:50 UTC

[GitHub] [maven-site] kwin opened a new pull request, #328: Document limitation of comma-separated collections/arrays

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

   Document missing string -> map and string -> properties coercion


-- 
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 a diff in pull request #328: Document limitation of comma-separated collections/arrays

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on code in PR #328:
URL: https://github.com/apache/maven-site/pull/328#discussion_r993159940


##########
content/apt/guides/mini/guide-configuring-plugins.apt:
##########
@@ -389,6 +391,8 @@ public class MyAnimalMojo
 ...
 +-----+
 
+ In contrast to value objects and collections/arrays there is no string coercion defined for maps, i.e. you cannot give parameters of those type via CLI argument. 

Review Comment:
   maps -> properties



-- 
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 merged pull request #328: Document limitation of comma-separated collections/arrays

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


-- 
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 a diff in pull request #328: Document limitation of comma-separated collections/arrays

Posted by GitBox <gi...@apache.org>.
kwin commented on code in PR #328:
URL: https://github.com/apache/maven-site/pull/328#discussion_r993254182


##########
content/apt/guides/mini/guide-configuring-plugins.apt:
##########
@@ -389,6 +391,8 @@ public class MyAnimalMojo
 ...
 +-----+
 
+ In contrast to value objects and collections/arrays there is no string coercion defined for maps, i.e. you cannot give parameters of those type via CLI argument. 

Review Comment:
   thanks, fixed in https://github.com/apache/maven-site/commit/4d2e9e5092c5db8bcfee9a63a1c6b177a2b2e4ee.



-- 
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 a diff in pull request #328: Document limitation of comma-separated collections/arrays

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on code in PR #328:
URL: https://github.com/apache/maven-site/pull/328#discussion_r993159940


##########
content/apt/guides/mini/guide-configuring-plugins.apt:
##########
@@ -389,6 +391,8 @@ public class MyAnimalMojo
 ...
 +-----+
 
+ In contrast to value objects and collections/arrays there is no string coercion defined for maps, i.e. you cannot give parameters of those type via CLI argument. 

Review Comment:
   map -> properties



-- 
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