erdemolkun / plist

Automatically exported from code.google.com/p/plist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add to the Maven Central Repository

GoogleCodeExporter opened this issue · comments

It would be very beneficial of plist was added to the Maven Central Repository.

Are there any plans to have this completed?




Original issue reported on code.google.com by david.ro...@sparcedge.com on 10 Apr 2012 at 8:04

No, that is not planned. I never before heard of the "Maven Central 
Repository". What benefits is this supposed to bring to the project?

I know Maven is a building system, but at the moment Ant is used for the 
project. Ant is more wide spread and I don't miss anything with it that would 
make Maven necessary.

Original comment by daniel.dreibrodt on 10 Apr 2012 at 8:13

  • Added labels: Priority-Low, Type-Task
  • Removed labels: Priority-Medium, Type-Defect
Adding your jar to the Maven Central Repo will be of great benefit to anyone 
who is using your library with which their project is setup as a maven project. 
 The Maven Central Repository is a central public repo that anyone can use for 
their projects to look up dependencies.  Without having a jar in the repo maven 
endusers have to manually manage their dependencies within their project.  

Here is a link of a person with a project in Google Code running a ANT build 
system and how they were able to add their jar to the maven central repo.
http://stackoverflow.com/questions/1280470/maven-repository-for-google-code-proj
ect


Original comment by david.ro...@sparcedge.com on 10 Apr 2012 at 8:35

I see. I will look into it. But I don't give this task a high priority, so it 
might take some time until I will have included it into a Maven repository. 
That is, if it doesn't require too much work.

Original comment by daniel.dreibrodt on 10 Apr 2012 at 9:08

  • Added labels: Type-Enhancement
  • Removed labels: Type-Task
this library in maven central?
Is my dream XD

Original comment by stefano....@gmail.com on 24 Jul 2012 at 11:30

I switched the building system to maven. I will soon add it to the central 
repository via Sonatype.

Original comment by daniel.dreibrodt on 22 Aug 2012 at 1:54

  • Changed state: Started
First release has been promoted, sync to central repository will come soon.

Original comment by daniel.dreibrodt on 26 Aug 2012 at 11:42

  • Changed state: Done
If you where brought here by google, these are the maven coordinates:
<!-- plist -->
<dependency>
  <groupId>com.googlecode.plist</groupId>
  <artifactId>dd-plist</artifactId>
  <version>1.0</version>
</dependency>

Original comment by GrudgeDK on 19 Sep 2012 at 12:23

Oh right, I forgot to add that information to the main page. Have added it now.

Original comment by daniel.dreibrodt on 19 Sep 2012 at 1:05