summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLuca Milanesio <luca.milanesio@gmail.com>2012-08-14 09:07:42 +0200
committerLuca Milanesio <luca@milanesio.org>2012-10-20 02:53:24 +0100
commit85f639aa3eee0b4e02eba20e6a5197b684941544 (patch)
treeef08a5119540cb7eb7d502a4ae4b40f2cae6be57 /.gitignore
parentc658df9e87d65b08d5482cf04489cb0532ff83dd (diff)
downloadgitblit-85f639aa3eee0b4e02eba20e6a5197b684941544.tar.gz
gitblit-85f639aa3eee0b4e02eba20e6a5197b684941544.zip
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e93e18e4..173bd34f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
*.directory
/.gradle
/projects.conf
+/pom.xml