Skip to content

Commit 33c76e6

Browse files
committed
Skip site deploy - site plugin is totally broken
1 parent a13d28c commit 33c76e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/mybatis-generator-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-site-plugin</artifactId>
4444
<configuration>
45-
<skipDeploy>false</skipDeploy>
46-
<skip>false</skip>
45+
<skipDeploy>true</skipDeploy>
46+
<skip>true</skip>
4747
</configuration>
4848
</plugin>
4949
<!-- create the Source JAR and JavaDoc a bit earlier so it is ready for the assembly -->

0 commit comments

Comments
 (0)