Did this go anywhere? I don't see anything in the build.xml indicating
that any work has been committed (at least on the master branch).
Maybe it's sitting in a fork somewhere?
I am also happy to help in getting releases pushed to maven central.
If there isn't any existing build script work to get them pushed up,
I'll knock something up...
Cheers
Tom
Stephen,Can you create a pull request on github. There is a pull request button on your github repo. then send it to me
Thanks, this is good
On 4 Apr 2013 13:12, "Dave Cramer" <p...@fastcrypt.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.
On 4 Apr 2013 13:12, "Dave Cramer" <p...@fastcrypt.com> wrote:
>
> However it appears maven forces
>
> org/postgresql/postgresql/postgresql-JDBC4-1002.jar
>
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.
It should be up to date. What are you seeing that suggests otherwise ?