Hi Chaitanya, I recently saw your request again and decided to take another look at your proposed plugin.
I think having similar functionality than another plugin should not prevent this plugin from getting distributed in the Jenkins update center. That said, I found that your entire POM still has the contents from the Cucumber Plugin you forked from: https://github.com/ChaitanyaChannella/BehaveResultsJenkinsPlugin/blob/master/pom.xml As does the plugin description to be shown in the plugin manager: https://github.com/ChaitanyaChannella/BehaveResultsJenkinsPlugin/blob/master/src/main/resources/index.jelly Note that your refactoring to change names is incomplete, and the plugin as is will not be useable as the resources still have the original names: https://github.com/ChaitanyaChannella/BehaveResultsJenkinsPlugin/tree/master/src/main/resources/net/masterthought/jenkins/CucumberReportPublisher Currently it also appears as if your plugin violates the original LGPL license that the cucumber-reports plugin is released under. http://www.gnu.org/licenses/lgpl-2.1.html While plugin authors have a great deal of freedom in their own components, the plugin currently appears to be unusable, and would interfere with the distribution of cucumber-reports if released. If you still seek to have this plugin hosted in the jenkinsci Github organization, please fix these issues, and maybe review all parts of your plugin. Daniel On 06.05.2015, at 14:36, Chaitanya Channella <[email protected]> wrote: > can I get access please > > On Wednesday, 29 April 2015 09:00:05 UTC+1, Chaitanya Channella wrote: > I have now changed the class names > > On 27 April 2015 at 23:50, Daniel Beck <[email protected]> wrote: > You should at least rename the classes etc. to match your plugin. > > > > > still waiting for my access > > > > On Wednesday, February 25, 2015 at 11:51:21 AM UTC, Chaitanya Channella > > wrote: > > Hi, > > > > I have created a plugin to display Behave Test results, details below > > > > Plugin name: Behave HTML Results > > Github id:ChaitanyaChannella > > Github url:https://github.com/ChaitanyaChannella/BehaveResultsJenkinsPlugin > > > > Thanks, > > Chaitanya > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Jenkins Developers" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/jenkinsci-dev/77a415ae-e773-4bac-ad70-853746849a46%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to a topic in the Google > Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/Q6Dukv35ggw/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/16D6ADE8-A26C-4ED2-909B-D8D9C2BFD816%40beckweb.net. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/ade7a15a-a601-4973-80eb-60a51f08fed9%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/8DD289C5-87C4-49F5-9DFD-E47B59A5021B%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
