Skip to content

Files

Latest commit

Mar 6, 2018
7ab74e3 · Mar 6, 2018

History

History
36 lines (25 loc) · 614 Bytes

DEPLOYMENT.md

File metadata and controls

36 lines (25 loc) · 614 Bytes

Burp

Contact : support@portswigger.net

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