hhariri / teamcity-vsix-gallery

A plugin for JetBrains TeamCity that turns it into a Visual Studio Extensions (vsix) Gallery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeamCity Visual Studio Gallery (vsix) Plugin

Build

  1. Register a maven dependency of 'server.jar' into your local Maven repository, by running:
    mvn install:install-file -Dfile="{TEAMCITY_ROOT}/webapps/ROOT/WEB-INF/lib/server.jar" -DgroupId="org.jetbrains.teamcity" -DartifactId="server" -Dversion=9.0.1 -Dpackaging=jar
  1. Set an environment variable TEAMCITY_DATA_PATH, pointing to the TeamCity Data Directory.
  2. Run 'mvn package' command from the root project to build the plugin. Resulting package, teamcity-vsix-gallery.zip, will be copied to the plugins directory.

The package step will also restart the TeamCity service!

About

A plugin for JetBrains TeamCity that turns it into a Visual Studio Extensions (vsix) Gallery

License:MIT License


Languages

Language:Kotlin 59.5%Language:Java 31.6%Language:JavaScript 8.0%Language:CSS 1.0%