pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: Dmole (@Dmole) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: Re: [pgjdbc/pgjdbc] issue #3787: junit scope in *pom.xml
Date: Thu, 04 Sep 2025 19:18:34 +0000
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
https://github.com/pgjdbc/pgjdbc/blob/master/build-logic/publishing/src/main/kotlin/build-logic.publ...
appears to create postgresql-42.7.7.pom from pom-default.xml but pom-default.xml is not referenced anywhere else. Additionally the pom made by gradlew generatePomFileForPostgresqlPublication differs from what is on the maven repository
```
grep -c \<dependency ./pgjdbc/build/local-maven-repo/org/postgresql/postgresql/42.7.7-SNAPSHOT/postgresql-42.7.7-20250904.185040-1.pom
2
grep -c \<dependency ~/.m2/repository/org/postgresql/postgresql/42.7.7/postgresql-42.7.7.pom
5
```
Tracing the execution flow through the gradle is non-trivial:
```
./gradlew --debug generatePomFileForPostgresqlPublication | wc -l
66,148
```
@davecramer perhaps someone who is familiar with the project could indicate the source of the discrepancies.
view thread (3+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://pgjdbc/pgjdbc
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] issue #3787: junit scope in *pom.xml
In-Reply-To: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox