Re: [pgjdbc] chore: migrate the build to Maven (#322) - Mailing list pgsql-jdbc

From Markus KARG
Subject Re: [pgjdbc] chore: migrate the build to Maven (#322)
Date
Msg-id 003301d0df6e$ec2f16d0$c48d4470$@eu
Whole thread Raw
List pgsql-jdbc

I need to correct you here. Maven is pretty happy with any number of artifacts per POM. All you need to do is to use the assembly plugin to supply a description of the content and name of each, and the plugin will care for packaging and deploying these.

-Markus

 

From: Stephen Nelson [mailto:notifications@github.com]
Sent: Dienstag, 25. August 2015 21:08
To: pgjdbc/pgjdbc
Cc: Markus KARG
Subject: Re: [pgjdbc] chore: migrate the build to Maven (#322)

 

@sehrope Ok I'll try that. If not we might need to go with multiple artifacts and as Maven expects one per pom.xml that would mean 3 poms which doesn't feel optimal.


Reply to this email directly or view it on GitHub.

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: sql type reported for enum
Next
From: Dave Cramer
Date:
Subject: Re: Functions returning SETs and CallableStatment Interface