Skip to content

Commit

Permalink
Make lib directory of SAP component configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkottegoda committed Apr 25, 2019
1 parent 5cfd3d0 commit 2ab32e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/business-adaptors/sap/pom.xml
Expand Up @@ -17,6 +17,7 @@
<id>jenkins</id>
<properties>
<packaging.type>bundle</packaging.type>
<sap.lib.dir>${basedir}/lib</sap.lib.dir>
</properties>

<build>
Expand All @@ -41,7 +42,7 @@
<property name="runtime-classpath" refid="maven.runtime.classpath" />

<path id="lib.path.ref">
<fileset dir="${basedir}/lib" includes="*.jar" />
<fileset dir="${sap.lib.dir}" includes="*.jar" />
</path>

<echo message="Maven CLASS PATH : ${runtime-classpath}" />
Expand Down

0 comments on commit 2ab32e5

Please sign in to comment.