Skip to content

Use Reposilite Maven repository#40

Merged
tcheeric merged 1 commit intodevelopfrom
codex/update-distributionmanagement-and-repositories
Aug 20, 2025
Merged

Use Reposilite Maven repository#40
tcheeric merged 1 commit intodevelopfrom
codex/update-distributionmanagement-and-repositories

Conversation

@tcheeric
Copy link
Collaborator

Summary

  • point distributionManagement and repositories to the Reposilite server at maven.398ja.xyz
  • document Reposilite repository configuration in the installation and release guides

Testing

  • mvn -q verify (failed: Tests run: 13, Failures: 4)

https://chatgpt.com/codex/tasks/task_b_68a638b6c0c88331b4c4e7bf56c8f73c

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR configures the project to use a Reposilite Maven repository hosted at maven.398ja.xyz for artifact distribution and resolution, replacing the previous GitHub Packages setup. The changes update the Maven configuration and documentation to reflect this new repository infrastructure.

  • Configures Maven distributionManagement and repositories sections to point to Reposilite server
  • Updates release documentation to reflect the change from GitHub Packages to Reposilite
  • Adds installation instructions with repository configuration for consumers

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
pom.xml Adds distributionManagement and repositories configuration for Reposilite server
docs/how-to/release.md Updates release process documentation to reference Reposilite instead of GitHub Packages
README.md Adds installation section with repository configuration and dependency example

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

<dependency>
<groupId>xyz.tcheeric</groupId>
<artifactId>phoenixd-rest</artifactId>
<version>1.0-SNAPSHOT</version>
Copy link

Copilot AI Aug 20, 2025

Choose a reason for hiding this comment

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

The version 1.0-SNAPSHOT in the installation example should be updated to reflect the actual released version or use a placeholder like ${project.version} to avoid confusion for users.

Suggested change
<version>1.0-SNAPSHOT</version>
<version>${project.version}</version>

Copilot uses AI. Check for mistakes.
@tcheeric tcheeric merged commit 50cd36e into develop Aug 20, 2025
1 of 4 checks passed
@tcheeric tcheeric deleted the codex/update-distributionmanagement-and-repositories branch August 20, 2025 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments