Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add info about convenience maven project #2407

Merged
merged 4 commits into from Jan 21, 2022

Conversation

zmiklank
Copy link
Contributor

This PR proposes docs information about minimal Maven build of the pgjdbc.

@davecramer
Copy link
Member

I just built a jar from the current source using gradle and from the source tar and extracted the class files to the filesystem then ran diff -qr postgresql-42.3.2-jdbc-src/ postgresql-42.3.2-SNAPSHOT-jdbc-src/

postgresql-42.3.2-jdbc-src/ postgresql-42.3.2-SNAPSHOT-jdbc-src/
Only in postgresql-42.3.2-jdbc-src/: dependency-reduced-pom.xml
Files postgresql-42.3.2-jdbc-src/src/main/java/org/postgresql/util/DriverInfo.java and postgresql-42.3.2-SNAPSHOT-jdbc-src/src/main/java/org/postgresql/util/DriverInfo.java differ
Files postgresql-42.3.2-jdbc-src/src/main/resources/META-INF/MANIFEST.MF and postgresql-42.3.2-SNAPSHOT-jdbc-src/src/main/resources/META-INF/MANIFEST.MF differ
Only in postgresql-42.3.2-jdbc-src/: target

This seems to be reasonably expected.

I think the checkerframework stuff is removed but that does not effect functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants