Multi module SAP plugins project
- sap-common
- sap-common-jco
- sap-odata-plugins
- sap-odp-plugins
- sap-table-plugins
After checking out the project, create a lib
directory inside sap-common-jco
directory. Put SAP JCo dependencies sapjco3.jar
and platform dependent system file, like libsapjco3.so
for Unix, libspjco3.dll
for Windows etc. in this lib
folder.
To build plugin:
mvn clean package -DskipTests
When the build runs, it will scan the widgets
and docs
directories in order to build an appropriately
formatted .json and .jar file under the target
directory.
Ensure the generated files' names are same and only their extensions differ. These files can be used to deploy the plugin.