DOC

com.madgag : mini-git-server-parent

Maven & Gradle

Apr 19, 2011
40 stars

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.

Table Of Contents

Latest Version

Download com.madgag : mini-git-server-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download com.madgag : mini-git-server-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.4
0.3
0.2
0.1

How to open Javadoc JAR file in web browser

  1. Rename the file mini-git-server-parent-0.4-javadoc.jar to mini-git-server-parent-0.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mini-git-server-parent-0.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "mini-git-server-parent-0.4-sources.jar" -d "mini-git-server-parent-0.4-javadoc" -subpackages 

Advertisement