New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eu.doppel-helix.netbeans.plugin.mantis-integration:MantisIntegration

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eu.doppel-helix.netbeans.plugin.mantis-integration:MantisIntegration

<p>Integrate the Mantis bugtracker system into netbeans</p> <p>Note for installation - to make the "Add patch" and "Checking" comment functions work correctly the mantis system has to configured correctly please check these options, if you encounter problems:</p> <ul> <li>source_control_notes_view_status (default private, integer value 10 -> public)</li> <li>source_control_set_resolution_to (integer value 80->resolved, 90->closed)</li> <li>source_control_set_status_to (20->fixed)</li> </ul> <p>If a self-signed SSL certificate or an invalid certificate need to be accepted, please install the module "SSL Certificate Exception".</p>

  • 1.8.3
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

This netbeans plugin integrates the mantis bugtracker into the netbeans IDE.

After installation a new issue tracker is available inside netbeans.

#User information ##Relevant config options in mantisBT (server side):

  • source_control_notes_view_status (default private, integer value 10 -> public)
  • source_control_set_resolution_to (integer value 80->resolved, 90->closed)
  • source_control_set_status_to (20->fixed)

##SSL-Handling

If your installation uses a regular SSL certificate, which is signed by a certificate authority (CA), that is part of the normal java certificate storage, that is directly supported. Just enter the URL and with a https prefix.

If you use a self-signed certificate, there are two options:

  1. Add your certificate to the java truststore:

     keytool -import -file <servercertfile> -alias <servername> -keystore "%JAVA_HOME%\lib\security\cacerts"
    
  2. Make sure you use a recent version of MantisIntegration (0.5 and newer) and install the "SSL Certificate Exception" module, that is part of nb-ldap-explorer. The module can be found at: http://code.google.com/p/nb-ldap-explorer/downloads/list and is installable stand-alone. Since version 0.6 the "SSL Certificate Exception" module is distributed together with the 7.4 modules inside the zip downloadable from the netbeans plugin center.

#Developer information ##BUILD Instructions:

  1. Checkout the source code
  2. build with maven (mvn package)

FAQs

Package last updated on 05 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc