skywalking-java/apm-collector
Danzo c96077ebbc
Update assembly.xml
fixed maven 3.3.9 build issue caused by empty assembly ID on Ubuntu 16.04.2 using OpenJDK 1.8.0_151.

[INFO] Building apm-collector-boot 5.0.0-alpha
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apm-collector-boot ---
[INFO] Deleting /home/steve/skywalking/incubator-skywalking/apm-collector/apm-collector-boot/target
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (validate) @ apm-collector-boot ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.492 s
[INFO] Finished at: 2018-02-18T12:05:49-06:00
[INFO] Final Memory: 19M/235M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate) on project apm-collector-boot: Failed during checkstyle configuration: cannot initialize module Header - Unable to find: CHECKSTYLE_HEAD -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
2018-02-18 12:22:56 -06:00
..
apm-collector-agent JVM metric aggregate tested. 2018-02-13 22:52:12 +08:00
apm-collector-analysis Trace segment metric aggregate and alarm metric aggregate tested. 2018-02-13 18:00:19 +08:00
apm-collector-boot Update assembly.xml 2018-02-18 12:22:56 -06:00
apm-collector-cache Update span layer and server type by address id when those not equals to the values in cache. 2018-02-11 17:23:21 +08:00
apm-collector-cluster Update version to 5.0.0-alpha with `mvn versions:set -DnewVersion=5.0.0-alpha` 2017-12-15 10:40:23 +08:00
apm-collector-component Catch the exception in doPost and doGet method, make this two method do not throw exception. 2018-01-26 00:49:37 +08:00
apm-collector-configuration Add alarm config into application.yml. 2018-01-03 19:50:11 +08:00
apm-collector-core Provide the loadAlarmList query. 2018-02-12 16:28:00 +08:00
apm-collector-grpc-manager metric module test success. 2017-12-20 14:02:09 +08:00
apm-collector-instrument Update version to 5.0.0-alpha with `mvn versions:set -DnewVersion=5.0.0-alpha` 2017-12-15 10:40:23 +08:00
apm-collector-jetty-manager metric module test success. 2017-12-20 14:02:09 +08:00
apm-collector-naming Update version to 5.0.0-alpha with `mvn versions:set -DnewVersion=5.0.0-alpha` 2017-12-15 10:40:23 +08:00
apm-collector-remote Application component pyramid aggregate by h2 storage test successful. 2018-01-11 19:39:29 +08:00
apm-collector-storage Trace segment metric aggregate and alarm metric aggregate tested. 2018-02-13 18:00:19 +08:00
apm-collector-ui Provide the getAlarmTrend query. 2018-02-12 21:01:26 +08:00
pom.xml Protect the background processes. 2018-01-11 15:53:40 +08:00