[jira] (MPH-90) help:effective-pom does not show full effective-pom

2013-02-02 Thread Herve Boutemy (JIRA)

[ 
https://jira.codehaus.org/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=318529#comment-318529
 ] 

Herve Boutemy commented on MPH-90:
--

I think you expect things from effective pom that is not feasible: you expect 
normalization. But the effective pom is not normalized: plugin takes parameter 
values from multiple source: see 
[http://maven.apache.org/ref/3.1-SNAPSHOT/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html|PluginParameterExpressionEvaluator]
 for complete information

to me, there is no bug in help:effective-pom but wrong expectations

and I don't see how we could code your expectations, since we would have to 
mimic PluginParameterExpressionEvaluator

 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte
 Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
 target-option.png


 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-02-02 Thread Herve Boutemy (JIRA)

[ 
https://jira.codehaus.org/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=318529#comment-318529
 ] 

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

I think you expect things from effective pom that is not feasible: you expect 
normalization. But the effective pom is not normalized: plugin takes parameter 
values from multiple source: see 
[PluginParameterExpressionEvaluator|http://maven.apache.org/ref/3.1-SNAPSHOT/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html]
 for complete information

to me, there is no bug in help:effective-pom but wrong expectations

and I don't see how we could code your expectations, since we would have to 
mimic PluginParameterExpressionEvaluator

  was (Author: hboutemy):
I think you expect things from effective pom that is not feasible: you 
expect normalization. But the effective pom is not normalized: plugin takes 
parameter values from multiple source: see 
[http://maven.apache.org/ref/3.1-SNAPSHOT/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html|PluginParameterExpressionEvaluator]
 for complete information

to me, there is no bug in help:effective-pom but wrong expectations

and I don't see how we could code your expectations, since we would have to 
mimic PluginParameterExpressionEvaluator
  
 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte
 Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
 target-option.png


 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-02-02 Thread Herve Boutemy (JIRA)

[ 
https://jira.codehaus.org/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=318529#comment-318529
 ] 

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

I think you expect things from effective pom that is not feasible: you expect 
normalization. But the effective pom is not normalized: plugin takes parameter 
values from multiple source: see 
[PluginParameterExpressionEvaluator|http://maven.apache.org/ref/3.1-SNAPSHOT/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html]
 for complete information

to me, there is no bug in help:effective-pom but wrong expectations

and I don't see how we could code your expectations, since we would have to 
mimic PluginParameterExpressionEvaluator+plugin parameter expressions

  was (Author: hboutemy):
I think you expect things from effective pom that is not feasible: you 
expect normalization. But the effective pom is not normalized: plugin takes 
parameter values from multiple source: see 
[PluginParameterExpressionEvaluator|http://maven.apache.org/ref/3.1-SNAPSHOT/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html]
 for complete information

to me, there is no bug in help:effective-pom but wrong expectations

and I don't see how we could code your expectations, since we would have to 
mimic PluginParameterExpressionEvaluator+default plugin parameter expressions
  
 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte
 Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
 target-option.png


 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-02-02 Thread Herve Boutemy (JIRA)

[ 
https://jira.codehaus.org/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=318529#comment-318529
 ] 

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

I think you expect things from effective pom that is not feasible: you expect 
normalization. But the effective pom is not normalized: plugin takes parameter 
values from multiple source: see 
[PluginParameterExpressionEvaluator|http://maven.apache.org/ref/3.1-SNAPSHOT/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html]
 for complete information

to me, there is no bug in help:effective-pom but wrong expectations

and I don't see how we could code your expectations, since we would have to 
mimic PluginParameterExpressionEvaluator+default plugin parameter expressions

  was (Author: hboutemy):
I think you expect things from effective pom that is not feasible: you 
expect normalization. But the effective pom is not normalized: plugin takes 
parameter values from multiple source: see 
[PluginParameterExpressionEvaluator|http://maven.apache.org/ref/3.1-SNAPSHOT/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html]
 for complete information

to me, there is no bug in help:effective-pom but wrong expectations

and I don't see how we could code your expectations, since we would have to 
mimic PluginParameterExpressionEvaluator
  
 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte
 Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
 target-option.png


 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

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 closed MPH-90.
-

Resolution: Not A Bug

Closing it because of invalid expectations. 
Going back to the reason why this issue was filed: the effective-pom won't fix 
MJAVADOC-310 or MPIR-263.

 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte
 Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
 target-option.png


 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-02-02 Thread Michael Osipov (JIRA)

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

Michael Osipov reopened MPH-90:
---


Herve, exactly. You got the point. The docs do not mention that. There is no 
need to code that since this is a limitiation in the sytem itself.

Robert,

I have now reopened this for two reasons:

1. This issue was **not** filed with the expectation that it will fix the other 
issues.
2. I want this to be turned into a enhancement request. The docs should clearly 
describe the limitations of this goal.

 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte
 Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
 target-option.png


 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-02-01 Thread Michael Osipov (JIRA)

[ 
https://jira.codehaus.org/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=318464#comment-318464
 ] 

Michael Osipov commented on MPH-90:
---

I was referring to the JavaDoc of this class: 
http://maven.apache.org/ref/2.0.11/maven-project/apidocs/org/apache/maven/project/MavenProject.html

I would add: Please note that configuration set through expressions are not 
reflected in the configuration section and only if -X is called.

Something link. Folks should know that if they set maven.compiler.target = xxx 
or anything expression-based it won't be written out ot the effective pom.

 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte
 Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
 target-option.png


 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-01-31 Thread Michael Osipov (JIRA)

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

Michael Osipov reopened MPH-90:
---


Hi Robert, I need to reopen this one. Either you misunderstood my case or I did 
not make it clear enough.

Here is the case in more detail:
Say you define the previously mentioned properties, then run the effective pom 
goal and inspect the compiler plugin configuration, it is empty. This means 
that configuration of properties is not written back to the model. See attached 
screenshot, POM file and logfile.

Your testcase inspects the properties section only, this isn't what I was 
talking about.

 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte

 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-01-31 Thread Michael Osipov (JIRA)

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

Michael Osipov updated MPH-90:
--

Attachment: effective-pom.log
pom.xml
target-option.png
compiler-debug.png

 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte
 Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
 target-option.png


 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-01-31 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=318410#comment-318410
 ] 

Robert Scholte commented on MPH-90:
---

No problem that it is reopened.

I'm not interested in what the debugger is saying halfway the execution, but 
I'm more interested in what kind of output you would expect. Please check out 
this project and run {{mvn clean verify -Prun-its 
-Dinvoker.test=effective-pom_properties}} and have a look at the 
{{target/it/effective-pom_properties/build.log}}. 

If you change the {{invoker.goals}} to {{compile}} you'll see something like 
{noformat}
[DEBUG] Configuring mojo 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile from plugin realm 
ClassRealm[pluginorg.apache.maven.plugins:maven-compiler-plugin:2.3.2, parent: 
sun.misc.Launcher$AppClassLoader@5acac268]
[DEBUG] Configuring mojo 
'org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile' with basic 
configurator --
[DEBUG]   (f) basedir = 
E:\java-workspace\apache-maven-plugins\maven-help-plugin\target\it\effective-pom_properties
[DEBUG]   (f) buildDirectory = 
E:\java-workspace\apache-maven-plugins\maven-help-plugin\target\it\effective-pom_properties\target
[DEBUG]   (f) classpathElements = 
[E:\java-workspace\apache-maven-plugins\maven-help-plugin\target\it\effective-pom_properties\target\classes]
[DEBUG]   (f) compileSourceRoots = 
[E:\java-workspace\apache-maven-plugins\maven-help-plugin\target\it\effective-pom_properties\src\main\java]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) fork = false
[DEBUG]   (f) generatedSourcesDirectory = 
E:\java-workspace\apache-maven-plugins\maven-help-plugin\target\it\effective-pom_properties\target\generated-sources\annotations
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = 
E:\java-workspace\apache-maven-plugins\maven-help-plugin\target\it\effective-pom_properties\target\classes
[DEBUG]   (f) outputFileName = mph-90-1.0-SNAPSHOT
[DEBUG]   (f) projectArtifact = 
org.apache.maven.its.help:mph-90:jar:1.0-SNAPSHOT
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@2bbd9de3
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) source = 1.6
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) target = 1.6
[DEBUG]   (f) verbose = false
[DEBUG] -- end configuration --
{noformat}

IMO {{effective-pom}} is not about the build-plan and build-configuration, but 
only about merging the current pom with all its parent up to the super-pom 
provided by Maven.

 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte
 Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
 target-option.png


 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-01-31 Thread Michael Osipov (JIRA)

[ 
https://jira.codehaus.org/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=318411#comment-318411
 ] 

Michael Osipov commented on MPH-90:
---

Robert, I see the same output. But as you can see yourself, the debug output of 
the compiler plugin says source/target 1.6 and effective-pom does not carry the 
very same information in the configuration section. The description of the 
effective-pom goal says
bq. Displays the effective POM as an XML for this build, with the active 
profiles factored in.

As far as I can see, the build system does not inject that kind of information 
back to the XPP3Dom object. This cannot be fixed in the help plugin itself 
though the documention of the goal should be altered to reflect this limitation.

 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte
 Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
 target-option.png


 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-01-31 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=318412#comment-318412
 ] 

Robert Scholte commented on MPH-90:
---

What kind of desciption would you suggest? Is the word 'effective' confusing? 
The {{effective-pom}} is a standalone pom.xml, where all parents are merged 
into. Notice that it doesn't refer to a parent anymore.

 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte
 Attachments: compiler-debug.png, effective-pom.log, pom.xml, 
 target-option.png


 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-01-30 Thread Robert Scholte (JIRA)

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

Robert Scholte closed MPH-90.
-

Resolution: Cannot Reproduce
  Assignee: Robert Scholte

Added an IT in [r1440722|http://svn.apache.org/viewvc?rev=1440722view=rev]
Tested it with M3.0.4, M3.0.3 and M2.2.1 but couldn't reproduce it.


 help:effective-pom does not show full effective-pom
 ---

 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov
Assignee: Robert Scholte

 When I define something like this in my POM:
 {code:xml}
 properties
   maven.compiler.source1.6/maven.compiler.source
   maven.compiler.target1.6/maven.compiler.target
 /properties
 {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 not show full effective-pom

2013-01-02 Thread Michael Osipov (JIRA)
Michael Osipov created MPH-90:
-

 Summary: help:effective-pom does not show full effective-pom
 Key: MPH-90
 URL: https://jira.codehaus.org/browse/MPH-90
 Project: Maven 2.x Help Plugin
  Issue Type: Bug
Affects Versions: 2.1.1
 Environment: Maven 2.2.1 and Maven 3.0.3
Reporter: Michael Osipov


When I define something like this in my POM:
{code:xml}
properties
  maven.compiler.source1.6/maven.compiler.source
  maven.compiler.target1.6/maven.compiler.target
/properties
{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