Skip to content

Commit

Permalink
remove intermediate parent poms
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Aug 27, 2012
1 parent 0d7601d commit a06ed57
Show file tree
Hide file tree
Showing 33 changed files with 101 additions and 180 deletions.
3 changes: 1 addition & 2 deletions agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
<name>Apache CloudStack Agents</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-parent</artifactId>
<artifactId>cloudstack</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
<name>Apache CloudStack API</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-parent</artifactId>
<artifactId>cloudstack</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions awsapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
<name>Apache CloudStack AWS API Bridge</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-parent</artifactId>
<artifactId>cloudstack</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions console-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
<name>Apache CloudStack Console Proxy</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-parent</artifactId>
<artifactId>cloudstack</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
<name>Apache CloudStack Core</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-parent</artifactId>
<artifactId>cloudstack</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions deps/XenServerJava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>cloud-parent</artifactId>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>xapi</artifactId>
<version>5.6.100-1-SNAPSHOT</version>
<name>XenSource XAPI</name>
<name>Apache XenSource XAPI</name>
<description>XenSource XAPI Java Bindings</description>
<dependencies>
<dependency>
Expand Down
75 changes: 0 additions & 75 deletions parent/pom.xml

This file was deleted.

4 changes: 2 additions & 2 deletions plugins/deployment-planners/user-concentrated-pod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<name>Apache CloudStack Plugin - User Concentrated Pod Deployment Planner</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
</project>
4 changes: 2 additions & 2 deletions plugins/deployment-planners/user-dispersing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<name>Apache CloudStack Plugin - User Dispersing Deployment Planner</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
</project>
4 changes: 2 additions & 2 deletions plugins/file-systems/netapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<name>Apache CloudStack Plugin - NetApp File System</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugins/host-allocators/random/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<name>Apache CloudStack Plugin - Host Allocator Random</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
</project>
4 changes: 2 additions & 2 deletions plugins/hypervisors/kvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<name>Apache CloudStack Plugin - Hypervisor KVM</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugins/hypervisors/ovm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<name>Apache CloudStack Plugin - Hypervisor OracleVM</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
</project>
4 changes: 2 additions & 2 deletions plugins/hypervisors/vmware/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<name>Apache CloudStack Plugin - Hypervisor VMware</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugins/hypervisors/xen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<name>Apache CloudStack Plugin - Hypervisor Xen</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugins/network-elements/elastic-loadbalancer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<name>Apache CloudStack Plugin - Network Elastic Load Balancer</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
</project>
4 changes: 2 additions & 2 deletions plugins/network-elements/f5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<name>Apache CloudStack Plugin - F5</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugins/network-elements/juniper-srx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<name>Apache CloudStack Plugin - Juniper SRX</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugins/network-elements/midokura-midonet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<name>Apache CloudStack Plugin - Midokura Midonet</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
</project>
4 changes: 2 additions & 2 deletions plugins/network-elements/netscaler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<name>Apache CloudStack Plugin - Network Netscaler</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugins/network-elements/nicira-nvp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<name>Apache CloudStack Plugin - Network Nicira NVP</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
</project>
4 changes: 2 additions & 2 deletions plugins/network-elements/ovs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<name>Apache CloudStack Plugin - Open vSwitch</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-parent</artifactId>
<artifactId>cloud-plugins</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath>
</parent>
</project>
42 changes: 0 additions & 42 deletions plugins/parent/pom.xml

This file was deleted.

13 changes: 10 additions & 3 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,14 @@
<packaging>pom</packaging>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-parent</artifactId>
<artifactId>cloudstack</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<build>
<defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory>
</build>
<modules>
<module>parent</module>
<module>deployment-planners/user-concentrated-pod</module>
<module>deployment-planners/user-dispersing</module>
<module>file-systems/netapp</module>
Expand All @@ -54,4 +52,13 @@
<module>user-authenticators/md5</module>
<module>user-authenticators/plain-text</module>
</modules>

<dependencies>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-server</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

</project>
Loading

0 comments on commit a06ed57

Please sign in to comment.