diff options
Diffstat (limited to 'plugins/plugins-executor')
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> |