summaryrefslogtreecommitdiffstats
path: root/msb-core/distributions
diff options
context:
space:
mode:
authorYonggangWang <wang.yonggang131@zte.com.cn>2017-04-18 14:28:09 +0800
committerYonggangWang <wang.yonggang131@zte.com.cn>2017-04-18 15:04:57 +0800
commit1b0fac8132c379acf3bf82d7b951ce9c0b25ba23 (patch)
treeca771f0375cd78b2a141ddc6f3eb1c98c0422e93 /msb-core/distributions
parent88117d09c52a6e6b3f5b299f90c8dbf0cf59d39a (diff)
Use openresty binary from OPEN-O Nexus to build
Issue-id: OCS-173 Modify Maven Scripts to Download openresty Binary from OPEN-O Nexus for MSB Building Change-Id: I1977253373f1fd063b2ae3827110bb77676dfd2f Signed-off-by: YonggangWang <wang.yonggang131@zte.com.cn>
Diffstat (limited to 'msb-core/distributions')
-rw-r--r--msb-core/distributions/standalone/pom.xml30
1 files changed, 4 insertions, 26 deletions
diff --git a/msb-core/distributions/standalone/pom.xml b/msb-core/distributions/standalone/pom.xml
index 9a17d6e..f279928 100644
--- a/msb-core/distributions/standalone/pom.xml
+++ b/msb-core/distributions/standalone/pom.xml
@@ -55,31 +55,14 @@
<version>${project.version}</version>
<optional>true</optional>
</dependency>
-
- <dependency>
- <groupId>org.openo.common-services.microservice-bus</groupId>
- <artifactId>openresty</artifactId>
- <type>zip</type>
- <classifier>win64</classifier>
- <version>${project.version}</version>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>org.openo.common-services.microservice-bus</groupId>
- <artifactId>openresty</artifactId>
+ <artifactId>openresty-ext</artifactId>
<type>tar.gz</type>
<classifier>linux64</classifier>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
-
- <dependency>
- <groupId>org.openo.common-services.microservice-bus</groupId>
- <artifactId>openresty-ext</artifactId>
- <type>zip</type>
- <version>${project.version}</version>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>org.openo.common-services.microservice-bus</groupId>
<artifactId>eag-openresty-ext</artifactId>
@@ -169,15 +152,10 @@
</artifactItem>
<artifactItem>
<groupId>org.openo.common-services.microservice-bus</groupId>
- <artifactId>openresty</artifactId>
+ <artifactId>openresty-ext</artifactId>
<type>tar.gz</type>
<classifier>linux64</classifier>
</artifactItem>
- <artifactItem>
- <groupId>org.openo.common-services.microservice-bus</groupId>
- <artifactId>openresty-ext</artifactId>
- <type>zip</type>
- </artifactItem>
</artifactItems>
<excludes>**/*.bat,*.cmd</excludes>
<outputDirectory>${linux64outputdir}</outputDirectory>
@@ -195,9 +173,9 @@
<phase>prepare-package</phase>
<configuration>
<artifactItems>
- <artifactItem>
+ <artifactItem>
<groupId>org.openo.common-services.microservice-bus</groupId>
- <artifactId>openresty</artifactId>
+ <artifactId>openresty-ext</artifactId>
<type>tar.gz</type>
<classifier>linux64</classifier>
</artifactItem>