From: Luca Milanesio Date: Tue, 14 Aug 2012 07:07:42 +0000 (+0200) Subject: Allows integration of GitBlit as plug-in in other projects. X-Git-Tag: v1.2.0~157 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F46%2Fhead;p=gitblit.git Allows integration of GitBlit as plug-in in other projects. There are now three new targets on the ANT build: - buildJAR: creates a GitBlit JAR including the GitBlit biz logic - installMaven: install GitBlit JAR as Maven module - uploadMaven: uploads GitBlit JAR to a Maven repository Additional extensions have been made to allow: a) GitBlit to load his resources outside of Wicket domain b) GitBlit to use an injected UserService c) Generic authentication of HTTP Request using 3rd party logic d) Load settings programmatically from an InputStream e) Use cookie authentication OR generic HTTP Request authentication for Wicket pages f) UserModel with branch-level security logic --- diff --git a/.gitignore b/.gitignore index e93e18e4..173bd34f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ *.directory /.gradle /projects.conf +/pom.xml diff --git a/build.xml b/build.xml index 86b613b5..6dca87d4 100644 --- a/build.xml +++ b/build.xml @@ -14,9 +14,12 @@ + + + + + + Building Gitblit JAR ${gb.version} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +