[jira] (MPH-90) help:effective-pom does show properties injected into plugin parameters

2013-02-02 Thread Robert Scholte (JIRA)

 [ 
https://jira.codehaus.org/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte updated MPH-90:
--

Component/s: effective-pom

> help:effective-pom does show properties injected into plugin parameters
> ---
>
> Key: MPH-90
> URL: https://jira.codehaus.org/browse/MPH-90
> Project: Maven 2.x Help Plugin
>  Issue Type: New Feature
>  Components: effective-pom
>Affects Versions: 2.1.1
> Environment: Maven 2.2.1 and Maven 3.0.3
>Reporter: Michael Osipov
>Assignee: Robert Scholte
>Priority: Minor
> Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
> target-option.png
>
>
> When I define something like this in my POM:
> {code:xml}
> 
>   1.6
>   1.6
> 
> {code}
> the compiler plugin picks this up but this settings is not reflected in the 
> {{Model}} and not written out as part of the effective POM.
> Either this is fixed within the system or the docs of this plugin need to 
> mention this clearly.
> This is related to MJAVADOC-310 and MPIR-263.
> I a workaround for now by passing those properties to the plugin but this 
> does not solve this problem.

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




[jira] (MPH-90) help:effective-pom does show properties injected into plugin parameters

2013-02-02 Thread Herve Boutemy (JIRA)

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

Herve Boutemy edited comment on MPH-90 at 2/2/13 8:17 AM:
--

the goal has no _limitation_ per se :): it does what is described, ie effective 
POM.
the fact that it doesn't describe what is exactly an effective pom, ie the 
result of [model 
build|http://maven.apache.org/ref/3.1-SNAPSHOT/maven-model-builder/], but 
nothing more, isn't a limitation: just wrong expections from users not 
understanding the effective-pom notion

BTW, yes, a FAQ entry or an enhanced javadoc will be a good improvement to get 
from this issue

  was (Author: hboutemy):
the goal has no _limitation_ per se :): it does what is described, ie 
effective POM.
the fact that it doesn't describe what is exactly an effective pom, ie the 
result of [http://maven.apache.org/ref/3.1-SNAPSHOT/maven-model-builder/|model 
build], but nothing more, isn't a limitation: just wrong expections from users 
not understanding the effective-pom notion

BTW, yes, a FAQ entry or an enhanced javadoc will be a good improvement to get 
from this issue
  
> help:effective-pom does show properties injected into plugin parameters
> ---
>
> Key: MPH-90
> URL: https://jira.codehaus.org/browse/MPH-90
> Project: Maven 2.x Help Plugin
>  Issue Type: New Feature
>Affects Versions: 2.1.1
> Environment: Maven 2.2.1 and Maven 3.0.3
>Reporter: Michael Osipov
>Assignee: Robert Scholte
>Priority: Minor
> Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
> target-option.png
>
>
> When I define something like this in my POM:
> {code:xml}
> 
>   1.6
>   1.6
> 
> {code}
> the compiler plugin picks this up but this settings is not reflected in the 
> {{Model}} and not written out as part of the effective POM.
> Either this is fixed within the system or the docs of this plugin need to 
> mention this clearly.
> This is related to MJAVADOC-310 and MPIR-263.
> I a workaround for now by passing those properties to the plugin but this 
> does not solve this problem.

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




[jira] (MPH-90) help:effective-pom does show properties injected into plugin parameters

2013-02-02 Thread Herve Boutemy (JIRA)

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

Herve Boutemy edited comment on MPH-90 at 2/2/13 8:17 AM:
--

the goal has no _limitation_ per se :): it does what is described, ie effective 
POM.
the fact that it doesn't describe what is exactly an effective pom, ie the 
result of [http://maven.apache.org/ref/3.1-SNAPSHOT/maven-model-builder/|model 
build], but nothing more, isn't a limitation: just wrong expections from users 
not understanding the effective-pom notion

BTW, yes, a FAQ entry or an enhanced javadoc will be a good improvement to get 
from this issue

  was (Author: hboutemy):
in has no _limitation_ per se :): it does what is described, ie effective 
POM.
the fact that it doesn't describe what is exactly an effective pom, ie the 
result of [http://maven.apache.org/ref/3.1-SNAPSHOT/maven-model-builder/|model 
build], but nothing more, isn't a limitation: just wrong expections from users 
not understanding the effective-pom notion

BTW, yes, a FAQ entry or an enhanced javadoc will be a good improvement to get 
from this issue
  
> help:effective-pom does show properties injected into plugin parameters
> ---
>
> Key: MPH-90
> URL: https://jira.codehaus.org/browse/MPH-90
> Project: Maven 2.x Help Plugin
>  Issue Type: New Feature
>Affects Versions: 2.1.1
> Environment: Maven 2.2.1 and Maven 3.0.3
>Reporter: Michael Osipov
>Assignee: Robert Scholte
>Priority: Minor
> Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
> target-option.png
>
>
> When I define something like this in my POM:
> {code:xml}
> 
>   1.6
>   1.6
> 
> {code}
> the compiler plugin picks this up but this settings is not reflected in the 
> {{Model}} and not written out as part of the effective POM.
> Either this is fixed within the system or the docs of this plugin need to 
> mention this clearly.
> This is related to MJAVADOC-310 and MPIR-263.
> I a workaround for now by passing those properties to the plugin but this 
> does not solve this problem.

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




[jira] (MPH-90) help:effective-pom does show properties injected into plugin parameters

2013-02-02 Thread Herve Boutemy (JIRA)

 [ 
https://jira.codehaus.org/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MPH-90:
-

Summary: help:effective-pom does show properties injected into plugin 
parameters  (was: help:effective-pom does not show full effective-pom)

> help:effective-pom does show properties injected into plugin parameters
> ---
>
> Key: MPH-90
> URL: https://jira.codehaus.org/browse/MPH-90
> Project: Maven 2.x Help Plugin
>  Issue Type: New Feature
>Affects Versions: 2.1.1
> Environment: Maven 2.2.1 and Maven 3.0.3
>Reporter: Michael Osipov
>Assignee: Robert Scholte
>Priority: Minor
> Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
> target-option.png
>
>
> When I define something like this in my POM:
> {code:xml}
> 
>   1.6
>   1.6
> 
> {code}
> the compiler plugin picks this up but this settings is not reflected in the 
> {{Model}} and not written out as part of the effective POM.
> Either this is fixed within the system or the docs of this plugin need to 
> mention this clearly.
> This is related to MJAVADOC-310 and MPIR-263.
> I a workaround for now by passing those properties to the plugin but this 
> does not solve this problem.

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