Pepper  3.6.0
A highly extensible plattform for conversion and manipulationoflinguisticdata.
Bundle and deliver

Pepper modules use to have a fixed structure containing the Java code and some resources, which may be needed for running the module. Such resources could be some XSLT files in case the conversion process makes use of an XSLT conversion. A module normally is packed into a zip file having the following structure:

company.myModule.zip
|--company.myModule/
| |--LICENSE
| |--NOTICE
| |--...
|--company.myModule.jar

To create this structure, you can run Maven assembly:

mvn clean install assembly:single