aboutsummaryrefslogtreecommitdiffstats
path: root/api/pom.xml
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2010-11-15 10:55:23 +0100
committerJulien Eluard <[email protected]>2010-11-15 10:55:23 +0100
commit31ae863f34a35e5d3d8ed8081ec8f0119162dde8 (patch)
tree73d3837eae54990a3a81a54a926c3d161f5957d0 /api/pom.xml
parent4deaad1728ad3902983fde5972eb6906b22f627c (diff)
Added gh-pages support
Diffstat (limited to 'api/pom.xml')
-rw-r--r--api/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/pom.xml b/api/pom.xml
index fb9cd29..27c20cd 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -15,6 +15,10 @@
<relativePath>../pom.xml</relativePath>
</parent>
+ <properties>
+ <gh-pages-dir>${project.basedir}/../../semantic-versioning-gh-pages</gh-pages-dir>
+ </properties>
+
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>