最近开始测试用camelk开发,发现配置settings.xml的时候不行。
这是settings.xml:
<profiles>
<profile>
<id>profile1</id>
<repositories>
...
</repositories>
</profile>
<profile>
<id>profile2</id>
<repositories>
...
</repositories>
</profile>
</profiles>
</settings>
<activeProfiles>
<activeProfile>profile1</activeProfile>
<activeProfile>profile2</activeProfile>
</activeProfiles>