treeder / simplejpa

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

Maven build support #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if you supported building with maven.  I attached a
reasonable one to this issue.

Also for extra credit, set up a sync with the central maven repo. 
http://maven.apache.org/guides/mini/guide-central-repository-upload.html

Original issue reported on code.google.com by andres.m...@gmail.com on 3 Aug 2008 at 10:13

Attachments:

GoogleCodeExporter commented 9 years ago
The lates svn checkout needs the attached pom --

Original comment by german.e...@gmail.com on 17 Aug 2009 at 2:20

Attachments:

GoogleCodeExporter commented 9 years ago
There is a Google code project that helps you sync with Maven Central.  See 
here for
help doing this in a Google code project:
http://code.google.com/p/google-maven-repository/wiki/ProjectSetup

Original comment by david.s...@googlemail.com on 8 Feb 2010 at 4:22

GoogleCodeExporter commented 9 years ago
And it would be nice if KittyCache also provided in Maven Central or included 
in the SimpleJPA jar.

Original comment by moritz.s...@gmail.com on 23 Sep 2010 at 7:44

GoogleCodeExporter commented 9 years ago
I'd love to help with this issue - I've just got the latest from the trunk and 
would love to commit some updates to the pom - but how can I get commit rights?

I would heavily suggest we start using the release plugin to build and commit 
releases in the branches. Also the amazonaws reference is not to the latest 
version. and there are a few other ways the pom file can be cleaned up. I am 
happy to do any other work to get versions into the central repo also.

Original comment by grouc...@gmail.com on 28 Jan 2011 at 4:48

GoogleCodeExporter commented 9 years ago
I've started reorganizing the builds. KittyCache and EHCache are now separated 
from the core source base. This allows things the build cleanly without any 
issues. I bumped a few of the dependencies and will sync the latest version of 
the AWS plugin if we rolled a new version out since last I checked. We have a 
sonatype account and will likely be leveraging that to get into the central 
maven repo.

In addition to sorting out the release plugin we also need to cleanup the unit 
tests. In the meantime send/attach and diffs for the maven build to this ticket.

Original comment by mrericmo...@gmail.com on 7 Feb 2011 at 9:37

GoogleCodeExporter commented 9 years ago
Bumped the following dependencies to the latest stable versions.

commons-lang - 2.6
AWS - 1.1.5

Original comment by mrericmo...@gmail.com on 7 Feb 2011 at 9:44