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

fix: Always install sources #717

Merged
merged 1 commit into from
Dec 29, 2022

Conversation

nielsbasjes
Copy link
Contributor

The releases publish the sources.jar along side the binary jar files as can be seen here:
https://repo1.maven.org/maven2/org/apache/plc4x/plc4j-api/0.10.0/

The snapshot releases however do no have the sources.jar:
https://repository.apache.org/content/repositories/snapshots/org/apache/plc4x/plc4j-api/0.11.0-SNAPSHOT/

This makes debugging an application that uses the latest snapshot needlessly hard.

This pull request simply generates and publishes the source jar on verify/install.

@chrisdutz chrisdutz merged commit 7d368be into apache:develop Dec 29, 2022
@nielsbasjes nielsbasjes deleted the PublishSourceForSnapshots branch December 29, 2022 11:03
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

2 participants