upload the new path.
authorj180240 <jiaxiangli@huawei.com>
Tue, 13 Sep 2016 07:42:06 +0000 (15:42 +0800)
committerj180240 <jiaxiangli@huawei.com>
Tue, 13 Sep 2016 07:42:06 +0000 (15:42 +0800)
Change-Id: I74141771b4a69249bff35e1fc66e66068c73ec14
Signed-off-by: j180240 <jiaxiangli@huawei.com>
openo-portal/common/pom.xml [new file with mode: 0644]
openo-portal/module/lifecyclemgr/pom.xml [new file with mode: 0644]
openo-portal/pom.xml [new file with mode: 0644]
pom.xml [new file with mode: 0644]

diff --git a/openo-portal/common/pom.xml b/openo-portal/common/pom.xml
new file mode 100644 (file)
index 0000000..1ff1457
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+\r
+    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\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
+            http://www.apache.org/licenses/LICENSE-2.0\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
+<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
+    <parent>\r
+      <groupId>org.openo.gso.gui</groupId>\r
+      <artifactId>openo-portal</artifactId>\r
+      <version>1.0.0-SNAPSHOT</version>\r
+      <relativePath></relativePath>\r
+    </parent>\r
+\r
+    <groupId>openo-portal.common</groupId>\r
+    <artifactId>common</artifactId>\r
+       <version>1.0.0-SNAPSHOT</version>\r
+    <packaging>pom</packaging>\r
+</project>\r
diff --git a/openo-portal/module/lifecyclemgr/pom.xml b/openo-portal/module/lifecyclemgr/pom.xml
new file mode 100644 (file)
index 0000000..a3b4b29
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+\r
+    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\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
+            http://www.apache.org/licenses/LICENSE-2.0\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
+<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
+    <parent>\r
+      <groupId>openo-portal</groupId>\r
+      <artifactId>openo-portal</artifactId>\r
+      <version>1.0.0-SNAPSHOT</version>\r
+      <relativePath></relativePath>\r
+    </parent>\r
+\r
+    <groupId>openo-portal.module.lifecyclemgr</groupId>\r
+    <artifactId>module-lifecyclemgr</artifactId>\r
+       <version>1.0.0-SNAPSHOT</version>\r
+    <packaging>pom</packaging>\r
+</project>\r
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml
new file mode 100644 (file)
index 0000000..59dc077
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+\r
+    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\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
+            http://www.apache.org/licenses/LICENSE-2.0\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
+<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.gso.gui</groupId>\r
+      <artifactId>gso-gui</artifactId>\r
+      <version>1.0.0-SNAPSHOT</version>\r
+      <relativePath></relativePath>\r
+    </parent>\r
+    <modelVersion>4.0.0</modelVersion>\r
+    <groupId>openo-portal</groupId>\r
+    <artifactId>openo-portal</artifactId>\r
+       <version>1.0.0-SNAPSHOT</version>\r
+    <packaging>pom</packaging>\r
+    <name>portal</name>\r
+\r
+    <!--modules>\r
+        <module>lifecyclemgr</module>\r
+    </modules-->\r
+</project>\r
diff --git a/pom.xml b/pom.xml
new file mode 100644 (file)
index 0000000..0d199f3
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+\r
+    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\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
+            http://www.apache.org/licenses/LICENSE-2.0\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
+<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.oparent</groupId>\r
+      <artifactId>oparent</artifactId>\r
+      <version>1.0.0-SNAPSHOT</version>\r
+      <relativePath></relativePath>\r
+    </parent>\r
+    <modelVersion>4.0.0</modelVersion>\r
+    <groupId>org.openo.gso.gui</groupId>\r
+    <artifactId>gso-gui</artifactId>\r
+       <version>1.0.0-SNAPSHOT</version>\r
+    <packaging>pom</packaging>\r
+    <name>gui</name>\r
+\r
+    <!--modules>\r
+        <module>lifecyclemgr</module>\r
+    </modules-->\r
+</project>\r