Skip to content

Add maven-publish for local development#28

Merged
LegendaryForge merged 2 commits intomainfrom
feature/maven-local-publishing
Feb 9, 2026
Merged

Add maven-publish for local development#28
LegendaryForge merged 2 commits intomainfrom
feature/maven-local-publishing

Conversation

@LegendaryForge
Copy link
Owner

Summary

Add maven-publish plugin to enable Maven Local publishing for cross-repo development.

Changes

  • Added `maven-publish` plugin to build.gradle.kts
  • Configured publication with coordinates `io.github.legendaryforge:LegendaryCore:0.0.0-SNAPSHOT`

Rationale

LegendaryHytale needs to consume LegendaryCore as a dependency. Publishing to Maven Local provides a clean dependency path without fighting the scaffoldit plugin's includeBuild limitations.

Verification

  • `./gradlew publishToMavenLocal` succeeds
  • JAR appears in ~/.m2/repository/io/github/legendaryforge/LegendaryCore/

@LegendaryForge LegendaryForge merged commit 377ea94 into main Feb 9, 2026
1 check passed
@LegendaryForge LegendaryForge deleted the feature/maven-local-publishing branch February 9, 2026 22:12
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.

1 participant

Comments