any4ka / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

Upload to Maven repository #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using google-collections will be much easier for me, if the files are
uploaded to the maven repository.

Original issue reported on code.google.com by johan...@familieschneider.info on 30 Oct 2007 at 9:33

GoogleCodeExporter commented 8 years ago
Yeah it would be great to seethis in the central repo.

Original comment by martingi...@gmail.com on 2 Dec 2007 at 7:55

GoogleCodeExporter commented 8 years ago
+1: I definitely agree :)

PS. The dream would be to have a Google maven snapshot/release repository in 
such a way that each Google 
project can easily publish its own artefacts when needed.

Original comment by romain.r...@gmail.com on 3 Dec 2007 at 11:08

GoogleCodeExporter commented 8 years ago
+1

Original comment by pawel.kr...@gmail.com on 7 Dec 2007 at 9:44

GoogleCodeExporter commented 8 years ago
+1

Original comment by jbel...@gmail.com on 10 Dec 2007 at 6:36

GoogleCodeExporter commented 8 years ago
+1

Original comment by hleinone on 12 Dec 2007 at 2:05

GoogleCodeExporter commented 8 years ago
+1

Original comment by pbre...@gmail.com on 16 Dec 2007 at 8:38

GoogleCodeExporter commented 8 years ago
http://maven.objectweb.org/maven2-snapshot/com/google/common/google-collect/

Original comment by pawel.kr...@gmail.com on 19 Dec 2007 at 2:14

GoogleCodeExporter commented 8 years ago
Thanks very much!  I thought, I could do with this - and it was done, 22 
minutes before.

Original comment by mauricen...@googlemail.com on 19 Dec 2007 at 2:39

GoogleCodeExporter commented 8 years ago
Thanks for taking care of this!

Should I add a remark about Maven to the Google Collections page, and if so what
should it say?

Original comment by jared.l....@gmail.com on 19 Dec 2007 at 9:04

GoogleCodeExporter commented 8 years ago
Some comments about the upload I made on the ObjectWeb Maven repository:
- The branch "com/google/..." wil never be synchronized with the central 
repository 
(only ObjectWeb artefacts are). This means that you should always declare the 
ObjectWeb snapshot repository location in your pom file; 
- This upload is done manually when I notice some changes in the library, but I 
cannot ensure the consistency between the uploaded jar and the current content 
of 
the SVN repository.

For these reasons, it would really great to have a Maven repository provided by 
GoogleCode allows Google-Collection developers to easily update the artefacts 
when 
they figure some important changes. In this case, the Maven repository could be 
synchronized with the central repository to avoid to declare yet another 
repository 
in your pom. 

But anyhow, this temporary solution can be advertised in the 
webpage/documentation 
if you want :)

Kind regards,
@Romain

Original comment by romain.r...@gmail.com on 20 Dec 2007 at 9:31

GoogleCodeExporter commented 8 years ago
Having a snapshot version available in a maven repository is better than 
nothing, but
snapshots versions are pretty unusable in maven projects that need stable 
releases...
Maven doesn't even allow to release a projects which depends on a library with a
snapshot version.

what about tagging an alpha release with a stable version number, so that it 
can be
really released on a non-snapshot maven repository?

The version number could probably be 0.5, and the next snapshot moved to 
0.6-SNAPSHOT
if you think the current status of the code deserves at least a 0.5 numbering 
(I do).
If not, you could just tag it as 0.5-a1 or anything similar. I can take care of
requesting the upload to the central maven repo, as soon as a release is 
available.

Original comment by fgi...@gmail.com on 30 Mar 2008 at 12:59

GoogleCodeExporter commented 8 years ago
Thanks for the ObjectWeb Maven repository upload!
Would it be possible to have the sources jar uploaded there also?

Original comment by sebd...@gmail.com on 2 Apr 2008 at 11:09

GoogleCodeExporter commented 8 years ago
Google Collection sources are now available as a dedicated Maven jar artefact:
http://maven.objectweb.org/maven2-snapshot/com/google/common

Original comment by romain.r...@gmail.com on 2 Apr 2008 at 11:40

GoogleCodeExporter commented 8 years ago
+1 Can the project owner place these collections in the central repository 
please?

Original comment by inder123 on 22 Apr 2008 at 7:47

GoogleCodeExporter commented 8 years ago
+1

Original comment by sasi.muk...@gmail.com on 7 May 2008 at 7:24

GoogleCodeExporter commented 8 years ago
I requested that our two releases be uploaded to the central Maven repository.
http://jira.codehaus.org/browse/MAVENUPLOAD-2050

I'll look into syncing future releases.

Sorry about taking so long to get to this.

Original comment by jared.l....@gmail.com on 8 May 2008 at 11:34

GoogleCodeExporter commented 8 years ago
I just received notification that the Google Collections snapshots were 
uploaded to
the central repository.
http://jira.codehaus.org/browse/MAVENUPLOAD-2050?page=com.atlassian.jira.plugin.
system.issuetabpanels:all-tabpanel

However, the only reference I could find are some unloadable license files in
http://www.ibiblio.org/maven/com.google.code.google-collections/

Maybe the bundles need time to propagate to the various mirrors.

Original comment by jared.l....@gmail.com on 22 May 2008 at 3:49

GoogleCodeExporter commented 8 years ago
They seem to be here:

http://repo1.maven.org/maven2/com/google/code/google-collections/google-collect/

Original comment by estebis...@gmail.com on 22 May 2008 at 4:05

GoogleCodeExporter commented 8 years ago

Original comment by jared.l....@gmail.com on 22 May 2008 at 4:20

GoogleCodeExporter commented 8 years ago
The latest release is not available yet: google-collect-snapshot-20080820.zip, 
can
anyone upload this as well?

Original comment by mathias....@gmail.com on 2 Oct 2008 at 1:14

GoogleCodeExporter commented 8 years ago
+1 for the upload of the latest snapshot

Original comment by baronce...@gmail.com on 29 Dec 2008 at 1:56

GoogleCodeExporter commented 8 years ago
The latest release was uploaded to a different location:

http://repo1.maven.org/maven2/com/google/collections/google-collections/0.8/

You didn't see it because we changed the upload location:

<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>0.8</version>

Original comment by jared.l....@gmail.com on 29 Dec 2008 at 2:47

GoogleCodeExporter commented 8 years ago
Any idea when release 0.9 will be uploaded ? 
to http://repo1.maven.org/maven2/com/google/collections/google-collections/

Thanks

Original comment by mbosteel...@gmail.com on 13 Feb 2009 at 10:08

GoogleCodeExporter commented 8 years ago
Thursday evening, I uploaded a 0.9 Maven bundle to
http://code.google.com/p/google-maven-repository/source/browse/#svn/repository/c
om/google/collections/google-collections/0.9

For some reason, it hasn't yet replicated to
http://repo1.maven.org/maven2/com/google/collections/google-collections/

I'll look into it.

Original comment by jared.l....@gmail.com on 13 Feb 2009 at 10:14

GoogleCodeExporter commented 8 years ago
I have sent an email to Jason Van Zyl from the Maven team to see what the 
problem is.

Original comment by gk5...@gmail.com on 13 Feb 2009 at 10:25

GoogleCodeExporter commented 8 years ago
it seems to have synced up.  enjoy.

Original comment by gk5...@gmail.com on 14 Feb 2009 at 12:48

GoogleCodeExporter commented 8 years ago
Could you please upload the maven-dbunit-plugin to the maven repository. I 
don't 
know how to upload the plugin.

Original comment by vijayaku...@gmail.com on 15 May 2009 at 12:55

Attachments: