diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-10 09:40:16 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-10 09:40:24 -0400 |
commit | b6ffbb2f766e035b25c66c74523f71ca95fd9c35 (patch) | |
tree | 36f7c01f75dc3f7b6ee5f039f10efd1f4dd84fa8 /pom.xml | |
parent | 68633b2e0435a468c178f65c561267d3d7326ed8 (diff) |
Add stage site properties
Issue-ID: POLICY-139
Change-Id: I123320dd0625544043e008beb73ec042cb900b4f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |