a

attach-report-maven-plugin

Attach report plugin - a Mojo for attaching reports that were generated outside the site lifecycle
Files download
File Operation
attach-report-maven-plugin-0.1-alpha-40.jar download
attach-report-maven-plugin-0.1-alpha-40.pom download
attach-report-maven-plugin-0.1-alpha-40-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.odavid.maven.plugins</groupId>
  <artifactId>attach-report-maven-plugin</artifactId>
  <version>0.1-alpha-40</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.odavid.maven.plugins:attach-report-maven-plugin:0.1-alpha-40'
Gradle Kotlin
implementation("com.github.odavid.maven.plugins:attach-report-maven-plugin:0.1-alpha-40")
Scala SBT
libraryDependencies += "com.github.odavid.maven.plugins" % "attach-report-maven-plugin" % "0.1-alpha-40"
Groovy Grape
@Grapes(
  @Grab(group='com.github.odavid.maven.plugins', module='attach-report-maven-plugin', version='0.1-alpha-40')
)
Apache Ivy
<dependency org="com.github.odavid.maven.plugins" name="attach-report-maven-plugin" rev="0.1-alpha-40" />
Leiningen
[com.github.odavid.maven.plugins/attach-report-maven-plugin "0.1-alpha-40"]
Apache Buildr
'com.github.odavid.maven.plugins:attach-report-maven-plugin:jar:0.1-alpha-40'