The Dispersion of Build Maintenance Activity across Maven Lifecycle Phases

Authors - Casimir Désarmeaux, Andrea Pecatikov, Shane McIntosh
Venue - International Conference on Mining Software Repositories, Mining challenge, pp. 492-495, 2016

Related Tags - MSR 2016 software evolution build systems

Abstract - Build systems describe how source code is translated into deliverables. Developers use build management tools like Maven to specify their build systems. Past work has shown that while Maven provides invaluable features (e.g., incremental building), it introduces an overhead on software development. Indeed, Maven build systems require maintenance. However, Maven build systems follow the build lifecycle, which is comprised of validate, compile, test, packaging, install, and deploy phases. Little is known about how build maintenance activity is dispersed among these lifecycle phases. To bridge this gap, in this paper, we analyze the dispersion of build maintenance activity across build lifecycle phases. Through analysis of 1,181 GitHub repositories that use Maven, we find that: (1) the compile phase accounts for 24% more of the build maintenance activity than the other phases; and (2) while the compile phase generates a consistent amount of maintenance activity over time, the other phases tend to generate peaks and valleys of maintenance activity. Software teams that use Maven should plan for these shifts in the characteristics of build maintenance activity.

Preprint - PDF

Bibtex

@inproceedings{désarmeaux2016msr,
  Author = {Casimir Désarmeaux and Andrea Pecatikov and Shane McIntosh},
  Title = {{The Dispersion of Build Maintenance Activity across Maven Lifecycle Phases}},
  Year = {2016},
  Booktitle = {Proc. of the International Conference on Mining Software Repositories (MSR)},
  Pages = {492-495}
}