google-code-export / gwt-dispatch

Automatically exported from code.google.com/p/gwt-dispatch
1 stars 0 forks source link

Use released gin from Maven Central #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Gin 1.0 has been uploaded to Maven Central ( see
http://code.google.com/p/google-gin/issues/detail?id=45 ). This would
remove the need for the lib-m1-repository repo from the pom.xml , thus
simplifying the pom.

If all the dependencies are on Central, you will also qualify to sync to
central. It's quite easy ( and fast ) to do so :
http://nexus.sonatype.org/oss-repository-hosting.html .

I've done this for Gin and I can assist, just let me know.

Original issue reported on code.google.com by robert.munteanu on 4 Feb 2010 at 9:11

GoogleCodeExporter commented 9 years ago
The attached patch updates the following dependencies to releases available 
from central

- Google Gin;
- Google Guice;
- wagon-svn.

It also removes the lib directory, since it is no longer needed.

It applies cleanly to trunk and has been tested using mvn verify. Please 
consider
applying this as it would simplify life for those using jars from central, like 
Hupa
( 
http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?revision=909996&view=marku
p )
, since they have to manually apply exclusions for the private jars included by
gwt-dispatch.

Original comment by robert.munteanu on 17 Feb 2010 at 10:23

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r027fec6c90. Can you confirm the patch works correctly?

Original comment by Bitmei...@gmail.com on 25 Apr 2010 at 2:04

GoogleCodeExporter commented 9 years ago
mvn install works just fine with just maven central enabled.

Original comment by robert.munteanu on 25 Apr 2010 at 12:43