Re: Are pgrpm changes for JDBC discussed here before submission?

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: John Harvey <john(dot)harvey(at)crunchydata(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>, Steven Schlansker <stevenschlansker(at)gmail(dot)com>
Subject: Re: Are pgrpm changes for JDBC discussed here before submission?
Date: 2016-01-05 15:27:25
Message-ID: CAB=Je-EW3Txyk+HcMZ+mFyLRSPtVuKhKAFsxQQAFrr+3oMM_3A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I think Github tarballs are fine.
Tags with REL${version} are going to be the release tags.

To trigger toolchain usage (and disable enforcer at the same time),
you need to use `mvn package -Prelease` command.
However, it might be better to create -Pactivate-toolchains to make
that explicit.

Sample toolchains.xml file can be found in the source root of pgjdbc project.
You might want to add -DskipTests, otherwise you need to have a
running PostgreSQL instance to execute the tests.

Vladimir

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Álvaro Hernández Tortosa 2016-01-05 16:07:49 Re: Backend protocol wanted features
Previous Message Vladimir Sitnikov 2016-01-05 14:35:37 Re: Backend protocol wanted features