This is the Git source code repository for the Smooks Project.
- JDK 8
- Apache Maven 3.2.x
git clone git://github.com/smooks/smooks.git
cd smooks
mvn clean install
Note you will need both maven (version 3+) and git installed on your local machine.
You can also build from the docker image:
- Install docker.
- Run
sudo docker build -t smooks github.com/smooks/smooks
. This will create a docker image named "smooks" that contains the correct build environment and a cloned copy of this git repo. - Run
sudo docker run -i smooks mvn clean install
to build the source code.
You can join these groups and chats to discuss and ask Smooks related questions:
If you'd like to contribute some code/fixes to Smooks, please see the following guidelines.
Smooks is open source and licensed under the terms of the Apache License Version 2.0, or the GNU Lesser General Public License version 3.0 or later. You may use Smooks according to either of these licenses as is most appropriate for your project.
SPDX-License-Identifier: Apache-2.0 OR LGPL-3.0-or-later