Continuum Requirements

  • Continuum must not write scm passwords in plain text on the filesystem. While it's important when logging commands to show that a password was used, it must be obscured.
  • Continuum must build projects in the correct order within a group. If A depends on B, then B must build first.
  • Continuum should build projects on the same schedule in the correct order across groups, however this feature was removed in 1.3.3 in favor of the ability to build "duplicate" projects such as trunk and branch with the same groupId:artifactId:version. It would be nice to re-add this feature. See ProjectSorter and (plexus) DAG.

See also: User Stories

  • No labels