Skip to content

Commit

Permalink
Rename misleading mojo class
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Dec 8, 2023
1 parent 05bdf27 commit a3318e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* </p>
*/
@Mojo(name = "materialize-products", defaultPhase = LifecyclePhase.PACKAGE, threadSafe = true)
public final class DirectorMojo extends AbstractProductMojo {
public final class MaterializeProductsMojo extends AbstractProductMojo {
private static final Object LOCK = new Object();

public enum InstallationSource {
Expand Down

0 comments on commit a3318e1

Please sign in to comment.