didi / DDMQ

DDMQ is a distributed messaging product with low latency, high throughput and high availability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

这个os.detected.classifier找不到,怎么编译的

jgzl opened this issue · comments

    <dependency>
        <groupId>io.netty</groupId>
        <artifactId>netty-tcnative</artifactId>
        <version>1.1.33.Fork22</version>
        <classifier>${os.detected.classifier}</classifier>
    </dependency>

checkout this link(https://github.com/trustin/os-maven-plugin) about os-maven-plugin. os.detected.classifier is generated by os-maven-plugin.