On 4 Apr 2013 13:12, "Dave Cramer" <pg(at)fastcrypt(dot)com> wrote:
>
> Tom,
>
> Yes, I had been struggling with naming conventions.
>
> I would have liked it to go into
org/postgreql/jdbc/postgresql-JDBC4-1002.jar
>
> However it appears maven forces
>
> org/postgresql/postgresql/postgresql-JDBC4-1002.jar
>
> I can probably publish the former today.
>
> Dave
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
>
From a Maven developers point of view they're not worried about the
directory structure as they just specify group id, artifact id and version
in the pom.xml. So you just need to come up with reasonable parameters for
each of those.