Apache Continuum: Difference between revisions

Content deleted Content added
it's a stub
Copy description from List_of_build_automation_software
 
(33 intermediate revisions by 24 users not shown)
Line 1:
{{Short description|Continuous integration server for building Java-based projects; discontinued}}
{{multiple issues|
{{notability|Products|date=February 2014}}
{{primary sources|date=February 2014}}
{{more citations needed|date=February 2014}}
}}
{{Infobox software
| name = Apache Continuum
| logo = =
| screenshot = =
| caption =
| developer = [[Apache Software Foundation]]
| latest release version = 1.4.1 2
| discontinued = Yes
| latest release date = {{release date|2013|01|07}}
| latest previewrelease versiondate = 1.4.0{{release (Beta)date and age|2014|06|13}}
| operating system = [[Cross-platform]]
| latest preview date = {{release date|2010|05|06}}
| programming language = [[Java (programming language)|Java]]
| operating system = [[Cross-platform]]
| genre = [[Continuous integration]]
| programming language = [[Java (programming language)|Java]]
| license = [[Apache License|Apache 2.0 licence]]
| genre = [[Continuous integration]]
| website = {{URL|http://continuum.apache.org/}}
| license = [[Apache License|Apache 2.0 licence]]
| website = {{URL|http://continuum.apache.org/}}
}}
'''Apache Continuum''', is a discontinued [[continuous integration]] server. It was a partner to [[Apache Maven]], which run 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|access-date=13 February 2014|archive-url=https://web.archive.org/web/20091008020201/http://www.packtpub.com/article/apache-continuum-ensuring-health-of-source-code-part2|archive-date=8 October 2009}}</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|access-date=13 February 2014|archive-url=https://web.archive.org/web/20150519051754/https://today.java.net/pub/a/today/2006/05/30/continuous-integration-with-continuum.html|archive-date=19 May 2015|url-status=dead}}</ref>
'''Apache Continuum''', a partner to [[Apache Maven]], is a [[continuous integration]] server, which runs builds on a configurable schedule. 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
 
The project was retired in May 2016<ref>Information in Apache Attic, http://attic.apache.org/projects/continuum.html (access: 5 July 2012)</ref>
==External links==
* {{official website|http://continuum.apache.org/}}
 
==References==
{{apache}}
{{software-stubreflist}}
 
{{Apache Software Foundation}}
 
[[Category:Compiling tools]]
[[Category:Java development tools]]
[[Category:Continuous integration]]
[[Category:Apache Software FoundationAttic|Continuum]]
[[Category:Software using the Apache license]]
[[Category:Free software programmed in Java (programming language)]]
 
 
{{programming-software-stub}}
{{network-software-stub}}