[jira] [Commented] (MPH-144) Add ability to print mvn help:evaluate output to stdout in quiet mode

2018-03-31 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MPH-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16421222#comment-16421222
 ] 

Hudson commented on MPH-144:


Build succeeded in Jenkins: Maven TLP » maven-help-plugin » MPH-146 #2

See https://builds.apache.org/job/maven-box/job/maven-help-plugin/job/MPH-146/2/

> Add ability to print mvn help:evaluate output to stdout in quiet mode
> -
>
> Key: MPH-144
> URL: https://issues.apache.org/jira/browse/MPH-144
> Project: Maven Help Plugin
>  Issue Type: New Feature
>  Components: evaluate
>Affects Versions: 3.0.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 3.1.0
>
>
> Currently if you use {{mvn help:evaluate -Dexpression=project.groupId}} there 
> are printed out some lines like {{[INFO] ...]]}}. If you use {{mvn 
> help:evaluate -Dexpression=project.groupId -q}} you won't get anything 
> printed out at all.
> It would be a good idea to have an output via a supplemental parameter like 
> this:
> {{mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true -q}} to 
> get printed out the information like this only:
> {code}
> 0.2.0-SNAPSHOT
> {code}
> this would give the opportunity to use the call within scripts without 
> filtering out things like {{[INFO]...}} etc. 
> This would work like this: 
> {{RESULT=$(mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true 
> -q)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPH-144) Add ability to print mvn help:evaluate output to stdout in quiet mode

2018-03-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MPH-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420912#comment-16420912
 ] 

Hudson commented on MPH-144:


Build succeeded in Jenkins: Maven TLP » maven-help-plugin » master #27

See https://builds.apache.org/job/maven-box/job/maven-help-plugin/job/master/27/

> Add ability to print mvn help:evaluate output to stdout in quiet mode
> -
>
> Key: MPH-144
> URL: https://issues.apache.org/jira/browse/MPH-144
> Project: Maven Help Plugin
>  Issue Type: New Feature
>  Components: evaluate
>Affects Versions: 3.0.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 3.1.0
>
>
> Currently if you use {{mvn help:evaluate -Dexpression=project.groupId}} there 
> are printed out some lines like {{[INFO] ...]]}}. If you use {{mvn 
> help:evaluate -Dexpression=project.groupId -q}} you won't get anything 
> printed out at all.
> It would be a good idea to have an output via a supplemental parameter like 
> this:
> {{mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true -q}} to 
> get printed out the information like this only:
> {code}
> 0.2.0-SNAPSHOT
> {code}
> this would give the opportunity to use the call within scripts without 
> filtering out things like {{[INFO]...}} etc. 
> This would work like this: 
> {{RESULT=$(mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true 
> -q)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPH-144) Add ability to print mvn help:evaluate output to stdout in quiet mode

2018-03-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MPH-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420910#comment-16420910
 ] 

Hudson commented on MPH-144:


Build succeeded in Jenkins: Maven TLP » maven-help-plugin » MPH-144 #4

See https://builds.apache.org/job/maven-box/job/maven-help-plugin/job/MPH-144/4/

