Martinho0330 / javaparser

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

Please push latest javaparser version to Maven Central repository #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My open-source project java2objc http://code.google.com/p/java2objc/ depends on 
javaparser and is currently stuck at javaparser 1.0.1 which is available in 
Maven central repository. Please update it there so that I can upgrade to the 
latest one.

Original issue reported on code.google.com by inder123 on 14 Mar 2011 at 6:53

GoogleCodeExporter commented 9 years ago
When can this be done. Please update. This is so important. 

Original comment by vipulgup...@gmail.com on 28 Mar 2011 at 10:40

GoogleCodeExporter commented 9 years ago
By while you can configure your project pom to use the repository of this 
project:

http://code.google.com/p/javaparser/wiki/UsingThisParser#Maven_Artifact

Original comment by jges...@gmail.com on 31 Mar 2011 at 2:12

GoogleCodeExporter commented 9 years ago
If you want, you can set up your repository to be pushed to Maven central 
automatically through Sonatype repository. We did this for our Gson project. 
Here is the thread that describes how we did this: 
http://groups.google.com/group/google-gson/browse_thread/thread/0c75891d51692018

You can also look at our POM for copying over the relevant portions:
http://code.google.com/p/google-gson/source/browse/trunk/gson/pom.xml

The relevant section in the pom.xml is:
 <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>5</version>
  </parent>

and <maven-release-plugin> section.

Original comment by inder123 on 31 Mar 2011 at 3:09

GoogleCodeExporter commented 9 years ago
First off, kudos to Julio for an exceptionally well-crafted piece of software!

However, the lack of a recent version in Maven Central does hold back the wider 
adoption of this, and other, good projects. It may seem silly, in fact it 
certainly is, but many large corporations prevent their developers from 
bringing in arbitrary dependencies, while generally allowing those in Maven 
Central. In large bureaucracies, it's impossible to fight this on the merits.

I think the effort of publishing this to Maven Central will be well worth it.

Original comment by altin.p...@gmail.com on 14 Jun 2011 at 7:14

GoogleCodeExporter commented 9 years ago
JavaParser 1.0.8 is now available on the Maven Central repository.

Issue closed.

Original comment by jges...@gmail.com on 13 Dec 2011 at 11:32

GoogleCodeExporter commented 9 years ago
thank you!

Original comment by altin.p...@gmail.com on 13 Dec 2011 at 11:34