Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a maven repository #10

Closed
blackdrag opened this issue Mar 20, 2014 · 9 comments
Closed

Create a maven repository #10

blackdrag opened this issue Mar 20, 2014 · 9 comments

Comments

@blackdrag
Copy link
Collaborator

From ian.clarke on 2010-05-05T17:09:24Z

We use Maven for our dependency management, and therefore it is very difficult for us to use Java libraries that are not available via a public Maven repository.

Would be greatly appreciated if you could create one for pcollections.

Original issue: http://code.google.com/p/pcollections/issues/detail?id=10

@blackdrag blackdrag added this to the backlog milestone Mar 20, 2014
@blackdrag
Copy link
Collaborator Author

From hrld...@gmail.com on 2010-05-10T07:39:10Z

I did a very quick glance at what Maven is, but you could probably help point me in the right direction more
quickly -- what should I do to make a Maven repository for PCollections?

@blackdrag
Copy link
Collaborator Author

From ian.clarke on 2010-05-10T08:03:48Z

Maven is a very popular Java build tool which does dependency management, it encompasses the functionality of Ant (which I see
that you use), but it does a lot more.

One of the most useful things about Maven is that it can automatically download libraries your project depends upon, provided
those libraries are available in a public Maven repository.

If you can make pcollections available in a public Maven repository, you will make it much easier for people to use it in their
projects.

Here is a good introduction to Maven: http://maven.apache.org/guides/getting-started/index.html And here is a guide to publishing your library in a public Maven repository: http://stuartsierra.com/2009/09/08/run-your-own-maven-repository

@blackdrag
Copy link
Collaborator Author

From hrld...@gmail.com on 2010-05-31T15:06:27Z

Status: Started

@blackdrag
Copy link
Collaborator Author

From hrld...@gmail.com on 2010-05-31T15:07:51Z

Labels: -Type-Defect Type-Task

@blackdrag
Copy link
Collaborator Author

From hrld...@gmail.com on 2010-06-06T21:10:48Z

We now use Maven for building!
Meanwhile waiting on Sonatype for a repository.

@blackdrag
Copy link
Collaborator Author

From janvanbesien@gmail.com on 2011-10-11T06:05:55Z

I was wondering if the maven repository has become available in the mean time. I would also be interested to use pcollections in a maven project.

Thanks.

@blackdrag
Copy link
Collaborator Author

From hrld...@gmail.com on 2011-10-11T07:46:31Z

Cool, good to know! Now that the build is with Maven that should be very easy.
Will do soon, on Sonatype.

@blackdrag
Copy link
Collaborator Author

From hrld...@gmail.com on 2011-10-11T21:43:31Z

Alright PCollections 2.1.2 should be in Maven Central any moment now!

Please let me know if anything is working / I haven't used Maven outside of this project, and it's surprisingly complex! ;)

Status: Done

@blackdrag
Copy link
Collaborator Author

From hrld...@gmail.com on 2011-10-27T21:32:16Z

Issue 21 has been merged into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant