Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.69 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.69 KB

Software Configuration Management for Java (scm4j)

  • Configuration Management: practice of handling changes systematically so that a system maintains its integrity over time
  • scm4j: set of components and tools written in Java and aimed to automate Software Configuration Management tasks

The SCM Process

According to scmquest SCM process comprises of:

  • Identification of configuration items and Baseline management
  • Documentation of characteristics
  • Controlling change
  • Configuration status accounting
  • Auditing and Reproducibility
  • Build and Deployment Management
  • Process and Environment management
  • Continuous Integration and Continuous deployment
  • Defect tracking and traceability
  • Ensuring integrity, visibility, project coordination and project evolution

See also

Links

Related: