混淆配置,所有的包增加classifier为xj,只对biz包混淆,混淆后classifier为obf,profile配置写好,混淆打包时勾选biz-obf+default打包,不混淆时只勾选default
This commit is contained in:
@@ -12,10 +12,6 @@
|
||||
<artifactId>jeecg-system</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<maven.install.skip>true</maven.install.skip>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
<module>jeecg-system-api</module>
|
||||
<module>jeecg-system-biz</module>
|
||||
|
||||
Reference in New Issue
Block a user