pom.xml 1.1 KB
Newer Older
L
lytscu 已提交
1 2 3 4 5 6 7
<?xml version="1.0" encoding="UTF-8"?>
<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>apm-sdk-plugin</artifactId>
        <groupId>org.apache.skywalking</groupId>
8
        <version>5.0.0-alpha-SNAPSHOT</version>
L
lytscu 已提交
9 10 11 12 13 14 15
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>servicecomb-plugin</artifactId>

    <modules>
        <module>servicecomb-java-chassis-0.x-plugin</module>
16 17 18
        <!-- TODO: remove this submodule because of SNAPSHOT dependency. -->
        <!-- After Apache ServiceComb released, we will put it back -->
        <!--
L
lytscu 已提交
19
        <module>servicecomb-java-chassis-1.x-plugin</module>
20
        -->
L
lytscu 已提交
21 22 23 24 25 26 27 28 29 30 31
    </modules>
    <packaging>pom</packaging>

    <name>apm-sdk-plugin</name>
    <url>http://maven.apache.org</url>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <sdk.plugin.related.dir>/..</sdk.plugin.related.dir>
    </properties>
</project>