diff --git a/.travis.yml b/.travis.yml
index 14022ea09..03ff33333 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,40 +5,12 @@ script:
- mvn install:install-file -Dfile=jmxri-1.2.1.jar -DgroupId=com.sun.jmx -DartifactId=jmxri -Dversion=1.2.1 -Dpackaging=jar
- mvn install:install-file -Dfile=dubbox-2.8.4.jar -DgroupId=com.alibaba -DartifactId=dubbox -Dversion=2.8.4 -Dpackaging=jar
- - cd ..
- - cd skywalking-protocol
- - mvn clean install -Dmaven.test.skip=true
-
- - cd ..
- - cd skywalking-api
- - mvn clean install -Dmaven.test.skip=true
-
- cd ..
- cd samples/skywalking-auth
- mvn clean install -Dmaven.test.skip=true
- cd ..
- - cd ..
- - cd skywalking-sdk-plugin
- - mvn clean install -Dmaven.test.skip=true
-
- - cd ..
- - cd skywalking-server
- - mvn clean install -Dmaven.test.skip=true
-
- - cd ..
- - cd skywalking-alarm
- - mvn clean install -Dmaven.test.skip=true
-
- - cd ..
- - cd skywalking-analysis
- - mvn clean install -Dmaven.test.skip=true
-
- - cd ..
- - cd skywalking-webui
- mvn clean install -Dmaven.test.skip=true
after_success:
- - cd ..
- - cd skywalking-api
- mvn clean cobertura:cobertura coveralls:report
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 000000000..30eda5100
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,75 @@
+
+
+ 4.0.0
+
+ com.ai.cloud
+ skywalking
+ 1.0-SNAPSHOT
+
+ skywalking-protocol
+ skywalking-api
+ skywalking-sdk-plugin
+ skywalking-server
+ skywalking-alarm
+ skywalking-analysis
+ skywalking-webui
+
+ pom
+
+ skywalking
+ http://maven.apache.org
+
+
+ UTF-8
+
+
+
+
+ junit
+ junit
+ 4.12
+ test
+
+
+
+
+
+
+ maven-compiler-plugin
+
+ 1.7
+ 1.7
+ ${project.build.sourceEncoding}
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 2.4.3
+
+ ${project.build.sourceEncoding}
+
+
+
+
+
+
+
+ org.eluder.coveralls
+ coveralls-maven-plugin
+ 4.1.0
+
+
+ org.codehaus.mojo
+ cobertura-maven-plugin
+ 2.7
+
+ xml
+ 256m
+
+ true
+
+
+
+
\ No newline at end of file
diff --git a/skywalking-api/pom.xml b/skywalking-api/pom.xml
index 52f2ba030..931809f92 100644
--- a/skywalking-api/pom.xml
+++ b/skywalking-api/pom.xml
@@ -2,6 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
+
+ com.ai.cloud
+ skywalking
+ 1.0-SNAPSHOT
+
+
com.ai.cloud
skywalking-api
1.0-SNAPSHOT
@@ -118,24 +124,6 @@
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.1.0
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- xml
- 256m
-
- true
-
-