We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee0a27 commit a00cf66Copy full SHA for a00cf66
pom.xml
@@ -1523,12 +1523,18 @@
1523
<profile>
1524
<id>distribution</id>
1525
<activation>
1526
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
1527
</activation>
1528
<modules>
1529
<module>inlong-distribution</module>
1530
</modules>
1531
</profile>
1532
+ <profile>
1533
+ <id>fast</id>
1534
+ <activation>
1535
+ <activeByDefault>false</activeByDefault>
1536
+ </activation>
1537
+ </profile>
1538
</profiles>
1539
1540
</project>
0 commit comments