pom.xml 934 字节
Newer Older
1 2 3 4 5
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>skywalking</artifactId>
        <groupId>com.a.eye</groupId>
wu-sheng's avatar
wu-sheng 已提交
6
        <version>2.2-2017</version>
7 8 9
    </parent>
    <modelVersion>4.0.0</modelVersion>

10
    <artifactId>skywalking-commons</artifactId>
11
    <packaging>pom</packaging>
12

13
    <modules>
14 15 16
        <module>skywalking-logging</module>
        <module>skywalking-registry</module>
        <module>skywalking-health-report</module>
A
ascrutae 已提交
17
        <module>skywalking-util</module>
18
    </modules>
19

20 21 22 23 24
    <name>skywalking-commons</name>
    <url>http://maven.apache.org</url>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
A
ascrutae 已提交
25
        <compiler.version>1.6</compiler.version>
26
    </properties>
27
</project>