Apache Continuum: Difference between revisions

Content deleted Content added
Added {{notability}}, {{primary sources}} and {{ref improve}} tags (within {{multiple issues}}) to article (TW)
not a how to
Line 20:
| website = {{URL|http://continuum.apache.org/}}
}}
'''Apache Continuum''', a partner to [[Apache Maven]], is a [[continuous integration]] server, which runs builds on a configurable schedule.<ref name=Ching2009>{{cite web|last=Brett Porter, Maria Odea Ching|title=Apache Continuum: Ensuring the Health of your Source Code|url=http://www.packtpub.com/article/apache-continuum-ensuring-health-of-source-code-part2|publisher=Packt|accessdate=13 February 2014}}</ref><ref name=Smart2006>{{cite web|last=Smart|first=John Ferguson|title=Continuous Integration with Continuum|url=https://today.java.net/pub/a/today/2006/05/30/continuous-integration-with-continuum.html|publisher=Java.net|accessdate=13 February 2014}}</ref> Much like [[CruiseControl]], Continuum emails developers when the build is broken, requesting that the culprit fix the problem. To add a project to Continuum, point to the [[Project Object Model | pom.xml]] in the source control system, and it automatically does the rest:
* Check out from source control
* Run clean build
* Deploy to integration server
* Run unit tests
 
==References==