beetlsql3-dev
Mlxa0324 2 years ago
parent 57673183e8
commit 6840b3010f

@ -110,6 +110,12 @@
<compilerArgument>-parameters</compilerArgument>
</configuration>
</plugin>
<!-- 在pom.xml文件中的 build->plugins标签下添加-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
</plugins>
</build>

Loading…
Cancel
Save