pom.xml 857 字节
Newer Older
1 2 3
<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>
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 9
    </parent>
    <modelVersion>4.0.0</modelVersion>

P
pengys5 已提交
10
    <artifactId>apm-commons</artifactId>
11
    <packaging>pom</packaging>
12

13
    <modules>
P
pengys5 已提交
14 15 16
        <module>apm-util</module>
        <module>apm-logging-api</module>
        <module>apm-logging-log4j2</module>
17
    </modules>
18

P
pengys5 已提交
19
    <name>apm-commons</name>
20 21 22 23
    <url>http://maven.apache.org</url>

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