aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-08-10 09:40:16 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-08-10 09:40:24 -0400
commitb6ffbb2f766e035b25c66c74523f71ca95fd9c35 (patch)
tree36f7c01f75dc3f7b6ee5f039f10efd1f4dd84fa8
parent68633b2e0435a468c178f65c561267d3d7326ed8 (diff)
Add stage site properties
Issue-ID: POLICY-139 Change-Id: I123320dd0625544043e008beb73ec042cb900b4f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cbd06e7c..9d8e3511 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,10 @@
<description>Code that define our external API.</description>
<properties>
+ <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+ <releases.path>content/repositories/releases/</releases.path>
+ <snapshots.path>content/repositories/snapshots/</snapshots.path>
+ <staging.path>content/repositories/staging/</staging.path>
</properties>
<modules>