Distribute "service-apdex-threshold.yml" (#3976)

* Update pom.xml

Exclude "service-apdex-threshold.yml" from jar

* Add service-apdex-threshold.yml to the config folder of release jar
This commit is contained in:
Gao Hongtao 2019-11-29 22:49:32 +08:00 committed by GitHub
parent 244ec55fed
commit 87b7afcd64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -51,6 +51,7 @@
<include>component-libraries.yml</include>
<include>official_analysis.oal</include>
<include>gateways.yml</include>
<include>service-apdex-threshold.yml</include>
</includes>
<outputDirectory>/config</outputDirectory>
</fileSet>

View File

@ -226,9 +226,10 @@
<exclude>endpoint_naming_rules.properties</exclude>
<exclude>official_analysis.oal</exclude>
<exclude>gateways.yml</exclude>
<exclude>service-apdex-threshold.yml</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>