Skip to content

Commit

Permalink
build/packaging: build tungsten only if noredist is passed
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Apr 30, 2024
1 parent 9d5d4e5 commit 4640b5f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 35 deletions.
21 changes: 5 additions & 16 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,7 @@
<artifactId>cloudstack</artifactId>
<version>4.18.3.0-SNAPSHOT</version>
</parent>
<repositories>
<repository>
<id>juniper-tungsten-api</id>
<url>https://github.com/radu-todirica/tungsten-api/raw/master</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>net.juniper.tungsten</groupId>
<artifactId>juniper-tungsten-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
Expand Down Expand Up @@ -212,11 +201,6 @@
<artifactId>cloud-plugin-network-ovs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-network-tungsten</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-network-elb</artifactId>
Expand Down Expand Up @@ -962,6 +946,11 @@
<artifactId>cloud-plugin-network-cisco-vnmc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-network-tungsten</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-api-vmware-sioc</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions plugins/network-elements/tungsten/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<repositories>
<repository>
<id>juniper-tungsten-api</id>
<url>https://github.com/radu-todirica/tungsten-api/raw/master</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>net.juniper.tungsten</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
<module>network-elements/stratosphere-ssp</module>
<module>network-elements/brocade-vcs</module>
<module>network-elements/vxlan</module>
<module>network-elements/tungsten</module>

<module>outofbandmanagement-drivers/ipmitool</module>
<module>outofbandmanagement-drivers/nested-cloudstack</module>
Expand Down Expand Up @@ -195,6 +194,7 @@
<module>hypervisors/vmware</module>
<module>network-elements/cisco-vnmc</module>
<module>network-elements/juniper-contrail</module>
<module>network-elements/tungsten</module>
</modules>
</profile>
<profile>
Expand Down
11 changes: 0 additions & 11 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
<artifactId>cloudstack</artifactId>
<version>4.18.3.0-SNAPSHOT</version>
</parent>
<repositories>
<repository>
<id>juniper-tungsten-api</id>
<url>https://github.com/radu-todirica/tungsten-api/raw/master</url>
</repository>
</repositories>

<dependencies>
<dependency>
Expand Down Expand Up @@ -187,11 +181,6 @@
<artifactId>metrics-jvm</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>net.juniper.tungsten</groupId>
<artifactId>juniper-tungsten-api</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 4640b5f

Please sign in to comment.