> Add ability to print mvn help:evaluate output to stdout in quiet mode
> -
>
> Key: MPH-144
> URL: https://issues.apache.org/jira/browse/MPH-144
> Project: Maven Help Plugin
>  Issue Type: New Feature
>  Components: evaluate
>Affects Versions: 3.0.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 3.1.0
>
>
> Currently if you use {{mvn help:evaluate -Dexpression=project.groupId}} there 
> are printed out some lines like {{[INFO] ...]]}}. If you use {{mvn 
> help:evaluate -Dexpression=project.groupId -q}} you won't get anything 
> printed out at all.
> It would be a good idea to have an output via a supplemental parameter like 
> this:
> {{mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true -q}} to 
> get printed out the information like this only:
> {code}
> 0.2.0-SNAPSHOT
> {code}
> this would give the opportunity to use the call within scripts without 
> filtering out things like {{[INFO]...}} etc. 
> This would work like this: 
> {{RESULT=$(mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true 
> -q)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPH-144) Add ability to print mvn help:evaluate output to stdout in quiet mode

2018-03-30 Thread Karl Heinz Marbaise (JIRA)

[ 
https://issues.apache.org/jira/browse/MPH-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420851#comment-16420851
 ] 

Karl Heinz Marbaise commented on MPH-144:
-

Ah now I got it...But I hope I've already done them..

> Add ability to print mvn help:evaluate output to stdout in quiet mode
> -
>
> Key: MPH-144
> URL: https://issues.apache.org/jira/browse/MPH-144
> Project: Maven Help Plugin
>  Issue Type: New Feature
>  Components: evaluate
>Affects Versions: 3.0.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 3.1.0
>
>
> Currently if you use {{mvn help:evaluate -Dexpression=project.groupId}} there 
> are printed out some lines like {{[INFO] ...]]}}. If you use {{mvn 
> help:evaluate -Dexpression=project.groupId -q}} you won't get anything 
> printed out at all.
> It would be a good idea to have an output via a supplemental parameter like 
> this:
> {{mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true -q}} to 
> get printed out the information like this only:
> {code}
> 0.2.0-SNAPSHOT
> {code}
> this would give the opportunity to use the call within scripts without 
> filtering out things like {{[INFO]...}} etc. 
> This would work like this: 
> {{RESULT=$(mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true 
> -q)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPH-144) Add ability to print mvn help:evaluate output to stdout in quiet mode

2018-03-30 Thread Michael Osipov (JIRA)

[ 
https://issues.apache.org/jira/browse/MPH-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420841#comment-16420841
 ] 

Michael Osipov commented on MPH-144:


I have a few comments on the first commit on the branch before your have force 
pushed to it. Please have a look.

> Add ability to print mvn help:evaluate output to stdout in quiet mode
> -
>
> Key: MPH-144
> URL: https://issues.apache.org/jira/browse/MPH-144
> Project: Maven Help Plugin
>  Issue Type: New Feature
>  Components: evaluate
>Affects Versions: 3.0.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 3.1.0
>
>
> Currently if you use {{mvn help:evaluate -Dexpression=project.groupId}} there 
> are printed out some lines like {{[INFO] ...]]}}. If you use {{mvn 
> help:evaluate -Dexpression=project.groupId -q}} you won't get anything 
> printed out at all.
> It would be a good idea to have an output via a supplemental parameter like 
> this:
> {{mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true -q}} to 
> get printed out the information like this only:
> {code}
> 0.2.0-SNAPSHOT
> {code}
> this would give the opportunity to use the call within scripts without 
> filtering out things like {{[INFO]...}} etc. 
> This would work like this: 
> {{RESULT=$(mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true 
> -q)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPH-144) Add ability to print mvn help:evaluate output to stdout in quiet mode

2018-03-30 Thread Karl Heinz Marbaise (JIRA)

[ 
https://issues.apache.org/jira/browse/MPH-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420832#comment-16420832
 ] 

Karl Heinz Marbaise commented on MPH-144:
-

Can you give a hint what you have in mind? Maybe I'm little bit blockhead...

> Add ability to print mvn help:evaluate output to stdout in quiet mode
> -
>
> Key: MPH-144
> URL: https://issues.apache.org/jira/browse/MPH-144
> Project: Maven Help Plugin
>  Issue Type: New Feature
>  Components: evaluate
>Affects Versions: 3.0.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 3.1.0
>
>
> Currently if you use {{mvn help:evaluate -Dexpression=project.groupId}} there 
> are printed out some lines like {{[INFO] ...]]}}. If you use {{mvn 
> help:evaluate -Dexpression=project.groupId -q}} you won't get anything 
> printed out at all.
> It would be a good idea to have an output via a supplemental parameter like 
> this:
> {{mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true -q}} to 
> get printed out the information like this only:
> {code}
> 0.2.0-SNAPSHOT
> {code}
> this would give the opportunity to use the call within scripts without 
> filtering out things like {{[INFO]...}} etc. 
> This would work like this: 
> {{RESULT=$(mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true 
> -q)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPH-144) Add ability to print mvn help:evaluate output to stdout in quiet mode

2018-03-30 Thread Michael Osipov (JIRA)

[ 
https://issues.apache.org/jira/browse/MPH-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420824#comment-16420824
 ] 

Michael Osipov commented on MPH-144:


The Javadoc still needs some polish.

> Add ability to print mvn help:evaluate output to stdout in quiet mode
> -
>
> Key: MPH-144
> URL: https://issues.apache.org/jira/browse/MPH-144
> Project: Maven Help Plugin
>  Issue Type: New Feature
>  Components: evaluate
>Affects Versions: 3.0.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 3.1.0
>
>
> Currently if you use {{mvn help:evaluate -Dexpression=project.groupId}} there 
> are printed out some lines like {{[INFO] ...]]}}. If you use {{mvn 
> help:evaluate -Dexpression=project.groupId -q}} you won't get anything 
> printed out at all.
> It would be a good idea to have an output via a supplemental parameter like 
> this:
> {{mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true -q}} to 
> get printed out the information like this only:
> {code}
> 0.2.0-SNAPSHOT
> {code}
> this would give the opportunity to use the call within scripts without 
> filtering out things like {{[INFO]...}} etc. 
> This would work like this: 
> {{RESULT=$(mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true 
> -q)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPH-144) Add ability to print mvn help:evaluate output to stdout in quiet mode

2018-03-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MPH-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420786#comment-16420786
 ] 

