aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugins-executor/plugins-executor-jruby/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-08-08 19:12:34 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-08 19:12:34 +0000
commit086f1dcc8d2be436a05932934fd7116b4ec3e729 (patch)
treedaa9056c2bdaabe4fe7786775ea304a1b1755a67 /plugins/plugins-executor/plugins-executor-jruby/pom.xml
parentefdaa0d840ed5289bda63ea15d76d8a5446c1746 (diff)
parent669915c559fb9bcd4a8f8d5239f0b9b6ab33436b (diff)
Merge "Adding Apex docs for Plugins module"
Diffstat (limited to 'plugins/plugins-executor/plugins-executor-jruby/pom.xml')
-rw-r--r--plugins/plugins-executor/plugins-executor-jruby/pom.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml
index 759cfb6b0..09cca78d5 100644
--- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml
+++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml
@@ -73,4 +73,24 @@
<version>1.2.10</version>
</dependency>
</dependencies>
-</project>
+
+ <profiles>
+ <profile>
+ <id>apexSite</id>
+ <activation>
+ <property>
+ <name>apexSite</name>
+ </property>
+ </activation>
+ <properties>
+ <adsite-plugins-executor-jruby-dir>${project.basedir}/src</adsite-plugins-executor-jruby-dir>
+ </properties>
+ <distributionManagement>
+ <site>
+ <id>${project.artifactId}-site</id>
+ <url>${apex.adsite.prefix}/modules/plugins/${project.parent.artifactId}/${project.artifactId}/</url>
+ </site>
+ </distributionManagement>
+ </profile>
+ </profiles>
+</project> \ No newline at end of file