add ‘distributionManagement’ to deploy application toolkit.

This commit is contained in:
wusheng 2016-12-20 11:41:56 +08:00
parent 631494e5a2
commit e09051770f
4 changed files with 33 additions and 2 deletions

View File

@ -20,4 +20,11 @@
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>bintray-wu-sheng-sky-walking-repository</id>
<name>wu-sheng-sky-walking-repository</name>
<url>https://api.bintray.com/maven/wu-sheng/skywalking/com.a.eye.skywalking-toolkit-log4j-1.x/;publish=1</url>
</repository>
</distributionManagement>
</project>

View File

@ -16,7 +16,15 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.7</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>bintray-wu-sheng-sky-walking-repository</id>
<name>wu-sheng-sky-walking-repository</name>
<url>https://api.bintray.com/maven/wu-sheng/skywalking/com.a.eye.skywalking-toolkit-log4j-2.x/;publish=1</url>
</repository>
</distributionManagement>
</project>

View File

@ -16,6 +16,15 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
<scope>provided</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>bintray-wu-sheng-sky-walking-repository</id>
<name>wu-sheng-sky-walking-repository</name>
<url>https://api.bintray.com/maven/wu-sheng/skywalking/com.a.eye.skywalking-toolkit-logback-1.x/;publish=1</url>
</repository>
</distributionManagement>
</project>

View File

@ -11,6 +11,13 @@
<artifactId>skywalking-toolkit-trace-context</artifactId>
<packaging>jar</packaging>
<name>skywalking-toolkit-trace-context</name>
<url>http://maven.apache.org</url>
<distributionManagement>
<repository>
<id>bintray-wu-sheng-sky-walking-repository</id>
<name>wu-sheng-sky-walking-repository</name>
<url>https://api.bintray.com/maven/wu-sheng/skywalking/com.a.eye.skywalking-toolkit-trace-context/;publish=1</url>
</repository>
</distributionManagement>
</project>