dev@wadl.java.net

Re: continuous build + maven deployment

From: Hadley, Marc J <mhadley_at_mitre.org>
Date: Wed, 1 Jun 2011 11:22:41 -0400

On Jun 1, 2011, at 10:30 AM, Pavel Bucek wrote:
>
> I'm going to renew continuous build + maven deployment and want to check
> environment.
>
> I'd like to run it on JDK 1.5 - linux and build with maven 3.x. Or.. can
> I use JDK 1.6? (is there some valid reason for it?).
>
I honestly can't remember if the code uses any new-to-JDK 1.6 features.

> And about maven deployment - easy way for me is deploying to java.net
> maven2 repo, but I think I could manage to put it into maven central
> (via provided sonatype repo) - any thoughts on that? Deploying to
> central will require some additional work (pom cleanup + update).
>
Just deploying to the java.net repo is fine with me.

Marc.