mirror of https://github.com/apache/cloudstack.git
maven: disable awsapi by default, enabled by -P awsapi profile
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
b45cdef5d9
commit
4ca828c1d6
7
pom.xml
7
pom.xml
|
|
@ -162,7 +162,6 @@
|
|||
<module>utils</module>
|
||||
<module>deps/XenServerJava</module>
|
||||
<module>plugins</module>
|
||||
<module>awsapi</module>
|
||||
<module>patches</module>
|
||||
<module>client</module>
|
||||
<module>test</module>
|
||||
|
|
@ -497,6 +496,12 @@
|
|||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>awsapi</id>
|
||||
<modules>
|
||||
<module>awsapi</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>developer</id>
|
||||
<modules>
|
||||
|
|
|
|||
Loading…
Reference in New Issue