Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 540 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 540 Bytes

#Neptus Plug-in skeleton

##Description This project can be forked in other to create Neptus-based plug-ins

###Requirements

  • Java Development Kit (JDK) 8
  • Neptus
  • Apache ANT

###Development Guide

  • Compile / Install Neptus in your machine.
  • Edit the file named plugin.properties with the settings for your plug-in.
  • Optionally generate an eclipse project by issuing the command:
    • ant GenerateEclipseProject
  • After creating your plug-in you can deploy it to Neptus using the deploy ant target:
    • ant deploy