mini-git-server - Parent

mini-git-server - a pure-Java WAR capable of hosting git repos and exposing them with git+ssh. Basically a copy of Gerrit (http://code.google.com/p/gerrit/) - with all the review-related functionality stripped away and the dependency on a database removed (making it entirely filesystem based). I use it for integration-testing my git client.

License

License

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

com.madgag
ArtifactId

ArtifactId

mini-git-server-parent
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

pom
Description

Description

mini-git-server - Parent
mini-git-server - a pure-Java WAR capable of hosting git repos and exposing them with git+ssh. Basically a copy of Gerrit (http://code.google.com/p/gerrit/) - with all the review-related functionality stripped away and the dependency on a database removed (making it entirely filesystem based). I use it for integration-testing my git client.
Project URL

Project URL

https://github.com/rtyley/mini-git-server

Download mini-git-server-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.madgag/mini-git-server-parent/ -->
<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>mini-git-server-parent</artifactId>
    <version>0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/mini-git-server-parent/
implementation 'com.madgag:mini-git-server-parent:0.4'
// https://jarcasting.com/artifacts/com.madgag/mini-git-server-parent/
implementation ("com.madgag:mini-git-server-parent:0.4")
'com.madgag:mini-git-server-parent:pom:0.4'
<dependency org="com.madgag" name="mini-git-server-parent" rev="0.4">
  <artifact name="mini-git-server-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='mini-git-server-parent', version='0.4')
)
libraryDependencies += "com.madgag" % "mini-git-server-parent" % "0.4"
[com.madgag/mini-git-server-parent "0.4"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.easymock : easymock jar 3.0

Project Modules

  • mini-git-server-util-cli
  • mini-git-server-util-ssl
  • mini-git-server-httpd
  • mini-git-server-server
  • mini-git-server-sshd
  • mini-git-server-war

Versions

Version
0.4
0.3
0.2
0.1