Skip to content

Commit

Permalink
Add description to Maven extension injected by the TC agents into Mav…
Browse files Browse the repository at this point in the history
…en builds
  • Loading branch information
etiennestuder committed May 8, 2022
1 parent 1b9b0b6 commit 65d3cdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import javax.inject.Inject;

@Component(role = AbstractMavenLifecycleParticipant.class, hint = "build-scan-service-message")
@Component(role = AbstractMavenLifecycleParticipant.class, hint = "build-scan-service-message", description = "Interacts with Maven builds invoked from TeamCity")
public final class BuildScanServiceMessageMavenExtension extends AbstractMavenLifecycleParticipant {

private final PlexusContainer container;
Expand Down

0 comments on commit 65d3cdc

Please sign in to comment.