diff --git a/liteflow-benchmark/pom.xml b/liteflow-benchmark/pom.xml index 0d04a2078..c8f75aa7d 100644 --- a/liteflow-benchmark/pom.xml +++ b/liteflow-benchmark/pom.xml @@ -59,6 +59,39 @@ true + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + true + + + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + + true + + \ No newline at end of file diff --git a/liteflow-testcase-el/pom.xml b/liteflow-testcase-el/pom.xml index 72352a2e4..461d3c88a 100644 --- a/liteflow-testcase-el/pom.xml +++ b/liteflow-testcase-el/pom.xml @@ -57,6 +57,39 @@ true + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + true + + + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + + true + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 871661126..36879d40f 100644 --- a/pom.xml +++ b/pom.xml @@ -479,16 +479,5 @@ liteflow-el-builder liteflow-benchmark - - - - sonatype - https://oss.sonatype.org/content/repositories/snapshots/ - - - sonatype - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - -