Skip to content

Commit

Permalink
Add more specific alias property to compare-version-with-baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Aug 31, 2024
1 parent 8372b8d commit ce19653
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ public static enum ReportBehavior {
@Parameter
private List<String> ignoredPatterns;

@Parameter(property = "skip")
@Parameter(property = "skip", alias = "tycho.p2.baseline.skip")
private boolean skip;

@Parameter(property = "onIllegalVersion", defaultValue = "fail")
@Parameter(property = "onIllegalVersion", defaultValue = "fail", alias = "tycho.p2.baseline.onIllegalVersion")
private ReportBehavior onIllegalVersion;

@Component()
Expand Down

0 comments on commit ce19653

Please sign in to comment.