diff --git a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/db/sql/create-db.sql b/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/db/sql/create-db.sql
deleted file mode 100644
index e8d3b5150..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/db/sql/create-db.sql
+++ /dev/null
@@ -1,11 +0,0 @@
-CREATE TABLE PUBLIC.sampletable1
-(
- key1 VARCHAR2(36) PRIMARY KEY,
- value1 VARCHAR2(36) NOT NULL
-);
-
-CREATE TABLE PUBLIC.sampletable2
-(
- key2 VARCHAR2(36) PRIMARY KEY,
- value2 VARCHAR2(36) NOT NULL
-);
diff --git a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/log4j.xml b/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/log4j.xml
deleted file mode 100644
index 55304ff73..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/log4j.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/log4j2.xml b/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/log4j2.xml
deleted file mode 100644
index 91e20d37a..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/log4j2.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/mybatis/Sampletable1Mapper.xml b/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/mybatis/Sampletable1Mapper.xml
deleted file mode 100644
index 9f520963a..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/mybatis/Sampletable1Mapper.xml
+++ /dev/null
@@ -1,239 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- and ${criterion.condition}
-
-
- and ${criterion.condition} #{criterion.value}
-
-
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
-
-
- and ${criterion.condition}
-
- #{listItem}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- and ${criterion.condition}
-
-
- and ${criterion.condition} #{criterion.value}
-
-
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
-
-
- and ${criterion.condition}
-
- #{listItem}
-
-
-
-
-
-
-
-
-
-
-
- KEY1, VALUE1
-
-
-
-
-
- delete from PUBLIC.SAMPLETABLE1
- where KEY1 = #{key1,jdbcType=VARCHAR}
-
-
-
- delete from PUBLIC.SAMPLETABLE1
-
-
-
-
-
-
- insert into PUBLIC.SAMPLETABLE1 (KEY1, VALUE1)
- values (#{key1,jdbcType=VARCHAR}, #{value1,jdbcType=VARCHAR})
-
-
-
- insert into PUBLIC.SAMPLETABLE1
-
-
- KEY1,
-
-
- VALUE1,
-
-
-
-
- #{key1,jdbcType=VARCHAR},
-
-
- #{value1,jdbcType=VARCHAR},
-
-
-
-
-
-
- update PUBLIC.SAMPLETABLE1
-
-
- KEY1 = #{record.key1,jdbcType=VARCHAR},
-
-
- VALUE1 = #{record.value1,jdbcType=VARCHAR},
-
-
-
-
-
-
-
-
- update PUBLIC.SAMPLETABLE1
- set KEY1 = #{record.key1,jdbcType=VARCHAR},
- VALUE1 = #{record.value1,jdbcType=VARCHAR}
-
-
-
-
-
-
- update PUBLIC.SAMPLETABLE1
-
-
- VALUE1 = #{value1,jdbcType=VARCHAR},
-
-
- where KEY1 = #{key1,jdbcType=VARCHAR}
-
-
-
- update PUBLIC.SAMPLETABLE1
- set VALUE1 = #{value1,jdbcType=VARCHAR}
- where KEY1 = #{key1,jdbcType=VARCHAR}
-
-
\ No newline at end of file
diff --git a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/mybatis/Sampletable2Mapper.xml b/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/mybatis/Sampletable2Mapper.xml
deleted file mode 100644
index 36c9fa20d..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/mybatis/Sampletable2Mapper.xml
+++ /dev/null
@@ -1,239 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- and ${criterion.condition}
-
-
- and ${criterion.condition} #{criterion.value}
-
-
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
-
-
- and ${criterion.condition}
-
- #{listItem}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- and ${criterion.condition}
-
-
- and ${criterion.condition} #{criterion.value}
-
-
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
-
-
- and ${criterion.condition}
-
- #{listItem}
-
-
-
-
-
-
-
-
-
-
-
- KEY2, VALUE2
-
-
-
-
-
- delete from PUBLIC.SAMPLETABLE2
- where KEY2 = #{key2,jdbcType=VARCHAR}
-
-
-
- delete from PUBLIC.SAMPLETABLE2
-
-
-
-
-
-
- insert into PUBLIC.SAMPLETABLE2 (KEY2, VALUE2)
- values (#{key2,jdbcType=VARCHAR}, #{value2,jdbcType=VARCHAR})
-
-
-
- insert into PUBLIC.SAMPLETABLE2
-
-
- KEY2,
-
-
- VALUE2,
-
-
-
-
- #{key2,jdbcType=VARCHAR},
-
-
- #{value2,jdbcType=VARCHAR},
-
-
-
-
-
-
- update PUBLIC.SAMPLETABLE2
-
-
- KEY2 = #{record.key2,jdbcType=VARCHAR},
-
-
- VALUE2 = #{record.value2,jdbcType=VARCHAR},
-
-
-
-
-
-
-
-
- update PUBLIC.SAMPLETABLE2
- set KEY2 = #{record.key2,jdbcType=VARCHAR},
- VALUE2 = #{record.value2,jdbcType=VARCHAR}
-
-
-
-
-
-
- update PUBLIC.SAMPLETABLE2
-
-
- VALUE2 = #{value2,jdbcType=VARCHAR},
-
-
- where KEY2 = #{key2,jdbcType=VARCHAR}
-
-
-
- update PUBLIC.SAMPLETABLE2
- set VALUE2 = #{value2,jdbcType=VARCHAR}
- where KEY2 = #{key2,jdbcType=VARCHAR}
-
-
\ No newline at end of file
diff --git a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/provider/dubbo-provider.xml b/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/provider/dubbo-provider.xml
deleted file mode 100644
index b195734d3..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/provider/dubbo-provider.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/sky-walking.auth b/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/sky-walking.auth
deleted file mode 100644
index 9be01f6e3..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/sky-walking.auth
+++ /dev/null
@@ -1,45 +0,0 @@
-#skyWalking用户ID
-skywalking.user_id=123
-#skyWalking应用编码
-skywalking.application_code=skywalking-sample-dubbo
-#skywalking auth的环境变量名字
-skywalking.auth_system_env_name=SKYWALKING_RUN
-#skywalking数据编码
-skywalking.charset=UTF-8
-skywalking.auth_override=true
-
-#是否打印数据
-buriedpoint.printf=true
-#埋点异常的最大长度
-buriedpoint.max_exception_stack_length=4000
-#业务字段的最大长度
-buriedpoint.businesskey_max_length=300
-#过滤异常
-buriedpoint.exclusive_exceptions=java.lang.RuntimeException
-
-#最大发送者的连接数阀比例
-sender.connect_percent=100
-#发送服务端配置
-sender.servers_addr=127.0.0.1:34000
-#最大发送的副本数量
-sender.max_copy_num=2
-#发送的最大长度
-sender.max_send_length=20000
-#当没有Sender时,尝试获取sender的等待周期
-sender.retry_get_sender_wait_interval=2000
-
-#最大消费线程数
-consumer.max_consumer=0
-#消费者最大等待时间
-consumer.max_wait_time=5
-#发送失败等待时间
-consumer.consumer_fail_retry_wait_interval=50
-
-#每个Buffer的最大个数
-buffer.buffer_max_size=18000
-#Buffer池的最大长度
-buffer.pool_size=5
-
-#发送检查线程检查周期
-senderchecker.check_polling_time=200
-
diff --git a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/spring-context.xml b/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/spring-context.xml
deleted file mode 100644
index 7affaf26a..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-impl/target/classes/spring-context.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/skywalking-example/example-dubbo/dubbo-impl/target/maven-archiver/pom.properties b/samples/skywalking-example/example-dubbo/dubbo-impl/target/maven-archiver/pom.properties
deleted file mode 100644
index 0a5ddc99f..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-impl/target/maven-archiver/pom.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-#Generated by Maven
-#Thu Jul 28 13:53:53 CST 2016
-version=1.0-Final
-groupId=com.ai.cloud
-artifactId=dubbo-impl
diff --git a/samples/skywalking-example/example-dubbo/dubbo-impl/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/samples/skywalking-example/example-dubbo/dubbo-impl/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
deleted file mode 100644
index 6a1d59a2c..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-impl/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
+++ /dev/null
@@ -1,16 +0,0 @@
-com/ai/cloud/skywalking/sample/mybatis/model/Sampletable1Example$Criterion.class
-com/ai/cloud/skywalking/sample/mybatis/model/Sampletable2Example$Criterion.class
-com/ai/cloud/skywalking/sample/mybatis/model/Sampletable1.class
-com/ai/cloud/skywalking/sample/mybatis/model/Sampletable2.class
-com/ai/cloud/skywalking/sample/dubbo/impl/SampleDubboInterfaceImpl.class
-com/ai/cloud/skywalking/sample/mybatis/model/Sampletable2Example$Criteria.class
-com/ai/cloud/skywalking/sample/util/DubboStart.class
-com/ai/cloud/skywalking/sample/mybatis/dao/Sampletable1Mapper.class
-com/ai/cloud/skywalking/sample/mybatis/model/Sampletable1Example$GeneratedCriteria.class
-com/ai/cloud/skywalking/sample/mybatis/dao/Sampletable2Mapper.class
-com/ai/cloud/skywalking/sample/mybatis/model/Sampletable2Example.class
-com/ai/cloud/skywalking/sample/mybatis/model/Sampletable1Example.class
-com/ai/cloud/skywalking/sample/mybatis/model/Sampletable1Example$Criteria.class
-com/ai/cloud/skywalking/sample/service/impl/SampleServiceImpl.class
-com/ai/cloud/skywalking/sample/service/inter/SampleServiceInterface.class
-com/ai/cloud/skywalking/sample/mybatis/model/Sampletable2Example$GeneratedCriteria.class
diff --git a/samples/skywalking-example/example-dubbo/dubbo-impl/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/samples/skywalking-example/example-dubbo/dubbo-impl/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
deleted file mode 100644
index dfb52d21f..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-impl/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
+++ /dev/null
@@ -1,10 +0,0 @@
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-dubbo/dubbo-impl/src/main/java/com/ai/cloud/skywalking/sample/dubbo/impl/SampleDubboInterfaceImpl.java
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-dubbo/dubbo-impl/src/main/java/com/ai/cloud/skywalking/sample/mybatis/model/Sampletable1.java
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-dubbo/dubbo-impl/src/main/java/com/ai/cloud/skywalking/sample/mybatis/dao/Sampletable1Mapper.java
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-dubbo/dubbo-impl/src/main/java/com/ai/cloud/skywalking/sample/mybatis/dao/Sampletable2Mapper.java
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-dubbo/dubbo-impl/src/main/java/com/ai/cloud/skywalking/sample/util/DubboStart.java
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-dubbo/dubbo-impl/src/main/java/com/ai/cloud/skywalking/sample/mybatis/model/Sampletable1Example.java
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-dubbo/dubbo-impl/src/main/java/com/ai/cloud/skywalking/sample/mybatis/model/Sampletable2.java
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-dubbo/dubbo-impl/src/main/java/com/ai/cloud/skywalking/sample/service/impl/SampleServiceImpl.java
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-dubbo/dubbo-impl/src/main/java/com/ai/cloud/skywalking/sample/service/inter/SampleServiceInterface.java
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-dubbo/dubbo-impl/src/main/java/com/ai/cloud/skywalking/sample/mybatis/model/Sampletable2Example.java
diff --git a/samples/skywalking-example/example-dubbo/dubbo-interfaces/target/maven-archiver/pom.properties b/samples/skywalking-example/example-dubbo/dubbo-interfaces/target/maven-archiver/pom.properties
deleted file mode 100644
index 50297afc1..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-interfaces/target/maven-archiver/pom.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-#Generated by Maven
-#Thu Jul 28 13:53:50 CST 2016
-version=1.0-Final
-groupId=com.ai.cloud
-artifactId=dubbo-interfaces
diff --git a/samples/skywalking-example/example-dubbo/dubbo-interfaces/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/samples/skywalking-example/example-dubbo/dubbo-interfaces/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
deleted file mode 100644
index 088426542..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-interfaces/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-com/ai/cloud/skywalking/sample/dubbo/interfaces/SampleDubboInterface.class
diff --git a/samples/skywalking-example/example-dubbo/dubbo-interfaces/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/samples/skywalking-example/example-dubbo/dubbo-interfaces/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
deleted file mode 100644
index 7fcaa54d7..000000000
--- a/samples/skywalking-example/example-dubbo/dubbo-interfaces/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-dubbo/dubbo-interfaces/src/main/java/com/ai/cloud/skywalking/sample/dubbo/interfaces/SampleDubboInterface.java
diff --git a/samples/skywalking-example/example-web/target/classes/consumer/dubbo-consumer.xml b/samples/skywalking-example/example-web/target/classes/consumer/dubbo-consumer.xml
deleted file mode 100644
index 3751f4815..000000000
--- a/samples/skywalking-example/example-web/target/classes/consumer/dubbo-consumer.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/skywalking-example/example-web/target/classes/log4j.properties b/samples/skywalking-example/example-web/target/classes/log4j.properties
deleted file mode 100644
index 93af71c78..000000000
--- a/samples/skywalking-example/example-web/target/classes/log4j.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-log4j.rootLogger=DEBUG, A1
-#log4j.appender.A1=org.apache.log4j.FileAppender
-#log4j.appender.A1.File=${catalina.base}/logs/mvno_crm_all.log
-#log4j.appender.A1.layout=org.apache.log4j.PatternLayout
-#log4j.appender.A1.layout.ConversionPattern=%-d{yyyy-MM-dd HH:mm:ss.SSS} %c %n[%p] %n%m%n
-
-log4j.appender.A1=org.apache.log4j.ConsoleAppender
-log4j.appender.A1.layout=com.ai.cloud.skywalking.plugin.log.log4j.v1.x.TraceIdPatternLayout
-log4j.appender.A1.layout.ConversionPattern=%x %-d{yyyy-MM-dd HH:mm:ss.SSS} %c %n[%p] %n%m%n
diff --git a/samples/skywalking-example/example-web/target/classes/log4j2.xml b/samples/skywalking-example/example-web/target/classes/log4j2.xml
deleted file mode 100644
index 91e20d37a..000000000
--- a/samples/skywalking-example/example-web/target/classes/log4j2.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/skywalking-example/example-web/target/classes/sky-walking.auth b/samples/skywalking-example/example-web/target/classes/sky-walking.auth
deleted file mode 100644
index 9be01f6e3..000000000
--- a/samples/skywalking-example/example-web/target/classes/sky-walking.auth
+++ /dev/null
@@ -1,45 +0,0 @@
-#skyWalking用户ID
-skywalking.user_id=123
-#skyWalking应用编码
-skywalking.application_code=skywalking-sample-dubbo
-#skywalking auth的环境变量名字
-skywalking.auth_system_env_name=SKYWALKING_RUN
-#skywalking数据编码
-skywalking.charset=UTF-8
-skywalking.auth_override=true
-
-#是否打印数据
-buriedpoint.printf=true
-#埋点异常的最大长度
-buriedpoint.max_exception_stack_length=4000
-#业务字段的最大长度
-buriedpoint.businesskey_max_length=300
-#过滤异常
-buriedpoint.exclusive_exceptions=java.lang.RuntimeException
-
-#最大发送者的连接数阀比例
-sender.connect_percent=100
-#发送服务端配置
-sender.servers_addr=127.0.0.1:34000
-#最大发送的副本数量
-sender.max_copy_num=2
-#发送的最大长度
-sender.max_send_length=20000
-#当没有Sender时,尝试获取sender的等待周期
-sender.retry_get_sender_wait_interval=2000
-
-#最大消费线程数
-consumer.max_consumer=0
-#消费者最大等待时间
-consumer.max_wait_time=5
-#发送失败等待时间
-consumer.consumer_fail_retry_wait_interval=50
-
-#每个Buffer的最大个数
-buffer.buffer_max_size=18000
-#Buffer池的最大长度
-buffer.pool_size=5
-
-#发送检查线程检查周期
-senderchecker.check_polling_time=200
-
diff --git a/samples/skywalking-example/example-web/target/classes/spring-context.xml b/samples/skywalking-example/example-web/target/classes/spring-context.xml
deleted file mode 100644
index 82bef23a0..000000000
--- a/samples/skywalking-example/example-web/target/classes/spring-context.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/consumer/dubbo-consumer.xml b/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/consumer/dubbo-consumer.xml
deleted file mode 100644
index 3751f4815..000000000
--- a/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/consumer/dubbo-consumer.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/log4j.properties b/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/log4j.properties
deleted file mode 100644
index 93af71c78..000000000
--- a/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/log4j.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-log4j.rootLogger=DEBUG, A1
-#log4j.appender.A1=org.apache.log4j.FileAppender
-#log4j.appender.A1.File=${catalina.base}/logs/mvno_crm_all.log
-#log4j.appender.A1.layout=org.apache.log4j.PatternLayout
-#log4j.appender.A1.layout.ConversionPattern=%-d{yyyy-MM-dd HH:mm:ss.SSS} %c %n[%p] %n%m%n
-
-log4j.appender.A1=org.apache.log4j.ConsoleAppender
-log4j.appender.A1.layout=com.ai.cloud.skywalking.plugin.log.log4j.v1.x.TraceIdPatternLayout
-log4j.appender.A1.layout.ConversionPattern=%x %-d{yyyy-MM-dd HH:mm:ss.SSS} %c %n[%p] %n%m%n
diff --git a/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/log4j2.xml b/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/log4j2.xml
deleted file mode 100644
index 91e20d37a..000000000
--- a/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/log4j2.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/sky-walking.auth b/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/sky-walking.auth
deleted file mode 100644
index 9be01f6e3..000000000
--- a/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/sky-walking.auth
+++ /dev/null
@@ -1,45 +0,0 @@
-#skyWalking用户ID
-skywalking.user_id=123
-#skyWalking应用编码
-skywalking.application_code=skywalking-sample-dubbo
-#skywalking auth的环境变量名字
-skywalking.auth_system_env_name=SKYWALKING_RUN
-#skywalking数据编码
-skywalking.charset=UTF-8
-skywalking.auth_override=true
-
-#是否打印数据
-buriedpoint.printf=true
-#埋点异常的最大长度
-buriedpoint.max_exception_stack_length=4000
-#业务字段的最大长度
-buriedpoint.businesskey_max_length=300
-#过滤异常
-buriedpoint.exclusive_exceptions=java.lang.RuntimeException
-
-#最大发送者的连接数阀比例
-sender.connect_percent=100
-#发送服务端配置
-sender.servers_addr=127.0.0.1:34000
-#最大发送的副本数量
-sender.max_copy_num=2
-#发送的最大长度
-sender.max_send_length=20000
-#当没有Sender时,尝试获取sender的等待周期
-sender.retry_get_sender_wait_interval=2000
-
-#最大消费线程数
-consumer.max_consumer=0
-#消费者最大等待时间
-consumer.max_wait_time=5
-#发送失败等待时间
-consumer.consumer_fail_retry_wait_interval=50
-
-#每个Buffer的最大个数
-buffer.buffer_max_size=18000
-#Buffer池的最大长度
-buffer.pool_size=5
-
-#发送检查线程检查周期
-senderchecker.check_polling_time=200
-
diff --git a/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/spring-context.xml b/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/spring-context.xml
deleted file mode 100644
index 82bef23a0..000000000
--- a/samples/skywalking-example/example-web/target/example-web/WEB-INF/classes/spring-context.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/skywalking-example/example-web/target/example-web/WEB-INF/web.xml b/samples/skywalking-example/example-web/target/example-web/WEB-INF/web.xml
deleted file mode 100644
index 88f595761..000000000
--- a/samples/skywalking-example/example-web/target/example-web/WEB-INF/web.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
- skywalking-example-web
-
-
- springMVC
- org.springframework.web.servlet.DispatcherServlet
-
- contextConfigLocation
- classpath*:spring-context.xml
-
- 1
-
-
- springMVC
- /
-
-
-
- encodingFilter
- org.springframework.web.filter.CharacterEncodingFilter
-
- encoding
- UTF-8
-
-
- forceEncoding
- true
-
-
-
- encodingFilter
- /*
-
-
-
-
diff --git a/samples/skywalking-example/example-web/target/example-web/index.jsp b/samples/skywalking-example/example-web/target/example-web/index.jsp
deleted file mode 100644
index c38169bb9..000000000
--- a/samples/skywalking-example/example-web/target/example-web/index.jsp
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-Hello World!
-
-
diff --git a/samples/skywalking-example/example-web/target/example-web/pages/saveSuccess.jsp b/samples/skywalking-example/example-web/target/example-web/pages/saveSuccess.jsp
deleted file mode 100644
index 839518beb..000000000
--- a/samples/skywalking-example/example-web/target/example-web/pages/saveSuccess.jsp
+++ /dev/null
@@ -1,16 +0,0 @@
-<%--
- Created by IntelliJ IDEA.
- User: xin
- Date: 16/7/24
- Time: 上午10:29
- To change this template use File | Settings | File Templates.
---%>
-<%@ page contentType="text/html;charset=UTF-8" language="java" %>
-
-
- Success!!!
-
-
- You have save success!!! KEY:${key}
-
-
diff --git a/samples/skywalking-example/example-web/target/maven-archiver/pom.properties b/samples/skywalking-example/example-web/target/maven-archiver/pom.properties
deleted file mode 100644
index 6352a4f44..000000000
--- a/samples/skywalking-example/example-web/target/maven-archiver/pom.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-#Generated by Maven
-#Thu Jul 28 13:53:52 CST 2016
-version=1.0-Final
-groupId=com.ai.cloud
-artifactId=example-web
diff --git a/samples/skywalking-example/example-web/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/samples/skywalking-example/example-web/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
deleted file mode 100644
index d3392f96a..000000000
--- a/samples/skywalking-example/example-web/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-com/ai/cloud/skywalking/sample/web/controller/SampleWebController.class
diff --git a/samples/skywalking-example/example-web/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/samples/skywalking-example/example-web/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
deleted file mode 100644
index c9d5aef79..000000000
--- a/samples/skywalking-example/example-web/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-/Users/xin/workbench/sky-walking/samples/skywalking-example/example-web/src/main/java/com/ai/cloud/skywalking/sample/web/controller/SampleWebController.java
diff --git a/skywalking-collector/skywalking-agent/src/main/java/com/ai/cloud/skywalking/agent/SkywalkingAgent.java b/skywalking-collector/skywalking-agent/src/main/java/com/ai/cloud/skywalking/agent/SkywalkingAgent.java
index 801251cfb..68d3db2ce 100644
--- a/skywalking-collector/skywalking-agent/src/main/java/com/ai/cloud/skywalking/agent/SkywalkingAgent.java
+++ b/skywalking-collector/skywalking-agent/src/main/java/com/ai/cloud/skywalking/agent/SkywalkingAgent.java
@@ -18,6 +18,8 @@ import java.lang.instrument.Instrumentation;
import java.net.URL;
import java.util.List;
+import static net.bytebuddy.matcher.ElementMatchers.any;
+
public class SkywalkingAgent {
private static Logger logger = LogManager.getLogger(SkywalkingAgent.class);
@@ -54,7 +56,7 @@ public class SkywalkingAgent {
}
private static ElementMatcher.Junction exclusivePackageClass() {
- return ElementMatchers.nameStartsWith("com.alibaba");
+ return any();
}
diff --git a/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/classes/skywalking-plugin.def b/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/classes/skywalking-plugin.def
deleted file mode 100644
index 0e95388d3..000000000
--- a/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/classes/skywalking-plugin.def
+++ /dev/null
@@ -1 +0,0 @@
-com.ai.cloud.skywalking.plugin.tomcat78x.define.TomcatPluginDefine
diff --git a/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/maven-archiver/pom.properties b/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/maven-archiver/pom.properties
deleted file mode 100644
index 2f82346d3..000000000
--- a/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/maven-archiver/pom.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-#Generated by Maven
-#Thu Jul 28 13:53:54 CST 2016
-version=1.0-Final
-groupId=com.ai.cloud
-artifactId=tomcat-7.x-8.x-plugin
diff --git a/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/test-classes/sky-walking.auth b/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/test-classes/sky-walking.auth
deleted file mode 100644
index ff0b6dcf1..000000000
--- a/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/test-classes/sky-walking.auth
+++ /dev/null
@@ -1,45 +0,0 @@
-#skyWalking用户ID
-skywalking.user_id=123
-#skyWalking应用编码
-skywalking.application_code=test
-#skywalking auth的环境变量名字
-skywalking.auth_system_env_name=SKYWALKING_RUN
-#skywalking数据编码
-skywalking.charset=UTF-8
-skywalking.auth_override=true
-
-#是否打印数据
-buriedpoint.printf=true
-#埋点异常的最大长度
-buriedpoint.max_exception_stack_length=4000
-#业务字段的最大长度
-buriedpoint.businesskey_max_length=300
-#过滤异常
-buriedpoint.exclusive_exceptions=java.lang.RuntimeException
-
-#最大发送者的连接数阀比例
-sender.connect_percent=100
-#发送服务端配置
-sender.servers_addr=127.0.0.1:34000
-#最大发送的副本数量
-sender.max_copy_num=2
-#发送的最大长度
-sender.max_send_length=20000
-#当没有Sender时,尝试获取sender的等待周期
-sender.retry_get_sender_wait_interval=2000
-
-#最大消费线程数
-consumer.max_consumer=0
-#消费者最大等待时间
-consumer.max_wait_time=5
-#发送失败等待时间
-consumer.consumer_fail_retry_wait_interval=50
-
-#每个Buffer的最大个数
-buffer.buffer_max_size=18000
-#Buffer池的最大长度
-buffer.pool_size=5
-
-#发送检查线程检查周期
-senderchecker.check_polling_time=200
-
diff --git a/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/test-classes/webapp/HelloWorld.jsp b/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/test-classes/webapp/HelloWorld.jsp
deleted file mode 100644
index 7874157ad..000000000
--- a/skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/target/test-classes/webapp/HelloWorld.jsp
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-Hello World
-
-
\ No newline at end of file