Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 614 Bytes

DEPLOYMENT.md

File metadata and controls

36 lines (25 loc) · 614 Bytes

Burp

Contact : [email protected]

Subject: RetireJs plugin updated

Hi,
The plugin RetireJs was updated.

[...] 

The plugin can be recompiled from the source :
https://github.com/h3xstream/burp-retire-js

$ git clone ...
$ mvn clean install -Pburp-only

That's it let me know if you have question.

Maven

Normal build

mvn clean install

Release

mvn versions:set -DnewVersion=3.0.1
mvn clean source:jar javadoc:jar package deploy -P!bigjar,signjars,all-modules