Skip to content

Commit a00cf66

Browse files
committed
[INLONG-8242] [CI] Separate the distribution module to improve the performance of check pipeline
1 parent cee0a27 commit a00cf66

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,12 +1523,18 @@
15231523
<profile>
15241524
<id>distribution</id>
15251525
<activation>
1526-
<activeByDefault>false</activeByDefault>
1526+
<activeByDefault>true</activeByDefault>
15271527
</activation>
15281528
<modules>
15291529
<module>inlong-distribution</module>
15301530
</modules>
15311531
</profile>
1532+
<profile>
1533+
<id>fast</id>
1534+
<activation>
1535+
<activeByDefault>false</activeByDefault>
1536+
</activation>
1537+
</profile>
15321538
</profiles>
15331539

15341540
</project>

0 commit comments

Comments
 (0)