Skip to content

Commit

Permalink
Deprecate remove-project-artifact goal
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 12, 2024
1 parent 57f5480 commit 7b1a035
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@
*
* @author <a href="dantran@gmail.com">Dan T. Tran</a>
* @since 1.1
* @deprecated There is a similar goal:
* <a href="https://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html">dependency:purge-local-repository</a>
* By the way such goal should by not used with Maven 3/4 anymore.
*/
@Deprecated
@Mojo(name = "remove-project-artifact", defaultPhase = LifecyclePhase.PACKAGE, threadSafe = true)
public class RemoveLocalArtifactMojo extends AbstractMojo {

Expand Down

0 comments on commit 7b1a035

Please sign in to comment.