meyers8686 / plist

Automatically exported from code.google.com/p/plist
0 stars 0 forks source link

Add to the Maven Central Repository #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
this library in maven central?
Is my dream XD

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
First release has been promoted, sync to central repository will come soon.

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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