= Apache Continuum = Apache Continuum is an enterprise-ready continuous integration server with features such as automated builds, release management, role-based security, and integration with popular build tools and source control management systems. {{{#!highlight sh wget http://mirrors.fe.up.pt/pub/apache/continuum/binaries/apache-continuum-1.4.2-bin.tar.gz cp apache-continuum-1.4.2-bin.tar.gz /tmp/ cd /tmp/ tar xvzf apache-continuum-1.4.2-bin.tar.gz cd apache-continuum-1.4.2 cd bin ln -s wrapper-linux-x86-32 wrapper ./continuum status ./continuum start # http://localhost:8080/continuum # http://localhost:8080/continuum/security/addadmin.action # admin:admin1 }}} {{{ Working Directory*: /tmp/apache-continuum-1.4.2/data/working-directory Build Output Directory*: /tmp/apache-continuum-1.4.2/data/build-output-directory Release Output Directory: /tmp/apache-continuum-1.4.2/data/release-output-directory Deployment Repository Directory: /tmp/apache-continuum-1.4.2/data/deployment-repository-directory Base URL*: http://localhost:8080/continuum Number of Allowed Builds in Parallel: 1 }}} == Maven project == Link: http://localhost:8080/continuum/addMavenTwoProjectInput.action Add to pom.xml {{{ https://github.com/vborrego/jdbc-code-gen scm:git:git://github.com/vborrego/jdbc-code-gen.git }}} * POM Url: https://raw.githubusercontent.com/vborrego/jdbc-code-gen/master/pom.xml * Build definition template: Default Maven Template * Add Goto http://localhost:8080/continuum/groupSummary.action and click on Build All Projects == Schedule == Goto http://localhost:8080/continuum/schedules.action * Name Hourly build * Description Hourly build * Second: 0 * Minute: 0 * Hour: * * Day of Month: * * Month: * * Day of Week ? * Default build queue On the schedule for the project change to hourly build.