We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13d28c commit 33c76e6Copy full SHA for 33c76e6
core/mybatis-generator-core/pom.xml
@@ -42,8 +42,8 @@
42
<groupId>org.apache.maven.plugins</groupId>
43
<artifactId>maven-site-plugin</artifactId>
44
<configuration>
45
- <skipDeploy>false</skipDeploy>
46
- <skip>false</skip>
+ <skipDeploy>true</skipDeploy>
+ <skip>true</skip>
47
</configuration>
48
</plugin>
49
<!-- create the Source JAR and JavaDoc a bit earlier so it is ready for the assembly -->
0 commit comments