diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-09-01 16:33:32 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-09-01 17:42:42 -0700 |
commit | f8c8cebc21ea8afce63472d66b57a2c83f21d9f7 (patch) | |
tree | b159297842afb13860b1fa497d7bf3ddd47b336c /msb-core/distributions | |
parent | 8597cf5e116012c038e83f763a816ca106cad4d2 (diff) |
Change artifact groupId to allow Nexus deployment
Change-Id: I78af2ba519302a02057fa2ad34cdbd76e7ea0f77
Issue-id: INT-40
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'msb-core/distributions')
-rw-r--r-- | msb-core/distributions/pom.xml | 17 | ||||
-rw-r--r-- | msb-core/distributions/standalone/pom.xml | 119 |
2 files changed, 67 insertions, 69 deletions
diff --git a/msb-core/distributions/pom.xml b/msb-core/distributions/pom.xml index c899f71..e732e6d 100644 --- a/msb-core/distributions/pom.xml +++ b/msb-core/distributions/pom.xml @@ -1,33 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) - + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - + --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>msb-core-parent</artifactId> <version>1.0.0-SNAPSHOT</version> - </parent> + </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.openo.msb.msb-core</groupId> <artifactId>distributions-parent</artifactId> <name>openo/msb/msb-core/distributions-parent</name> <packaging>pom</packaging> <version>1.0.0-SNAPSHOT</version> - + <modules> <module>standalone</module> </modules> @@ -36,5 +35,5 @@ <version.output>target/version</version.output> <dockerFileDir>src/main/docker</dockerFileDir> </properties> - + </project> diff --git a/msb-core/distributions/standalone/pom.xml b/msb-core/distributions/standalone/pom.xml index 3d2de6b..a2b9a5c 100644 --- a/msb-core/distributions/standalone/pom.xml +++ b/msb-core/distributions/standalone/pom.xml @@ -1,28 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) - + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - + --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>distributions-parent</artifactId> <version>1.0.0-SNAPSHOT</version> - </parent> + </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.openo.msb.msb-core.distributions</groupId> <artifactId>msb-core-standalone</artifactId> <name>openo/msb/msb-core/distributions/standalone</name> <packaging>pom</packaging> @@ -38,15 +37,15 @@ <dependencies> <dependency> - <groupId>org.openo.msb.msb-core.apiroute</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>apiroute-standalone</artifactId> <version>${project.version}</version> <type>zip</type> <optional>true</optional> </dependency> - + <dependency> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>redis</artifactId> <type>zip</type> <classifier>win64</classifier> @@ -54,7 +53,7 @@ <optional>true</optional> </dependency> <dependency> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>redis</artifactId> <type>tar.gz</type> <classifier>linux64</classifier> @@ -62,7 +61,7 @@ <optional>true</optional> </dependency> <dependency> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>redis-ext</artifactId> <type>zip</type> <version>${project.version}</version> @@ -70,7 +69,7 @@ </dependency> <dependency> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>openresty</artifactId> <type>zip</type> <classifier>win64</classifier> @@ -78,7 +77,7 @@ <optional>true</optional> </dependency> <dependency> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>openresty</artifactId> <type>tar.gz</type> <classifier>linux64</classifier> @@ -87,7 +86,7 @@ </dependency> <dependency> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>openresty-ext</artifactId> <type>zip</type> <version>${project.version}</version> @@ -95,36 +94,36 @@ </dependency> - </dependencies> + </dependencies> <build> - - <plugins> + + <plugins> <plugin> <artifactId>maven-resources-plugin</artifactId> <executions> <execution> - <id>copy-resources-dockerfile</id> + <id>copy-resources-dockerfile</id> <phase>prepare-package</phase> <goals> <goal>copy-resources</goal> </goals> - <configuration> + <configuration> <outputDirectory>${version.output}</outputDirectory> <includeEmptyDirs>true</includeEmptyDirs> - <resources> + <resources> <resource> <directory>${dockerFileDir}</directory> <filtering>false</filtering> <includes> <include>**/*</include> </includes> - </resource> + </resource> </resources> <overwrite>true</overwrite> </configuration> - </execution> + </execution> <execution> - <id>copy-msb-resources-${linux64id}</id> + <id>copy-msb-resources-${linux64id}</id> <phase>prepare-package</phase> <goals> <goal>copy-resources</goal> @@ -132,7 +131,7 @@ <configuration> <outputDirectory>${linux64outputdir}</outputDirectory> <includeEmptyDirs>true</includeEmptyDirs> - <resources> + <resources> <resource> <directory>src/assembly/resource/</directory> <filtering>false</filtering> @@ -142,14 +141,14 @@ <excludes> <exclude>**/*.bat</exclude> </excludes> - </resource> + </resource> </resources> <overwrite>true</overwrite> </configuration> </execution> - + <execution> - <id>copy-msb-resources-${win64id}</id> + <id>copy-msb-resources-${win64id}</id> <phase>prepare-package</phase> <goals> <goal>copy-resources</goal> @@ -157,7 +156,7 @@ <configuration> <outputDirectory>${win64outputdir}</outputDirectory> <includeEmptyDirs>true</includeEmptyDirs> - <resources> + <resources> <resource> <directory>src/assembly/resource/</directory> <filtering>false</filtering> @@ -167,14 +166,14 @@ <excludes> <exclude>**/*.sh</exclude> </excludes> - </resource> + </resource> </resources> <overwrite>true</overwrite> </configuration> </execution> </executions> </plugin> - + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> @@ -188,32 +187,32 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.openo.msb.msb-core.apiroute</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>apiroute-standalone</artifactId> <type>zip</type> - </artifactItem> + </artifactItem> <artifactItem> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>redis</artifactId> <type>tar.gz</type> - <classifier>linux64</classifier> - </artifactItem> + <classifier>linux64</classifier> + </artifactItem> <artifactItem> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>redis-ext</artifactId> - <type>zip</type> - </artifactItem> + <type>zip</type> + </artifactItem> <artifactItem> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>openresty</artifactId> <type>tar.gz</type> - <classifier>linux64</classifier> - </artifactItem> + <classifier>linux64</classifier> + </artifactItem> <artifactItem> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>openresty-ext</artifactId> - <type>zip</type> - </artifactItem> + <type>zip</type> + </artifactItem> </artifactItems> <excludes>**/*.bat,*.cmd</excludes> <outputDirectory>${linux64outputdir}</outputDirectory> @@ -231,32 +230,32 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.openo.msb.msb-core.apiroute</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>apiroute-standalone</artifactId> <type>zip</type> - </artifactItem> + </artifactItem> <artifactItem> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>redis</artifactId> <type>zip</type> - <classifier>win64</classifier> - </artifactItem> + <classifier>win64</classifier> + </artifactItem> <artifactItem> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>redis-ext</artifactId> - <type>zip</type> - </artifactItem> + <type>zip</type> + </artifactItem> <artifactItem> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>openresty</artifactId> <type>zip</type> - <classifier>win64</classifier> - </artifactItem> + <classifier>win64</classifier> + </artifactItem> <artifactItem> - <groupId>org.openo.msb.msb-core</groupId> + <groupId>org.openo.common-services.microservice-bus</groupId> <artifactId>openresty-ext</artifactId> - <type>zip</type> - </artifactItem> + <type>zip</type> + </artifactItem> </artifactItems> <excludes>*.sh,*/*.sh,*/*/*.sh</excludes> <outputDirectory>${win64outputdir}</outputDirectory> @@ -267,7 +266,7 @@ </execution> </executions> </plugin> - + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> |