Skip to content

Commit

Permalink
[Fix]:add pom profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Simba committed Apr 20, 2021
1 parent ab412cf commit c96a33a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions extension/flink-doris-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
</properties>

<profiles>
<profile>
<id>thirdparty</id>
<activation>
<property>
<name>env.DORIS_THIRDPARTY</name>
</property>
</activation>
<properties>
<doris.thirdparty>${env.DORIS_THIRDPARTY}</doris.thirdparty>
</properties>
</profile>
<!-- for custom internal repository -->
<profile>
<id>custom-env</id>
Expand Down

0 comments on commit c96a33a

Please sign in to comment.