79100023

Date: 2024-10-17 22:36:53
Score: 2
Natty:
Report link

I'm using teamcity-sdk-maven-plugin im my pom.xml to facilitate development, with this in IntelliJ, some shortcuts appear to start, restart, etc., the TeamCity is shown on Maven window, below tc-sdk

enter image description here

Using tc-sdk:start, the server debug happens on port 10111 and the agent debug happens on port 10112.

You need to include in IntelliJ a debug configuration for each of the ports

enter image description here

You can see some other information on https://github.com/JetBrains/teamcity-sdk-maven-plugin

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Robson Valente