From e633cd8e2e4bd0dc20a8727a3c35eaacf00a136f Mon Sep 17 00:00:00 2001 From: Dinh Danh Le Date: Mon, 20 Aug 2018 17:25:25 +0100 Subject: Updating docs for Plugins module Change-Id: Ia0837cf2f86c42eea71c3f71e8cd99d684912485 Signed-off-by: Dinh Danh Le Issue-ID: POLICY-867 --- plugins/plugins-executor/plugins-executor-java/pom.xml | 4 ---- plugins/plugins-executor/plugins-executor-javascript/pom.xml | 4 ---- plugins/plugins-executor/plugins-executor-jruby/pom.xml | 4 ---- plugins/plugins-executor/plugins-executor-jython/pom.xml | 4 ---- plugins/plugins-executor/plugins-executor-mvel/pom.xml | 4 ---- plugins/plugins-executor/pom.xml | 4 ---- 6 files changed, 24 deletions(-) (limited to 'plugins/plugins-executor') 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 @@ ${project.artifactId} [${project.parent.artifactId}] Plugin for execution of Java logic in Apex - - ${project.basedir}/src - - apexSite 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 @@ ${project.artifactId} [${project.parent.artifactId}] Plugin for execution of Javascript logic in Apex - - ${project.basedir}/src - - apexSite 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 @@ ${project.artifactId} [${project.parent.artifactId}] Plugin for execution of JRuby logic in Apex - - ${project.basedir}/src - - org.jruby 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 @@ ${project.artifactId} [${project.parent.artifactId}] Plugin for execution of Jython logic in Apex - - ${project.basedir}/src - - org.python 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 @@ ${project.artifactId} [${project.parent.artifactId}] Plugin for execution of Mvel logic in Apex - - ${project.basedir}/src - - org.mvel 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 @@ ${project.artifactId} Plugins for logic execution in Apex - - ${project.basedir}/src - - org.onap.policy.apex-pdp.core -- cgit 1.2.3-korg