g

ghp-maven-plugin

A maven plugin that pushes resources, namely JavaDocs, to a GitHub repository.
http://github.com/windy1/ghp-maven-plugin
MIT
Walker Crouse
Files download
File Operation
ghp-maven-plugin-1.0.0.jar download
ghp-maven-plugin-1.0.0.pom download
ghp-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>se.walkercrou</groupId>
  <artifactId>ghp-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'se.walkercrou:ghp-maven-plugin:1.0.0'
Gradle Kotlin
implementation("se.walkercrou:ghp-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "se.walkercrou" % "ghp-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='se.walkercrou', module='ghp-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="se.walkercrou" name="ghp-maven-plugin" rev="1.0.0" />
Leiningen
[se.walkercrou/ghp-maven-plugin "1.0.0"]
Apache Buildr
'se.walkercrou:ghp-maven-plugin:jar:1.0.0'