Skip to content

Fix Maven build: Add GoldenDeveloper repository for DCB-Core dependency#21

Merged
Coho04 merged 2 commits intodependabot/github_actions/actions/checkout-6from
copilot/fix-pull-request-typo
Nov 28, 2025
Merged

Fix Maven build: Add GoldenDeveloper repository for DCB-Core dependency#21
Coho04 merged 2 commits intodependabot/github_actions/actions/checkout-6from
copilot/fix-pull-request-typo

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 28, 2025

Description

PR #20 (Dependabot bump of actions/checkout v4→v6) was failing because Maven couldn't resolve de.goldendeveloper:DCB-Core:1.9.8. The artifact is hosted on the GoldenDeveloper repository which was missing from pom.xml.

Changes

  • Added GoldenDeveloper Maven repository (https://repo.goldendeveloper.de/releases) to pom.xml
<repository>
    <id>goldendeveloper</id>
    <name>GoldenDeveloper Repository</name>
    <url>https://repo.goldendeveloper.de/releases</url>
</repository>

Verification

  • Changes have been tested locally.
  • Documentation has been updated accordingly.

Related Issues

Fixes failing CI build on PR #20

Additional Information

N/A

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • m2.dv8tion.net
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --enable-native-access=ALL-UNNAMED -classpath /usr/share/apache-maven-3.9.11/boot/plexus-classworlds-2.9.0.jar -Dclassworlds.conf=/usr/share/apache-maven-3.9.11/bin/m2.conf -Dmaven.home=/usr/share/apache-maven-3.9.11 -Dlibrary.jansi.path=/usr/share/apache-maven-3.9.11/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/DC-MusicBotExample/DC-MusicBotExample org.codehaus.plexus.classworlds.launcher.Launcher clean install -DskipTests (dns block)
  • repo.goldendeveloper.de
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --enable-native-access=ALL-UNNAMED -classpath /usr/share/apache-maven-3.9.11/boot/plexus-classworlds-2.9.0.jar -Dclassworlds.conf=/usr/share/apache-maven-3.9.11/bin/m2.conf -Dmaven.home=/usr/share/apache-maven-3.9.11 -Dlibrary.jansi.path=/usr/share/apache-maven-3.9.11/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/DC-MusicBotExample/DC-MusicBotExample org.codehaus.plexus.classworlds.launcher.Launcher clean install -DskipTests (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Fix den Pull Reuqest


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Nov 28, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Co-authored-by: Coho04 <73216313+Coho04@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix typo in pull request Fix Maven build: Add GoldenDeveloper repository for DCB-Core dependency Nov 28, 2025
Copilot AI requested a review from Coho04 November 28, 2025 10:12
@Coho04 Coho04 marked this pull request as ready for review November 28, 2025 10:12
@Coho04 Coho04 merged commit 2c5924a into dependabot/github_actions/actions/checkout-6 Nov 28, 2025
2 checks passed
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.

2 participants