Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyagamage authored Oct 5, 2023
1 parent 9f6e337 commit 18d7458
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ The data gathering workflow is as follows:
This is a successful reproduction corresponding to the label "TEST_FAILURE".
* The project build fails _after_ the dependency is updated due to unresolved dependencies, but not before.
This is a successful reproduction corresponding to the label "DEPENDENCY_RESOLUTION_FAILURE".
* The project build fails _after_ the dependency is updated when executing the maven enforcer plugin, but not before.
This is a successful reproduction corresponding to the label "MAVEN_ENFORCER_FAILURE".
* The project build fails _after_ the dependency is updated due to enforcer rules violations, but not before.
This is a successful reproduction corresponding to the label "ENFORCER_FAILURE".
* The project build fails _after_ the dependency is updated when executing the plugin dependency-lock-maven-plugin, but not before.
This is a successful reproduction corresponding to the label "DEPENDENCY_LOCK_FAILURE".
* Stage 4 : Build two Docker images for each successfully reproduced breaking update,
and isolate all environment / network requests by downloading them.
After stage 4, by running the preCommitReproductionCommand, and the breakingUpdateReproductionCommand,
Expand Down

0 comments on commit 18d7458

Please sign in to comment.