Преглед изворни кода

Merge branch 'mazq-jiekouyouhua-230523' into 'release/v1.2.0'

feature: 打包排除许可

See merge request dcuc-tjdsj/duceap-service!15
马志强 пре 1 година
родитељ
комит
f88ab07498
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dcuc-duceap-service/pom.xml

+ 1 - 1
dcuc-duceap-service/pom.xml

@@ -197,7 +197,7 @@
                                 </goals>
                                 <configuration>
                                     <!--排除licenseignore包,用来禁用许可开关,防止生产环境通过关闭开关,绕过许可-->
-                                    <excludeArtifactIds>duceap-support-licenseignore</excludeArtifactIds>
+<!--                                    <excludeArtifactIds>duceap-support-licenseignore</excludeArtifactIds>-->
                                     <excludeScope>provided</excludeScope>
                                     <outputDirectory>${project.build.directory}/lib</outputDirectory>
                                     <!--取消依赖包的时间戳-->