MVN

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

Maven & Gradle

Jul 06, 2020
22 stars

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>

<dependency>
    <groupId>eu.doppel-helix.netbeans.plugin.mantis-integration</groupId>
    <artifactId>MantisIntegration</artifactId>
    <version>1.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.doppel-helix.netbeans.plugin.mantis-integration : MantisIntegration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.3

All Versions

Choose a version of eu.doppel-helix.netbeans.plugin.mantis-integration : MantisIntegration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
MantisIntegration-1.8.3

How to add a dependency to Maven

Add the following eu.doppel-helix.netbeans.plugin.mantis-integration : MantisIntegration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.doppel-helix.netbeans.plugin.mantis-integration</groupId>
    <artifactId>MantisIntegration</artifactId>
    <version>1.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.doppel-helix.netbeans.plugin.mantis-integration : MantisIntegration gradle dependency to your build.gradle file:

implementation 'eu.doppel-helix.netbeans.plugin.mantis-integration:MantisIntegration:1.8.3'

Gradle Kotlin DSL: Add the following eu.doppel-helix.netbeans.plugin.mantis-integration : MantisIntegration gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.doppel-helix.netbeans.plugin.mantis-integration:MantisIntegration:1.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.doppel-helix.netbeans.plugin.mantis-integration : MantisIntegration sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.doppel-helix.netbeans.plugin.mantis-integration" % "MantisIntegration" % "1.8.3"