Skip to content

Commit

Permalink
Added a property name to the "sources" parameter for CLI usage
Browse files Browse the repository at this point in the history
See issue #156
  • Loading branch information
gjd6640 authored and slawekjaranowski committed May 6, 2023
1 parent cad9567 commit 0bdc352
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class AddSourceMojo
*
* @since 1.0
*/
@Parameter( required = true )
@Parameter( property = "sources", required = true )
private File[] sources;

/**
Expand Down

0 comments on commit 0bdc352

Please sign in to comment.