Skip to content

Commit

Permalink
Add fallback description.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssquan committed Jun 9, 2022
1 parent e22e573 commit 12c83f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maven-plugin/src/main/java/sortpom/AbstractParentMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ abstract class AbstractParentMojo extends AbstractMojo {
* Comma-separated ordered list how dependencies in dependency management should be sorted. Example:
* scope,groupId,artifactId. If scope is specified in the list then the scope ranking is COMPILE,
* PROVIDED, SYSTEM, RUNTIME, IMPORT and TEST. The list can be separated by ",;:"
* It would take precedence if present and would fallback {@link #sortDependencies} if not present.
*/
@Parameter(property = "sort.sortDependencyManagement")
String sortDependencyManagement;
Expand Down

0 comments on commit 12c83f3

Please sign in to comment.