Skip to content

Commit

Permalink
Skip site deploy - site plugin is totally broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Feb 19, 2023
1 parent a13d28c commit 33c76e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/mybatis-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skipDeploy>false</skipDeploy>
<skip>false</skip>
<skipDeploy>true</skipDeploy>
<skip>true</skip>
</configuration>
</plugin>
<!-- create the Source JAR and JavaDoc a bit earlier so it is ready for the assembly -->
Expand Down

0 comments on commit 33c76e6

Please sign in to comment.