Skip to content

Enabled OSMoGrid Deployment #569

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

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Conversation

PhilippSchmelter
Copy link
Contributor

Closes #568

This pull request includes changes to enable deployment to MavenCentral and updates to the CHANGELOG.md file. The most important changes include the addition of a new Gradle script for MavenCentral publishing and the corresponding update to the changelog.

IMPORTANT!!: THERE ARE PROBABLY SOME THINGS BEYOND THIS PROJECT, THAT NEED TO BE SET UP BEFORE THIS WORKS!!

Deployment to MavenCentral:

  • Added mavenCentralPublish.gradle script to enable deployment to MavenCentral. This script includes tasks for generating source and Javadoc JARs, configuring the Maven publication, and setting up repository credentials and signing.

Changelog Update:

  • Updated CHANGELOG.md to include the addition of mavenCentralPublish.gradle for deployment to MavenCentral.

@PhilippSchmelter PhilippSchmelter added the ci Related to continuous integration label Apr 8, 2025
@PhilippSchmelter PhilippSchmelter self-assigned this Apr 8, 2025
Copy link
Member

@sebastian-peter sebastian-peter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think mavenCentralPublish.gradle also has to be called by build.gradle for this to work. Check out how it's done in simona, if you like.

@PhilippSchmelter
Copy link
Contributor Author

I think mavenCentralPublish.gradle also has to be called by build.gradle for this to work. Check out how it's done in simona, if you like.

yep sorry. forgot it

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

Successfully merging this pull request may close these issues.

Fixing CI-Deployment by implementing mavenCentralPublish.gradle
2 participants