Hugo Trippaers
|
bd3fbc5dc0
|
Add PMD to core to provide some feedback on potential code quality concerns
|
2014-04-11 08:13:14 -06:00 |
Hugo Trippaers
|
4402685e11
|
Update master to 4.5.0-SNAPSHOT
|
2014-03-14 14:55:26 +01:00 |
Alex Huang
|
ae8560b195
|
Moved security out into its own jar. Will be adding more to it. Fixed a few white space issues brought up by checkstyle in eclipse.
|
2014-01-09 16:12:25 -08:00 |
Hugo Trippaers
|
cf715ff491
|
Bump 4.3.0 to 4.4.0 in master
|
2013-11-21 16:01:15 +01:00 |
Alex Huang
|
66cca4d9ac
|
Fixed up the pom.xml to use dependencies specified in cloudstack pom
|
2013-08-02 13:51:47 -07:00 |
Chip Childers
|
8225374138
|
Updating pom.xml version numbers for release 4.3.0-SNAPSHOT
Signed-off-by: Chip Childers <chipchilders@apache.org>
|
2013-08-01 10:35:00 -04:00 |
Alex Huang
|
a4cea4ebf2
|
Removed schema from the dependency of many components
|
2013-07-29 10:55:19 -07:00 |
Nitin Mehta
|
c11dbad9c9
|
merge master
|
2013-05-11 15:28:43 +05:30 |
Edison Su
|
a22403edcd
|
squash changes into one giant patch
|
2013-02-21 11:22:48 -08:00 |
Rohit Yadav
|
80d58b6c73
|
CLOUDSTACK-1317: Bump CloudStack package version to 4.2.0-SNAPSHOT in all poms
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
|
2013-02-20 16:42:56 +05:30 |
Edison Su
|
b70c1a5a84
|
Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones.
|
2012-12-13 23:18:37 -08:00 |
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 |