Browse Source

Include pom.xml template for publishing GitBlit as Maven artifact.

tags/v1.2.0
Luca Milanesio 11 years ago
parent
commit
8d80685563
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build.xml

+ 1
- 0
build.xml View File

@@ -95,6 +95,7 @@
<property name="authority.zipfile" value="authority-${gb.version}.zip" />
<property name="gbapi.zipfile" value="gbapi-${gb.version}.zip" />
<property name="express.zipfile" value="express-${gb.version}.zip" />
<property name="distribution.pomfileTmplt" value="tmplt.pom.xml" />
</target>

Loading…
Cancel
Save