Skip to content

josephwinston/smooks

 
 

Repository files navigation

Smooks Framework

This is the git source code repository for the Smooks Project.

Build Status

Build Status

Bamboo Builds

Local Build

  1. git clone git://github.com/smooks/smooks.git
  2. cd smooks
  3. mvn -s settings.xml clean install

Note you will need both maven (version 3+) and git installed on your local machine.

Docker Build

You can also build from the docker image:

  1. Install docker.
  2. 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.
  3. Run sudo docker run -i smooks mvn clean install to build the source code.

Contributing

If you'd like to contribute some code/fixes to Smooks, please see the following guidelines.

Packages

No packages published

Languages

  • Java 99.1%
  • JavaScript 0.4%
  • CSS 0.3%
  • XSLT 0.1%
  • Groovy 0.1%
  • Shell 0.0%