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

Jar name should match installation instructions pom.xml artifactId #3

Open
CrazyKidJack opened this issue Dec 16, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@CrazyKidJack
Copy link
Contributor

Description:
When following the installation instructions, but manually installing the jar instead of using the repository (for example in a locked down corporate network), maven cannot resolve the dependency. This is primarily just because the installation instructions' artifactId doesn't match the name of the jar. It's an easy fix, but for those less experienced with Java, they might not immediately understand the problem.

Steps To Reproduce:

  • Copy the release jar into your local maven repository.
  • Follow the installation instructions to add the dependency to your maven project
  • Run maven and observe that it cannot find the dependency.

Expected behavior:
Following the installation instructions should lead to a working maven project. In other words, the release jar should be named such that it works with the installation instructions: Burp-Montoya-Utilities-1.0.0.jar

Screenshots:
N/A

Version:
1.0.0

@CrazyKidJack CrazyKidJack added the bug Something isn't working label Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants