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} + + + +