Friday, September 12, 2014

Re: GWT-SL 1.5 released

Hi Thomas

I follow you on twitter so I'm used to your way of communicating - no offence taken. That having said, the project always welcomes contributions be it patches or administrative support.

On Thursday, 11 September 2014 17:59:50 UTC+3, Thomas Broyer wrote:


On Thursday, September 11, 2014 4:35:24 PM UTC+2, George Georgovassilis wrote:
Dear all,

It has been quiet for a while, but we're back with news:

<repositories>      <repository>          <id>gwt-sl-mvn-repo</id>          <url>https://raw.github.com/ggeorgovassilis/gwt-sl/mvn-repo/</url>

GitHub really should forbid serving binaries that way.
The way Maven handles repositories, you're basically mounting a DDoS against GitHub; this does not good to anyone.
You're also forcing everyone who wants to contribute to your repo to download all of your binaries because of the way Git (and DVCS in general) work (oh sure you can tell Git to only clone one single branch and then whitelist the branches you want to synchronize, but who would want to do that?!)


and use it like this:

<dependency> <groupId>net.sf.gwt-widget</groupId> <artifactId>gwt-sl</artifactId> <version>1.5</version> </dependency>

There are still not any plans for moving the maven repository to maven central, but the git hosted repository should get most of you going.

Deploy to Central or JCenter/BinTray; or possibly "host" your repo on GitHub Pages, but please don't deteriorate the service many of us rely on just because you're lazy (it's a one-time setup, probably even easier to setup than deploying into a branch of your Git repo!)
Sorry if that sounds harsh, but this madness has to stop!

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment