mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
maven: disable awsapi by default, enable by -P awsapi profile
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
b120e19280
commit
a0bc5089d0
7
pom.xml
7
pom.xml
@ -160,7 +160,6 @@
|
||||
<module>utils</module>
|
||||
<module>deps/XenServerJava</module>
|
||||
<module>plugins</module>
|
||||
<module>awsapi</module>
|
||||
<module>patches</module>
|
||||
<module>client</module>
|
||||
<module>test</module>
|
||||
@ -364,6 +363,12 @@
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>awsapi</id>
|
||||
<modules>
|
||||
<module>awsapi</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>developer</id>
|
||||
<modules>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user