Skip to content

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

Description

@CrazyKidJack

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions