You was right all along, thanks a lot! I have english git output and english LANG... that was not enough, I got successful release only when I set all LC* variables to "en_US.UTF-8" (well, at least it appears in http://repo.jenkins-ci.org).
On Friday, August 9, 2013 10:10:17 PM UTC+7, kutzi wrote: > > That's a normal log entry - I can also see it in successful releases. (I > guess it's related to the > '*generateReleasePoms<http://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html#generateReleasePoms> > ' *option of the release plugin) > > I would definitely pursue the path with the non-english locale, because > it's exactly the same sympton as I got, when trying to release in a German > locale. > Run git status locally and see, if the output is english or not. If it > isn't, this is most likely your problem. > > *Gesendet:* Freitag, 09. August 2013 um 16:58 Uhr > *Von:* "Olivier Dagenais" <[email protected] <javascript:>> > *An:* [email protected] <javascript:> > *Betreff:* Re: Releasing plugin problem > Your log contains: > > > [INFO] Not generating release POMs > > > ...and that is confirmed with no "preparing release" commit in GitHub and > also the shared-workspace-1.0.1 tag still shows a POM that's not indicative > of a release. It also makes sense that Kannan noticed only a SNAPSHOT > version was uploaded. > > I don't know why Maven would say it's not generating the release POM, but > that would be a good place to start investigating. > > HTH, > - Oli > > On Friday, August 9, 2013 12:55:24 AM UTC-4, Sapone wrote: >> >> For a few days, trying to release my plugin, but it does not appears in: >> http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/ >> >> Maven release log in attachement, it looks fine to me. >> What am I doing wrong? >> >> (Plugin repo: https://github.com/jenkinsci/shared-workspace-plugin) >> > > -- > 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] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
