CoreyD97 / Burp-Montoya-Utilities

A collection of utilities for building extensions using Burp's Montoya API
GNU Affero General Public License v3.0
46 stars 9 forks source link

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

Open CrazyKidJack opened 9 months ago

CrazyKidJack commented 9 months ago

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