This is the git source code repository for the Smooks Project.
git clone git:https://github.com/smooks/smooks.git
cd smooks
mvn -s settings.xml 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.
If you'd like to contribute some code/fixes to Smooks, please see the following guidelines.