Re: Migration to Maven

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Adam Brightwell <adam(dot)brightwell(at)crunchydata(dot)com>
Cc: Pavel Kajaba <pkajaba(at)redhat(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>, Pavel Raiskup <praiskup(at)redhat(dot)com>
Subject: Re: Migration to Maven
Date: 2015-11-26 17:09:39
Message-ID: CADK3HH+dTaKV+MvbcMV_kWLGdGtB0vUHRKWTRufjvwfiONSCuQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 26 November 2015 at 12:03, Adam Brightwell <
adam(dot)brightwell(at)crunchydata(dot)com> wrote:

> > Our bigger problem is to figure out how to have JDK 1.6, 1.7, and 1.8 and
> > ... all supported by one codebase
>
> Isn't that what the '-source' and '-target' flags for javac are meant
> to help solve?
>
>
> https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html

You'd like to think so, however it's not quite that simple

see http://postgresql.nabble.com/Pre-processing-during-build-td5853823.html

However you still haven't told me what you are trying to solve ?

Dave

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Rotteveel 2015-11-26 18:34:38 Re: Migration to Maven
Previous Message Adam Brightwell 2015-11-26 17:03:11 Re: Migration to Maven