Skip to content
Tim edited this page Dec 7, 2016 · 11 revisions

Welcome to the burp-retire-js wiki!

Maven Plugin

Example for .pom file: `

  	<groupId>com.h3xstream.retirejs</groupId>

  	 <artifactId>retirejs-maven-plugin</artifactId>

  	 <version>2.1.0</version>

  	 <executions>

  	 	<execution>

  	 	<phase>package</phase>

  	 		<goals>

  	 		<goal>scan</goal>

  	 		</goals>

  	 	</execution>

  	 </executions>

  </plugin>`
Clone this wiki locally