Skip to content

docs: add info about convenience maven project#2407

Merged
davecramer merged 4 commits intopgjdbc:masterfrom
zmiklank:add_maven_build_to_docs
Jan 21, 2022
Merged

docs: add info about convenience maven project#2407
davecramer merged 4 commits intopgjdbc:masterfrom
zmiklank:add_maven_build_to_docs

Conversation

@zmiklank
Copy link
Copy Markdown
Contributor

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

Comment thread docs/documentation/head/setup.md Outdated
Comment thread docs/documentation/head/setup.md Outdated
Comment thread docs/documentation/head/setup.md Outdated
Comment thread docs/documentation/head/setup.md Outdated
Comment thread docs/documentation/head/setup.md Outdated
@davecramer
Copy link
Copy Markdown
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.

3 participants