Closed GoogleCodeExporter closed 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
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
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
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
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
thank you!
Original comment by altin.p...@gmail.com
on 13 Dec 2011 at 11:34
Original issue reported on code.google.com by
inder123
on 14 Mar 2011 at 6:53