Divide the MSB source codes into two repos
[msb/apigateway.git] / apiroute / apiroute-standalone / pom.xml
similarity index 79%
rename from msb-core/apiroute/apiroute-standalone/pom.xml
rename to apiroute/apiroute-standalone/pom.xml
index eac7c60..d304385 100644 (file)
@@ -1,57 +1,54 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-
-    Copyright 2016 ZTE Corporation.
-
+    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
-
+            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.
-
-        Author: Zhaoxing Meng
-        email: meng.zhaoxing1@zte.com.cn
-
 -->
 <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.common-services.microservice-bus</groupId>
+    <groupId>org.onap.msb.apigateway.apiroute</groupId>
     <artifactId>apiroute-parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>0.0.1-SNAPSHOT</version>      
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <groupId>org.onap.msb.apigateway.apiroute</groupId>
   <artifactId>apiroute-standalone</artifactId>
-  <name>common-services-microservice-bus/msb-core/apiroute/apiroute-standalone</name>
+  <name>onap/msb/apigateway/apiroute/apiroute-standalone</name>
   <packaging>pom</packaging>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>0.0.1-SNAPSHOT</version>
 
   <properties>
-    <packageid>apiroute-standalone</packageid>
+    <packageid>apiroute</packageid>
     <outputdir>target/assembly/</outputdir>
   </properties>
 
   <dependencies>
     <dependency>
-      <groupId>org.openo.common-services.microservice-bus</groupId>
+      <groupId>org.onap.msb.apigateway.apiroute</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>
+              <directory>src/assembly/resources/</directory>
               <filtering>false</filtering>
               <includes>
                 <include>**/*</include>
               </includes>
-            </resource>
+            </resource>  
           </resources>
           <overwrite>true</overwrite>
         </configuration>
@@ -77,7 +74,7 @@
     <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.common-services.microservice-bus</groupId>
+              <groupId>org.onap.msb.apigateway.apiroute</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>
               <zipfileset dir="target/assembly/" includes="**"/>
             </zip>
             <attachartifact file="target/${packageid}-${project.version}.zip" type="zip"/>
-
           </target>
         </configuration>
       </execution>
 </build>
 
 </project>
+