MVN

com.theoryinpractise : youtrack-maven-plugin

Maven & Gradle

Apr 16, 2011
6 stars

maven-youtrack-plugin Maven Mojo · A Maven plugin to integrate with Jetbrains Youtrack, via their RESTish API

<plugin>
    <groupId>com.theoryinpractise</groupId>
    <artifactId>youtrack-maven-plugin</artifactId>
    <version>1.0.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.theoryinpractise : youtrack-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of com.theoryinpractise : youtrack-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
youtrack-maven-plugin-1.0.8
youtrack-maven-plugin-1.0.7
youtrack-maven-plugin-1.0.6
youtrack-maven-plugin-1.0.5
youtrack-maven-plugin-1.0.4
youtrack-maven-plugin-1.0.3
youtrack-maven-plugin-1.0.2
youtrack-maven-plugin-1.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.theoryinpractise</groupId>
    <artifactId>youtrack-maven-plugin</artifactId>
    <version>1.0.8</version>
</plugin>

Advertisement