Why is the groupId missing in the Team Concert plugin for Jenkins?
![]()
I'm developing a plugin for Jenkins that requires the Team Concert plugin to provide some environment variables: RTCBuildResultUUID, snapshotUUID, repositoryAddress etc...
Dependencies like that can be declared in the pom file of the plugin under development. This way, when I install my plugin somewhere else, the Team Concert plugin would be automatically installed as a prerequisite. However, I see that the Team Concert plugin does not provide a groupId. Any reason for that? |