Rohit Yadav
|
16fa74b729
|
Revert "core: Comment testSourceDirectory in pom.xml to fix build"
Had unclean git repo, from switching between 4.0 and master.
This reverts commit c3f9a9b748.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
|
2012-10-11 17:12:20 +05:30 |
Rohit Yadav
|
c3f9a9b748
|
core: Comment testSourceDirectory in pom.xml to fix build
A clean build is breaking due to testSourceDirectory being enabled. The
tests in core/test/com/cloud/hypervisor/vmware/ depend on vmware nonoss
libs and utils's test classes.
The issue here is that core's test classes depend on utils's test
classes.
Commenting testSourceDirectory for now.
The following patch should be added when this issue is fixed, only if
VMWare related tests are moved from core/test:
+ <profiles>
+ <profile>
+ <id>vmware</id>
+ <activation>
+ <property>
+ <name>nonoss</name>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>com.cloud.com.vmware</groupId>
+ <artifactId>vmware-vim</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.cloud.com.vmware</groupId>
+ <artifactId>vmware-vim25</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.cloud.com.vmware</groupId>
+ <artifactId>vmware-apputils</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.cloud.com.vmware</groupId>
+ <artifactId>vmware-lib-jaxrpc</artifactId>
+ <version>1.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cloudstack</groupId>
+ <artifactId>cloud-plugin-hypervisor-vmware</artifactId>
+ <version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.cloudstack</groupId>
+ <artifactId>cloud-core</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
|
2012-10-11 15:47:36 +05:30 |
Hugo Trippaers
|
46be0537bf
|
Core should not depend on xapi, only the xen and ovm plugin.
Awsapi needs axis2-adb
|
2012-10-02 10:19:15 -07:00 |
Hugo Trippaers
|
f16b5103d8
|
Merge some stuff from maven-waf branch into master
|
2012-10-01 15:04:08 -07:00 |
Hugo Trippaers
|
aa6355ffe6
|
Updated master to 4.1.0
mvn release:update-versions -DautoVersionSubmodules=true -Dnonoss -P
client,deps,developer -DdevelopmentVersion=4.1.0-SNAPSHOT
|
2012-10-01 11:00:55 -07:00 |
olivier lamy
|
a06ed5728c
|
remove intermediate parent poms
|
2012-08-27 16:43:24 +02:00 |
olivier lamy
|
3aa469da2a
|
groupdId is now org.apache.cloudstack
|
2012-08-25 09:20:21 +02:00 |
olivier lamy
|
5ef60aceb1
|
%s/tab/ws/
|
2012-08-25 00:03:23 +02:00 |
Darren Shepherd
|
4a4007e652
|
Add license
|
2012-08-24 11:18:54 -07:00 |
Darren Shepherd
|
ebc0fa458a
|
* Maven 3 support
* Pretty Format POM's
* AWS API compiles now
|
2012-08-24 11:18:54 -07:00 |
Darren Shepherd
|
f826971fea
|
Maven config, initial commit
|
2012-08-24 11:18:52 -07:00 |