diff --git a/all/pom.xml b/all/pom.xml
index fa3745b692..1d1b7fa8c9 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -340,6 +340,36 @@ limitations under the License.
org.jboss.netty
netty
+
+
+
+ junit
+ junit
+ ${junit_version}
+ test
+ true
+
+
+ org.easymock
+ easymock
+ ${easymock_version}
+ test
+ true
+
+
+ org.jmockit
+ jmockit
+ ${jmockit_version}
+ test
+ true
+
+
+ cglib
+ cglib-nodep
+ ${cglib_version}
+ test
+ true
+
diff --git a/bom/pom.xml b/bom/pom.xml
index 81039262af..58eb037ea6 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -291,4 +291,26 @@
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+
+
+ verify
+
+ sign
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index 4a58ee7782..14cd30df04 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -323,4 +323,26 @@
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+
+
+ verify
+
+ sign
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml
index 1c02ae1636..5aae083157 100644
--- a/dubbo-demo/dubbo-demo-api/pom.xml
+++ b/dubbo-demo/dubbo-demo-api/pom.xml
@@ -27,6 +27,6 @@ limitations under the License.
${project.artifactId}
The demo module of dubbo project
- false
+ true
\ No newline at end of file
diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml
index cecc19e502..51be30a213 100644
--- a/dubbo-demo/dubbo-demo-consumer/pom.xml
+++ b/dubbo-demo/dubbo-demo-consumer/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
${project.artifactId}
The demo consumer module of dubbo project
- false
+ true
diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml
index 56b77ba07e..3b4bd05dc5 100644
--- a/dubbo-demo/dubbo-demo-provider/pom.xml
+++ b/dubbo-demo/dubbo-demo-provider/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
${project.artifactId}
The demo provider module of dubbo project
- false
+ true
diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml
index 9fe6f78384..f904840214 100644
--- a/dubbo-demo/pom.xml
+++ b/dubbo-demo/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
${project.artifactId}
The demo module of dubbo project
- false
+ true
dubbo-demo-api
diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml
index bda482001a..81a45e4049 100644
--- a/dubbo-test/dubbo-test-benchmark/pom.xml
+++ b/dubbo-test/dubbo-test-benchmark/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
${project.artifactId}
The performance benchmark kit test module of dubbo project
- false
+ true
diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml
index 861c651686..3a2de9c65a 100644
--- a/dubbo-test/dubbo-test-compatibility/pom.xml
+++ b/dubbo-test/dubbo-test-compatibility/pom.xml
@@ -30,7 +30,7 @@
The technology compatibility kit(TCK) test module of dubbo project
- false
+ true
diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml
index 8ad958120f..eb6c419586 100644
--- a/dubbo-test/dubbo-test-examples/pom.xml
+++ b/dubbo-test/dubbo-test-examples/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
${project.artifactId}
The examples demo module of dubbo project
- false
+ true
diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml
index b099f0e1ca..249e9adfa9 100644
--- a/dubbo-test/dubbo-test-integration/pom.xml
+++ b/dubbo-test/dubbo-test-integration/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
${project.artifactId}
The showcase test module of dubbo project
- false
+ true
diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml
index 9b8a52e4b1..ac5c318fba 100644
--- a/dubbo-test/pom.xml
+++ b/dubbo-test/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
${project.artifactId}
The test module of dubbo project
- false
+ true
dubbo-test-benchmark
diff --git a/pom.xml b/pom.xml
index 08b6dbf2c6..d0d3d195c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,6 +181,50 @@ limitations under the License.
+
+ release
+
+
+
+ maven-javadoc-plugin
+ ${maven_javadoc_version}
+
+
+ attach-javadoc
+
+ jar
+
+
+ none
+
+
+
+
+ public
+ UTF-8
+ UTF-8
+ UTF-8
+ com.alibaba.com.*
+
+ http://docs.oracle.com/javase/7/docs/api
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+
+
+ verify
+
+ sign
+
+
+
+
+
+
+
@@ -211,31 +255,6 @@ limitations under the License.
-
- maven-javadoc-plugin
- ${maven_javadoc_version}
-
-
- attach-javadoc
-
- jar
-
-
- none
-
-
-
-
- public
- UTF-8
- UTF-8
- UTF-8
- com.alibaba.com.*
-
- http://docs.oracle.com/javase/6/docs/api
-
-
-
org.apache.maven.plugins
maven-surefire-plugin