If a self-signed SSL certificate or an invalid certificate need to be accepted, please install the module "SSL Certificate Exception".

" > mvncenter: eu.doppel-helix.netbeans.plugin.mantis-integration:MantisIntegration:1.8.3
M

MantisIntegration

Integrate the Mantis bugtracker system into netbeans

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:

  • 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)

If a self-signed SSL certificate or an invalid certificate need to be accepted, please install the module "SSL Certificate Exception".

https://github.com/matthiasblaesing/netbeans-mantis-integration
Apache License, Version 2.0
Matthias Bläsing
Files download
File Operation
MantisIntegration-1.8.3.jar download
MantisIntegration-1.8.3.pom download
MantisIntegration-1.8.3-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.doppel-helix.netbeans.plugin.mantis-integration</groupId>
  <artifactId>MantisIntegration</artifactId>
  <version>1.8.3</version>
  <type>nbm</type>
</dependency>
Gradle Groovy
implementation 'eu.doppel-helix.netbeans.plugin.mantis-integration:MantisIntegration:1.8.3'
Gradle Kotlin
implementation("eu.doppel-helix.netbeans.plugin.mantis-integration:MantisIntegration:1.8.3")
Scala SBT
libraryDependencies += "eu.doppel-helix.netbeans.plugin.mantis-integration" % "MantisIntegration" % "1.8.3"
Groovy Grape
@Grapes(
  @Grab(group='eu.doppel-helix.netbeans.plugin.mantis-integration', module='MantisIntegration', version='1.8.3')
)
Apache Ivy
<dependency org="eu.doppel-helix.netbeans.plugin.mantis-integration" name="MantisIntegration" rev="1.8.3" />
Leiningen
[eu.doppel-helix.netbeans.plugin.mantis-integration/MantisIntegration "1.8.3"]
Apache Buildr
'eu.doppel-helix.netbeans.plugin.mantis-integration:MantisIntegration:jar:1.8.3'