Hudson commented on MPH-144:


Build succeeded in Jenkins: Maven TLP » maven-help-plugin » MPH-144 #3

See https://builds.apache.org/job/maven-box/job/maven-help-plugin/job/MPH-144/3/

> Add ability to print mvn help:evaluate output to stdout in quiet mode
> -
>
> Key: MPH-144
> URL: https://issues.apache.org/jira/browse/MPH-144
> Project: Maven Help Plugin
>  Issue Type: New Feature
>  Components: evaluate
>Affects Versions: 3.0.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
> Fix For: 3.1.0
>
>
> Currently if you use {{mvn help:evaluate -Dexpression=project.groupId}} there 
> are printed out some lines like {{[INFO] ...]]}}. If you use {{mvn 
> help:evaluate -Dexpression=project.groupId -q}} you won't get anything 
> printed out at all.
> It would be a good idea to have an output via a supplemental parameter like 
> this:
> {{mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true -q}} to 
> get printed out the information like this only:
> {code}
> 0.2.0-SNAPSHOT
> {code}
> this would give the opportunity to use the call within scripts directory 
> without filtering out things lie {{[INFO]...}} etc. like this:
> {{RESULT=$(mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true 
> -q)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MPH-144) Add ability to print mvn help:evaluate output to stdout in quiet mode.

2018-03-30 Thread Karl Heinz Marbaise (JIRA)

[ 
https://issues.apache.org/jira/browse/MPH-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420782#comment-16420782
 ] 

Karl Heinz Marbaise commented on MPH-144:
-

Better title yes. Thanks.

> Add ability to print mvn help:evaluate output to stdout in quiet mode.
> --
>
> Key: MPH-144
> URL: https://issues.apache.org/jira/browse/MPH-144
> Project: Maven Help Plugin
>  Issue Type: New Feature
>  Components: evaluate
>Affects Versions: 3.0.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Minor
>
> Currently if you use {{mvn help:evaluate -Dexpression=project.groupId}} there 
> are printed out some lines like {{[INFO] ...]]}}. If you use {{mvn 
> help:evaluate -Dexpression=project.groupId -q}} you won't get anything 
> printed out at all.
> It would be a good idea to have an output via a supplemental parameter like 
> this:
> {{mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true -q}} to 
> get printed out the information like this only:
> {code}
> 0.2.0-SNAPSHOT
> {code}
> this would give the opportunity to use the call within scripts directory 
> without filtering out things lie {{[INFO]...}} etc. like this:
> {{RESULT=$(mvn help:evaluate -Dexpression=project.groupId -DforceStdout=true 
> -q)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)