a

annotationPoster

Maven extension that can post surefire/failsafe test failures as annotations to a Bitbucket Server 5.15.0 (or later) instance.
http://www.bitbucket.org/atlassian/junitAnnotationPoster
Apache License, Version 2.0
Atlassian
Files download
File Operation
annotationPoster-1.1.10.jar download
annotationPoster-1.1.10.pom download
annotationPoster-1.1.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.atlassian.bitbucket.codeinsights</groupId>
  <artifactId>annotationPoster</artifactId>
  <version>1.1.10</version>
</dependency>
Gradle Groovy
implementation 'com.atlassian.bitbucket.codeinsights:annotationPoster:1.1.10'
Gradle Kotlin
implementation("com.atlassian.bitbucket.codeinsights:annotationPoster:1.1.10")
Scala SBT
libraryDependencies += "com.atlassian.bitbucket.codeinsights" % "annotationPoster" % "1.1.10"
Groovy Grape
@Grapes(
  @Grab(group='com.atlassian.bitbucket.codeinsights', module='annotationPoster', version='1.1.10')
)
Apache Ivy
<dependency org="com.atlassian.bitbucket.codeinsights" name="annotationPoster" rev="1.1.10" />
Leiningen
[com.atlassian.bitbucket.codeinsights/annotationPoster "1.1.10"]
Apache Buildr
'com.atlassian.bitbucket.codeinsights:annotationPoster:jar:1.1.10'