pom.xml 837 字节
Newer Older
1 2 3
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <parent>
P
pengys5 已提交
4 5
        <artifactId>apm</artifactId>
        <groupId>org.skywalking</groupId>
wu-sheng's avatar
wu-sheng 已提交
6
        <version>3.2-2017</version>
7 8
    </parent>
    <modelVersion>4.0.0</modelVersion>
P
pengys5 已提交
9
    <artifactId>apm-application-toolkit</artifactId>
wu-sheng's avatar
wu-sheng 已提交
10
    <packaging>pom</packaging>
11 12 13 14 15 16

    <properties>
        <compiler.version>1.6</compiler.version>
    </properties>

    <modules>
P
pengys5 已提交
17 18 19 20
        <module>apm-toolkit-log4j-1.x</module>
        <module>apm-toolkit-log4j-2.x</module>
        <module>apm-toolkit-logback-1.x</module>
        <module>apm-toolkit-opentracing</module>
A
ascrutae 已提交
21
        <module>apm-toolkit-trace</module>
22 23
    </modules>
</project>