summaryrefslogtreecommitdiffstats
path: root/plugins/plugins-executor
diff options
context:
space:
mode:
authorDinh Danh Le <dinh.danh.le@ericsson.com>2018-08-20 17:25:25 +0100
committerDinh Danh Le <dinh.danh.le@ericsson.com>2018-08-20 17:26:14 +0100
commite633cd8e2e4bd0dc20a8727a3c35eaacf00a136f (patch)
treee248dfa9766815fd0b7a6852253a393c65fb5d7d /plugins/plugins-executor
parent3191984be03dd5c880ef3cfa56cd77ffa33ab624 (diff)
Updating docs for Plugins module
Change-Id: Ia0837cf2f86c42eea71c3f71e8cd99d684912485 Signed-off-by: Dinh Danh Le <dinh.danh.le@ericsson.com> Issue-ID: POLICY-867
Diffstat (limited to 'plugins/plugins-executor')
-rw-r--r--plugins/plugins-executor/plugins-executor-java/pom.xml4
-rw-r--r--plugins/plugins-executor/plugins-executor-javascript/pom.xml4
-rw-r--r--plugins/plugins-executor/plugins-executor-jruby/pom.xml4
-rw-r--r--plugins/plugins-executor/plugins-executor-jython/pom.xml4
-rw-r--r--plugins/plugins-executor/plugins-executor-mvel/pom.xml4
-rw-r--r--plugins/plugins-executor/pom.xml4
6 files changed, 0 insertions, 24 deletions
diff --git a/plugins/plugins-executor/plugins-executor-java/pom.xml b/plugins/plugins-executor/plugins-executor-java/pom.xml
index cf1d495eb..503219f95 100644
--- a/plugins/plugins-executor/plugins-executor-java/pom.xml
+++ b/plugins/plugins-executor/plugins-executor-java/pom.xml
@@ -30,10 +30,6 @@
<name>${project.artifactId}</name>
<description>[${project.parent.artifactId}] Plugin for execution of Java logic in Apex</description>
- <properties>
- <apex-plugins-executor-java-dir>${project.basedir}/src</apex-plugins-executor-java-dir>
- </properties>
-
<profiles>
<profile>
<id>apexSite</id>
diff --git a/plugins/plugins-executor/plugins-executor-javascript/pom.xml b/plugins/plugins-executor/plugins-executor-javascript/pom.xml
index 8cc876ef2..df98c206b 100644
--- a/plugins/plugins-executor/plugins-executor-javascript/pom.xml
+++ b/plugins/plugins-executor/plugins-executor-javascript/pom.xml
@@ -30,10 +30,6 @@
<name>${project.artifactId}</name>
<description>[${project.parent.artifactId}] Plugin for execution of Javascript logic in Apex</description>
- <properties>
- <apex-plugins-executor-javascript-dir>${project.basedir}/src</apex-plugins-executor-javascript-dir>
- </properties>
-
<profiles>
<profile>
<id>apexSite</id>
diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml
index 09cca78d5..9137a5f4b 100644
--- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml
+++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml
@@ -30,10 +30,6 @@
<name>${project.artifactId}</name>
<description>[${project.parent.artifactId}] Plugin for execution of JRuby logic in Apex</description>
- <properties>
- <apex-plugins-executor-jruby-dir>${project.basedir}/src</apex-plugins-executor-jruby-dir>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.jruby</groupId>
diff --git a/plugins/plugins-executor/plugins-executor-jython/pom.xml b/plugins/plugins-executor/plugins-executor-jython/pom.xml
index f77890be3..3985b5e15 100644
--- a/plugins/plugins-executor/plugins-executor-jython/pom.xml
+++ b/plugins/plugins-executor/plugins-executor-jython/pom.xml
@@ -30,10 +30,6 @@
<name>${project.artifactId}</name>
<description>[${project.parent.artifactId}] Plugin for execution of Jython logic in Apex</description>
- <properties>
- <apex-plugins-executor-jython-dir>${project.basedir}/src</apex-plugins-executor-jython-dir>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.python</groupId>
diff --git a/plugins/plugins-executor/plugins-executor-mvel/pom.xml b/plugins/plugins-executor/plugins-executor-mvel/pom.xml
index db268c57c..ba913f672 100644
--- a/plugins/plugins-executor/plugins-executor-mvel/pom.xml
+++ b/plugins/plugins-executor/plugins-executor-mvel/pom.xml
@@ -30,10 +30,6 @@
<name>${project.artifactId}</name>
<description>[${project.parent.artifactId}] Plugin for execution of Mvel logic in Apex</description>
- <properties>
- <apex-plugins-executor-mvel-dir>${project.basedir}/src</apex-plugins-executor-mvel-dir>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.mvel</groupId>
diff --git a/plugins/plugins-executor/pom.xml b/plugins/plugins-executor/pom.xml
index dd585e6a2..27f2d7d29 100644
--- a/plugins/plugins-executor/pom.xml
+++ b/plugins/plugins-executor/pom.xml
@@ -33,10 +33,6 @@
<name>${project.artifactId}</name>
<description>Plugins for logic execution in Apex</description>
- <properties>
- <apex-plugins-executor-dir>${project.basedir}/src</apex-plugins-executor-dir>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.onap.policy.apex-pdp.core</groupId>