Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bibtex reference to the companion paper in the README #65

Merged
merged 1 commit into from
Mar 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,25 @@ command line or integrated directly into the Maven build lifecycle.
For a visual illustration of what DepClean can provide for your project, have a look at
the [depclean-web](https://github.com/castor-software/depclean-web) project.

If you use DepClean in an academic context, please cite:

```
@Article{Soto-Valero2021,
author={Soto-Valero, C{\'e}sar and Harrand, Nicolas and Monperrus, Martin and Baudry, Benoit},
title={A comprehensive study of bloated dependencies in the Maven ecosystem},
journal={Empirical Software Engineering},
year={2021},
month={Mar},
day={25},
volume={26},
number={3},
pages={45},
issn={1573-7616},
doi={10.1007/s10664-020-09914-8},
url={https://doi.org/10.1007/s10664-020-09914-8}
}
```

## How does it work?

DepClean runs before executing the `package` phase of the Maven build lifecycle. It statically collects all the types
Expand Down