Re: Migration to Maven - Mailing list pgsql-jdbc

From Pavel Kajaba
Subject Re: Migration to Maven
Date
Msg-id 378969680.26311404.1449041058684.JavaMail.zimbra@redhat.com
Whole thread Raw
In response to Re: Migration to Maven  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Migration to Maven  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Re: Migration to Maven  (Balázs Zsoldos <balazs.zsoldos@everit.biz>)
List pgsql-jdbc
We are trying to build RPM package for postgresql-JDBC.

There is no SSPI and OSGi package in Fedora so we are unable to build it.

SSPI is totally useless since it's just Windows thing. OSGi has problematic licence, but after doing some research it's
notrequired to run postgresql-JDBC. 

We believe that it would be really great for Fedora (also other distros - lot of things depends on your great work) if
Wecould manage to make these two components optional. 

After doing some research and talk with Java friends, there is a way how to make it optional during build time.

Profiles - both ant and Maven has them, but in case of migrating to Maven, I think it would be waste of time to create
patchfor ant profile since it would just throw away. 

Let me know your thoughts about this.

Thanks!

Pavel Kajaba.

----- Original Message -----
From: "Dave Cramer" <pg@fastcrypt.com>
To: "Pavel Kajaba" <pkajaba@redhat.com>
Cc: "List" <pgsql-jdbc@postgresql.org>, "Pavel Raiskup" <praiskup@redhat.com>
Sent: Thursday, November 26, 2015 1:20:03 PM
Subject: Re: [JDBC] Migration to Maven

On 26 November 2015 at 04:29, Pavel Kajaba <pkajaba@redhat.com> wrote:

> Hello,
>
> I would like to ask migration about build system from ant to maven.
>
> According to github (https://github.com/pgjdbc/pgjdbc/pull/322) there is
> some work behind it.
>
> Anyway what do you think about creating profiles in ant/maven?
>

What problem are you trying to solve ?

Our bigger problem is to figure out how to have JDK 1.6, 1.7, and 1.8 and
... all supported by one codebase

Dave Cramer

davec@postgresintl.com
www.postgresintl.com


>


pgsql-jdbc by date:

Previous
From: Jeremy Whiting
Date:
Subject: Re: JDBC 9.4 1205 released
Next
From: Vladimir Sitnikov
Date:
Subject: Re: Migration to Maven