Skip to content

Commit

Permalink
Rename misleading mojo class
Browse files Browse the repository at this point in the history
(cherry picked from commit bd0beeb)
  • Loading branch information
laeubi committed Dec 9, 2023
1 parent 281ba6d commit 63d1ea2
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 63d1ea2

Please sign in to comment.