From ba48b171b7a36477027cf9341731ae1e1d0ce0aa Mon Sep 17 00:00:00 2001 From: zhangxin10 Date: Thu, 31 Dec 2015 13:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=91=E5=B8=83=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skywalking-log/log4j-1.x-plugin/pom.xml | 38 ++++++++++++++++++++ skywalking-log/log4j-2.x-plugin/pom.xml | 47 +++++++++++++++++++++++++ skywalking-log/pom.xml | 22 ++++++++++++ 3 files changed, 107 insertions(+) diff --git a/skywalking-log/log4j-1.x-plugin/pom.xml b/skywalking-log/log4j-1.x-plugin/pom.xml index 88cec5330..6dd4b64d7 100644 --- a/skywalking-log/log4j-1.x-plugin/pom.xml +++ b/skywalking-log/log4j-1.x-plugin/pom.xml @@ -36,4 +36,42 @@ 1.0-SNAPSHOT + + + + maven-compiler-plugin + + 1.6 + 1.6 + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-deploy-plugin + + + + org.apache.maven.plugins + maven-source-plugin + + + + attach-sources + + jar + + + + + + diff --git a/skywalking-log/log4j-2.x-plugin/pom.xml b/skywalking-log/log4j-2.x-plugin/pom.xml index e3f1549cb..4fac4b6e2 100644 --- a/skywalking-log/log4j-2.x-plugin/pom.xml +++ b/skywalking-log/log4j-2.x-plugin/pom.xml @@ -35,4 +35,51 @@ 2.2 + + + + maven-compiler-plugin + + 1.6 + 1.6 + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-deploy-plugin + + + + org.apache.maven.plugins + maven-source-plugin + + + + attach-sources + + jar + + + + + + + + + + + company-private-nexus-library-snapshots + private-nexus-library-snapshots + http://10.1.228.199:18081/nexus/content/repositories/snapshots/ + + diff --git a/skywalking-log/pom.xml b/skywalking-log/pom.xml index ae188fe00..74a2bc7f2 100644 --- a/skywalking-log/pom.xml +++ b/skywalking-log/pom.xml @@ -27,4 +27,26 @@ test + + + + + + maven-compiler-plugin + + 1.6 + 1.6 + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + ${project.build.sourceEncoding} + + + +