Skip to content

Commit

Permalink
Mark Zip mojo as deprecated for removal in next major
Browse files Browse the repository at this point in the history
Related to asciidoctor#145
  • Loading branch information
abelsromero committed Feb 11, 2024
1 parent c8b543a commit 4aded54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.apache.maven.project.MavenProjectHelper;
import org.asciidoctor.maven.io.Zips;

@Deprecated(since = "3.0.0", forRemoval = true)
@Mojo(name = "zip")
public class AsciidoctorZipMojo extends AsciidoctorMojo {
public static final String PREFIX = AsciidoctorMaven.PREFIX + "zip.";
Expand Down

0 comments on commit 4aded54

Please sign in to comment.