| | |
| | | # |
| | | |
| | | # Specify minimum Moxie version required to build |
| | | requires: 0.7.4 |
| | | requires: 0.8.3 |
| | | |
| | | # Project Metadata |
| | | name: Gitblit |
| | |
| | | |
| | | # Register the Eclipse JGit Maven repositories |
| | | registeredRepositories: |
| | | - { id: jgit, url: 'http://download.eclipse.org/jgit/maven' } |
| | | - { id: jgit-snapshots, url: 'https://repo.eclipse.org/content/groups/snapshots' } |
| | | - { id: eclipse, url: 'http://repo.eclipse.org/content/groups/releases' } |
| | | - { id: eclipse-snapshots, url: 'http://repo.eclipse.org/content/groups/snapshots' } |
| | | |
| | | # Source all dependencies from the following repositories in the specified order |
| | | repositories: central, jgit-snapshots, jgit |
| | | repositories: central, eclipse-snapshots, eclipse |
| | | |
| | | # Convenience properties for dependencies |
| | | properties: { |
| | | jetty.version : 7.6.13.v20130916 |
| | | wicket.version : 1.4.21 |
| | | lucene.version : 3.6.1 |
| | | jgit.version : 3.0.0.201306101825-r |
| | | jgit.version : 3.1.0.201310021548-r |
| | | groovy.version : 1.8.8 |
| | | bouncycastle.version : 1.47 |
| | | selenium.version : 2.28.0 |
| | |
| | | - compile 'org.apache.lucene:lucene-core:${lucene.version}' :war :fedclient |
| | | - compile 'org.apache.lucene:lucene-highlighter:${lucene.version}' :war :fedclient |
| | | - compile 'org.apache.lucene:lucene-memory:${lucene.version}' :war :fedclient |
| | | - compile 'org.tautua.markdownpapers:markdownpapers-core:1.3.2' :war |
| | | - compile 'org.pegdown:pegdown:1.4.1' :war |
| | | - compile 'org.eclipse.jgit:org.eclipse.jgit:${jgit.version}' :war :fedclient :manager :authority |
| | | - compile 'org.eclipse.jgit:org.eclipse.jgit.http.server:${jgit.version}' :war :fedclient :manager :authority |
| | | - compile 'org.bouncycastle:bcprov-jdk15on:${bouncycastle.version}' :war :authority |