|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Hi Gesh,
Pierre asked me to implement this feature.
This is your repository, right? https://github.com/jenkinsci/maven-metadata-plugin
I don't have experience in jenkins api yet.
in order to get on track quickly, do you have a clue of what is missing?
on a quick look, it seems that I just need to add a createValue(CLICommand, String) in MavenMetadataParameterDefinition.java.
is that correct?
https://github.com/jenkinsci/maven-metadata-plugin/blob/master/src/main/lombok/eu/markov/jenkins/plugin/mvnmeta/MavenMetadataParameterDefinition.java?source=cc
http://javadoc.jenkins-ci.org/hudson/model/ParameterDefinition.html#createValue(hudson.cli.CLICommand, java.lang.String)