From 14d4fa0a4effc02157ca8db738537698f41b9754 Mon Sep 17 00:00:00 2001 From: Benoit Baudry Date: Thu, 7 May 2020 07:15:41 +0200 Subject: [PATCH] Removed duplicate The following line was present twice in the list of parameters | `` | `boolean` | If this is true, DepClean creates a debloated version of the pom without unused dependencies called `debloated-pom.xml`, in root of the project. **Default value is:** `false`.| --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index edf994be..f9d8cbbf 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,6 @@ The Maven plugin can be configured with the following additional parameters. | `` | `Set` | Add a list of dependencies, identified by their coordinates, to be ignored by DepClean during the analysis and considered as used dependencies. Useful to override incomplete result caused by bytecode-level analysis. Dependency format is `groupId:artifactId:version`.| | `` | `boolean` | If this is true, DepClean creates a debloated version of the pom without unused dependencies called `debloated-pom.xml`, in root of the project. **Default value is:** `false`.| | `` | `boolean` | If this is true, and DepClean reported any unused dependency in the dependency tree, the build fails immediately after running DepClean. **Default value is:** `false`.| -| `` | `boolean` | If this is true, DepClean creates a debloated version of the pom without unused dependencies clled "debloated-pom.xml", in root of the project. **Default value is:** `false`.| | `` | `boolean` | Skip plugin execution completely. **Default value is:** `false`.|