You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: