Skip to content

Commit 5432f0c

Browse files
authored
Mark Zip mojo as deprecated for removal in next major (#773)
Related to #145
1 parent c8b543a commit 5432f0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asciidoctor-maven-plugin/src/main/java/org/asciidoctor/maven/AsciidoctorZipMojo.java

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import org.apache.maven.project.MavenProjectHelper;
1212
import org.asciidoctor.maven.io.Zips;
1313

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

0 commit comments

Comments
 (0)