Open mwkirk opened 11 years ago
From sype...@gmail.com on July 02, 2012 21:04:26 Please search for "maven" in the past issues, as this has been discussed before. There are no plans for adding Maven support, but if someone wants to do it, please feel free to contribute.
From t...@teamunify.com on August 24, 2012 18:43:00 I have made a pom file and some modifications that should make javapns play well with Maven projects. I had to make the following changes:
The attached patch is against tag 2.2, so I named the internal version 2.2.1 (since it requires a package refactoring)
From sype...@gmail.com on September 08, 2012 03:33:14 Bill and I already had something in the works for this, although admittedly we're no Maven experts. So I combined Bill's work with mine and yours as best as I could and committed everything to the trunk. Could you take a look at it and let us know if it works "as is" or if modifications are needed?
From guidewir...@gmail.com on October 19, 2012 17:32:54 http://maven.apache.org/guides/mini/guide-central-repository-upload.html
Another thing a lot of projects do is simply host a repository directly in their source control directory...something like /mvn-repo under the root.
http://stackoverflow.com/questions/1280470/maven-repository-for-google-code-project
From guidewir...@gmail.com on October 19, 2012 17:36:52 P.S. there's also oss.sonatype.org
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
From cr...@fancred.com on December 02, 2012 16:47:23 The maven pom file on the trunk isn't compiling sources into the jar file. The jar file ends up with nothing put the pom file in it. There might be a way to fix this without reorganizing the source tree, but i was able to get the jar building via the maven pom (mostly as-is) by moving sources into maven's expected project hierarchy:
src/main/java/javapns/... src/test/java/javapns/...
i could branch and push my changes to make it work if you like.
Original author: raupach....@googlemail.com (May 03, 2012 12:58:24)
Are there any plans to publish artifacts to Maven Central?
Original issue: http://code.google.com/p/javapns/issues/detail?id=121