Skip to content

Commit

Permalink
Mentioned support for loading the rules file from the classpath in Ja…
Browse files Browse the repository at this point in the history
…vaDoc. See mojohaus#193 for more.
  • Loading branch information
obfischer committed Aug 14, 2017
1 parent 72d2c9f commit f7dc2c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ public abstract class AbstractVersionsReport
private String serverId;

/**
* The Wagon URI of a ruleSet file containing the rules that control how to compare version numbers.
* URI of a ruleSet file containing the rules that control how to compare
* version numbers. The URI could be either a Wagon URI or a classpath URI
* (e.g. <code>classpath:///package/sub/package/rules.xml</code>).
*
* @since 1.0-alpha-3
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ public abstract class AbstractVersionsUpdaterMojo
private String serverId;

/**
* The Wagon URI of a ruleSet file containing the rules that control how to compare version numbers.
* URI of a ruleSet file containing the rules that control how to compare
* version numbers. The URI could be either a Wagon URI or a classpath URI
* (e.g. <code>classpath:///package/sub/package/rules.xml</code>).
*
* @since 1.0-alpha-3
*/
Expand Down

0 comments on commit f7dc2c8

Please sign in to comment.