Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
change shade name
Browse files Browse the repository at this point in the history
  • Loading branch information
foreverneverer committed Nov 13, 2019
1 parent cfc2545 commit ec49ac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
</plugins>
</reporting>
<properties>
<pegasus.shade.name>com.xiaomi.infra.pegasus.thirdparty</pegasus.shade.name>
</properties>
<build>
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
Expand All @@ -112,7 +113,7 @@
<relocations>
<relocation>
<pattern>io.netty</pattern>
<shadedPattern>shaded.io.netty</shadedPattern>
<shadedPattern>${pegasus.shade.name}.io.netty</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down

0 comments on commit ec49ac4

Please sign in to comment.