<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">\r
<parent>\r
<artifactId>apiroute-parent</artifactId>\r
- <groupId>org.openo.msb.msb-core.apiroute</groupId>\r
+ <groupId>org.openo.common-services.microservice-bus</groupId>\r
<version>1.0.0-SNAPSHOT</version>\r
</parent>\r
<modelVersion>4.0.0</modelVersion>\r
- <groupId>org.openo.msb.msb-core.apiroute</groupId>\r
<artifactId>apiroute-service</artifactId>\r
<name>openo/msb/msb-core/apiroute/apiroute-service</name>\r
<version>1.0.0-SNAPSHOT</version>\r
<?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.apiroute</groupId>
+ <groupId>org.openo.common-services.microservice-bus</groupId>
<artifactId>apiroute-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openo.msb.msb-core.apiroute</groupId>
<artifactId>apiroute-service</artifactId>
<name>openo/msb/msb-core/apiroute/apiroute-service</name>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
-
+
<dependencies>
<dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
- </dependency>
+ </dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
- </dependency>
+ </dependency>
</dependencies>
<build>
<plugins>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
- </goals>
+ </goals>
<configuration>
<artifactItems>
<artifactItem>
<artifactId>dropwizard-core</artifactId>
<version>${dropwizard.version}</version>
<overWrite>true</overWrite>
- </artifactItem>
+ </artifactItem>
</artifactItems>
</configuration>
- </execution>
+ </execution>
</executions>
</plugin-->
<plugin>
<?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.apiroute</groupId>
+ <groupId>org.openo.common-services.microservice-bus</groupId>
<artifactId>apiroute-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openo.msb.msb-core.apiroute</groupId>
<artifactId>apiroute-standalone</artifactId>
<name>openo/msb/msb-core/apiroute/apiroute-standalone</name>
<packaging>pom</packaging>
<dependencies>
<dependency>
- <groupId>org.openo.msb.msb-core.apiroute</groupId>
+ <groupId>org.openo.common-services.microservice-bus</groupId>
<artifactId>apiroute-service</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
- </dependencies>
+ </dependencies>
<build>
-
- <plugins>
+
+ <plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
- <id>copy-resources</id>
+ <id>copy-resources</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
<configuration>
<outputDirectory>${outputdir}</outputDirectory>
<includeEmptyDirs>true</includeEmptyDirs>
- <resources>
+ <resources>
<resource>
<directory>src/assembly/resource/</directory>
<filtering>false</filtering>
<includes>
<include>**/*</include>
</includes>
- </resource>
+ </resource>
</resources>
<overwrite>true</overwrite>
</configuration>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
- <executions>
+ <executions>
<execution>
<id>copy-jar</id>
<goals>
<configuration>
<artifactItems>
<artifactItem>
- <groupId>org.openo.msb.msb-core.apiroute</groupId>
+ <groupId>org.openo.common-services.microservice-bus</groupId>
<artifactId>apiroute-service</artifactId>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${outputdir}/apiroute/</outputDirectory>
<destFileName>apiroute-service.jar</destFileName>
- </artifactItem>
+ </artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
-
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<?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.apiroute</groupId>
<artifactId>apiroute-parent</artifactId>
<name>openo/msb/msb-core/apiroute</name>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
-
+
<modules>
<module>apiroute-service</module>
<module>apiroute-standalone</module>
</modules>
-
+
</project>
<?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>
<version.output>target/version</version.output>
<dockerFileDir>src/main/docker</dockerFileDir>
</properties>
-
+
</project>
<?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>
<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>
<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>
<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>
</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>
<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>
</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>
</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>
<configuration>
<outputDirectory>${linux64outputdir}</outputDirectory>
<includeEmptyDirs>true</includeEmptyDirs>
- <resources>
+ <resources>
<resource>
<directory>src/assembly/resource/</directory>
<filtering>false</filtering>
<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>
<configuration>
<outputDirectory>${win64outputdir}</outputDirectory>
<includeEmptyDirs>true</includeEmptyDirs>
- <resources>
+ <resources>
<resource>
<directory>src/assembly/resource/</directory>
<filtering>false</filtering>
<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>
<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>
<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>
</execution>
</executions>
</plugin>
-
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<?xml version="1.0" encoding="UTF-8"?>\r
<!--\r
- \r
+\r
Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
- \r
+\r
Licensed under the Apache License, Version 2.0 (the "License");\r
you may not use this file except in compliance with the License.\r
You may obtain a copy of the License at\r
- \r
+\r
http://www.apache.org/licenses/LICENSE-2.0\r
- \r
+\r
Unless required by applicable law or agreed to in writing, software\r
distributed under the License is distributed on an "AS IS" BASIS,\r
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
See the License for the specific language governing permissions and\r
limitations under the License.\r
- \r
+\r
-->\r
\r
<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">\r
<parent>\r
- <groupId>org.openo.msb.msb-core</groupId>\r
+ <groupId>org.openo.common-services.microservice-bus</groupId>\r
<artifactId>msb-core-parent</artifactId>\r
<version>1.0.0-SNAPSHOT</version>\r
- </parent> \r
+ </parent>\r
\r
\r
<modelVersion>4.0.0</modelVersion>\r
- <groupId>org.openo.msb.msb-core</groupId>\r
<artifactId>openresty-ext</artifactId>\r
<version>1.0.0-SNAPSHOT</version>\r
<name>openo/msb/msb-core/openresty-ext</name>\r
</properties>\r
\r
<build>\r
- <plugins> \r
+ <plugins>\r
<plugin>\r
<artifactId>maven-resources-plugin</artifactId>\r
<configuration>\r
</configuration>\r
<executions>\r
<execution>\r
- <id>copy-resources</id> \r
+ <id>copy-resources</id>\r
<phase>process-resources</phase>\r
<goals>\r
<goal>copy-resources</goal>\r
</goals>\r
<configuration>\r
<outputDirectory>${outputdir}</outputDirectory>\r
- <resources> \r
+ <resources>\r
<resource>\r
<directory>src/assembly/resources/</directory>\r
<filtering>false</filtering>\r
<includes>\r
<include>**/*</include>\r
</includes>\r
- </resource> \r
+ </resource>\r
</resources>\r
<overwrite>true</overwrite>\r
</configuration>\r
- </execution> \r
+ </execution>\r
</executions>\r
</plugin>\r
\r
\r
</plugins>\r
</build>\r
- \r
\r
-</project>
\ No newline at end of file
+\r
+</project>\r
<?xml version="1.0" encoding="UTF-8"?>\r
<!--\r
- \r
+\r
Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
- \r
+\r
Licensed under the Apache License, Version 2.0 (the "License");\r
you may not use this file except in compliance with the License.\r
You may obtain a copy of the License at\r
- \r
+\r
http://www.apache.org/licenses/LICENSE-2.0\r
- \r
+\r
Unless required by applicable law or agreed to in writing, software\r
distributed under the License is distributed on an "AS IS" BASIS,\r
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
See the License for the specific language governing permissions and\r
limitations under the License.\r
- \r
+\r
-->\r
\r
<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">\r
<parent>\r
- <groupId>org.openo.msb.msb-core</groupId>\r
+ <groupId>org.openo.common-services.microservice-bus</groupId>\r
<artifactId>msb-core-parent</artifactId>\r
<version>1.0.0-SNAPSHOT</version>\r
- </parent> \r
+ </parent>\r
\r
\r
<modelVersion>4.0.0</modelVersion>\r
- <groupId>org.openo.msb.msb-core</groupId>\r
<artifactId>openresty</artifactId>\r
<version>1.0.0-SNAPSHOT</version>\r
<name>openo/msb/msb-core/openresty</name>\r
</plugins>\r
</build>\r
\r
-</project>
\ No newline at end of file
+</project>\r
<?xml version="1.0" encoding="UTF-8"?>\r
<!--\r
Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
- \r
+\r
Licensed under the Apache License, Version 2.0 (the "License");\r
you may not use this file except in compliance with the License.\r
You may obtain a copy of the License at\r
- \r
+\r
http://www.apache.org/licenses/LICENSE-2.0\r
- \r
+\r
Unless required by applicable law or agreed to in writing, software\r
distributed under the License is distributed on an "AS IS" BASIS,\r
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
See the License for the specific language governing permissions and\r
limitations under the License.\r
- \r
+\r
-->\r
\r
<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">\r
<parent>\r
- <groupId>org.openo.msb</groupId>\r
+ <groupId>org.openo.common-services.microservice-bus</groupId>\r
<artifactId>msb-core-root</artifactId>\r
<version>1.0.0-SNAPSHOT</version>\r
</parent>\r
- \r
+\r
<modelVersion>4.0.0</modelVersion>\r
- <groupId>org.openo.msb.msb-core</groupId>\r
<artifactId>msb-core-parent</artifactId>\r
<version>1.0.0-SNAPSHOT</version>\r
<name>openo/msb/msb-core-parent</name>\r
<module>distributions</module>\r
</modules>\r
\r
-</project>
\ No newline at end of file
+</project>\r
<?xml version="1.0" encoding="UTF-8"?>\r
<!--\r
- \r
+\r
Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
- \r
+\r
Licensed under the Apache License, Version 2.0 (the "License");\r
you may not use this file except in compliance with the License.\r
You may obtain a copy of the License at\r
- \r
+\r
http://www.apache.org/licenses/LICENSE-2.0\r
- \r
+\r
Unless required by applicable law or agreed to in writing, software\r
distributed under the License is distributed on an "AS IS" BASIS,\r
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
See the License for the specific language governing permissions and\r
limitations under the License.\r
- \r
+\r
-->\r
\r
<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">\r
<parent>\r
- <groupId>org.openo.msb.msb-core</groupId>\r
+ <groupId>org.openo.common-services.microservice-bus</groupId>\r
<artifactId>msb-core-parent</artifactId>\r
<version>1.0.0-SNAPSHOT</version>\r
- </parent> \r
+ </parent>\r
\r
\r
<modelVersion>4.0.0</modelVersion>\r
- <groupId>org.openo.msb.msb-core</groupId>\r
<artifactId>redis-ext</artifactId>\r
<version>1.0.0-SNAPSHOT</version>\r
<name>openo/msb/msb-core/redis-ext</name>\r
</properties>\r
\r
<build>\r
- <plugins> \r
+ <plugins>\r
<plugin>\r
<artifactId>maven-resources-plugin</artifactId>\r
<configuration>\r
</configuration>\r
<executions>\r
<execution>\r
- <id>copy-resources</id> \r
+ <id>copy-resources</id>\r
<phase>process-resources</phase>\r
<goals>\r
<goal>copy-resources</goal>\r
</goals>\r
<configuration>\r
<outputDirectory>${outputdir}</outputDirectory>\r
- <resources> \r
+ <resources>\r
<resource>\r
<directory>src/assembly/resources/</directory>\r
<filtering>false</filtering>\r
<includes>\r
<include>**/*</include>\r
</includes>\r
- </resource> \r
+ </resource>\r
</resources>\r
<overwrite>true</overwrite>\r
</configuration>\r
- </execution> \r
+ </execution>\r
</executions>\r
</plugin>\r
\r
\r
</plugins>\r
</build>\r
- \r
\r
-</project>
\ No newline at end of file
+\r
+</project>\r
<?xml version="1.0" encoding="UTF-8"?>\r
<!--\r
- \r
+\r
Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
- \r
+\r
Licensed under the Apache License, Version 2.0 (the "License");\r
you may not use this file except in compliance with the License.\r
You may obtain a copy of the License at\r
- \r
+\r
http://www.apache.org/licenses/LICENSE-2.0\r
- \r
+\r
Unless required by applicable law or agreed to in writing, software\r
distributed under the License is distributed on an "AS IS" BASIS,\r
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
See the License for the specific language governing permissions and\r
limitations under the License.\r
- \r
+\r
-->\r
\r
<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">\r
<parent>\r
- <groupId>org.openo.msb.msb-core</groupId>\r
+ <groupId>org.openo.common-services.microservice-bus</groupId>\r
<artifactId>msb-core-parent</artifactId>\r
<version>1.0.0-SNAPSHOT</version>\r
- </parent> \r
+ </parent>\r
\r
\r
<modelVersion>4.0.0</modelVersion>\r
- <groupId>org.openo.msb.msb-core</groupId>\r
<artifactId>redis</artifactId>\r
<version>1.0.0-SNAPSHOT</version>\r
<name>openo/msb/msb-core/redis</name>\r
</plugins>\r
</build>\r
\r
-</project>
\ No newline at end of file
+</project>\r
<?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">
<modelVersion>4.0.0</modelVersion>
</parent>
- <groupId>org.openo.msb</groupId>
+ <groupId>org.openo.common-services.microservice-bus</groupId>
<artifactId>msbparent-lite</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>msbparent-lite</name>
+ <name>msbparent-lite</name>
<properties>
-
- <nexus.repository.release>dav:http://nexus.open-o.com/repos/content/repositories/releases</nexus.repository.release>
- <nexus.repository.snapshot>dav:http://nexus.open-o.com/repos/content/repositories/snapshots</nexus.repository.snapshot>
-
<stream>latest</stream><!-- CI should pass in -Dstream={stream} -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<java.version.source>${maven.compiler.source}</java.version.source>
- <java.version.target>${maven.compiler.target}</java.version.target>
+ <java.version.target>${maven.compiler.target}</java.version.target>
<!-- Maven plugin versions, in the 'canonical' format -->
<checkstyle.version>2.16</checkstyle.version>
<compiler.version>${maven.compile.plugin.version}</compiler.version>
<enforcer.version>1.4</enforcer.version>
-
-
-
</properties>
- <distributionManagement>
- <repository>
- <id>releases</id>
- <url>${nexus.repository.release}</url>
- </repository>
- <snapshotRepository>
- <id>snapshots</id>
- <url>${nexus.repository.snapshot}</url>
- </snapshotRepository>
- </distributionManagement>
-
-
<build>
<extensions>
<extension>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven.antrun.plugin.version}</version>
</plugin>
-
+
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>${maven.clean.plugin.version}</version>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
+ <version>2.10</version>
</plugin>
<plugin>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>
-
+
</plugins>
</pluginManagement>
- </build>
-
+ </build>
+
</project>
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openo.msb</groupId>
+ <groupId>org.openo.common-services.microservice-bus</groupId>
<artifactId>msbparent-lite</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../msbparent-lite</relativePath>
</parent>
- <groupId>org.openo.msb</groupId>
<artifactId>msbparent</artifactId>
<packaging>pom</packaging>
- <name>msbparent</name>
+ <name>msbparent</name>
<scm>
<properties>
<!-- Supporting Libraries -->
<dropwizard.version>0.8.0</dropwizard.version>
- <swagger.version>1.5.3</swagger.version>
+ <swagger.version>1.5.3</swagger.version>
<jedis.version>2.7.3</jedis.version>
<lombok.version>1.16.4</lombok.version>
<json-lib.version>2.4</json-lib.version>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
<version>${dropwizard.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>io.swagger</groupId>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>${jedis.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
- <dependency>
- <groupId>net.sf.json-lib</groupId>
- <artifactId>json-lib</artifactId>
- <version>${json-lib.version}</version>
- </dependency>
+ <dependency>
+ <groupId>net.sf.json-lib</groupId>
+ <artifactId>json-lib</artifactId>
+ <version>${json-lib.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</plugin>
</plugins>
</build>
-
+
</project>
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openo.msb</groupId>
+ <groupId>org.openo.common-services.microservice-bus</groupId>
<artifactId>msbparent-lite</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>msbparent-lite</relativePath>
</parent>
-<groupId>org.openo.msb</groupId>
<artifactId>msbparent-aggregator</artifactId>
<version>1.0.0</version>
-<name>msbparent-aggregator</name>
+<name>msbparent-aggregator</name>
<packaging>pom</packaging>
<?xml version="1.0" encoding="UTF-8"?>\r
<!--\r
Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
- \r
+\r
Licensed under the Apache License, Version 2.0 (the "License");\r
you may not use this file except in compliance with the License.\r
You may obtain a copy of the License at\r
- \r
+\r
http://www.apache.org/licenses/LICENSE-2.0\r
- \r
+\r
Unless required by applicable law or agreed to in writing, software\r
distributed under the License is distributed on an "AS IS" BASIS,\r
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
See the License for the specific language governing permissions and\r
limitations under the License.\r
- \r
+\r
-->\r
\r
<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">\r
<modelVersion>4.0.0</modelVersion>\r
\r
<parent>\r
- <groupId>org.openo.msb</groupId>\r
+ <groupId>org.openo.common-services.microservice-bus</groupId>\r
<artifactId>msbparent</artifactId>\r
- <version>1.0.0</version>\r
+ <version>1.0.0-SNAPSHOT</version>\r
<relativePath>msb-parent/msbparent</relativePath>\r
- </parent> \r
+ </parent>\r
\r
\r
- <groupId>org.openo.msb</groupId>\r
<artifactId>msb-core-root</artifactId>\r
<version>1.0.0-SNAPSHOT</version>\r
<name>openo/msb/msb-core-root</name>\r
<module>msb-core</module>\r
</modules>\r
\r
- </project>
\ No newline at end of file
+ </project>\r