From 1f46ffc705728c5f1463743b4b255043b535026b Mon Sep 17 00:00:00 2001 From: “shentao” Date: Tue, 27 Sep 2016 21:26:27 +0800 Subject: modify pom.xml files to integrate all modules for deployment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If6280da49537495620b0032ca6bd578f66f315a7 Signed-off-by: “shentao” --- openo-portal/pom.xml | 26 ++++++------ openo-portal/portal-auth/pom.xml | 21 +++++++--- openo-portal/portal-catalog/pom.xml | 2 +- openo-portal/portal-common/pom.xml | 2 +- .../src/main/webapp/common/index.html | 23 ----------- openo-portal/portal-extsys/pom.xml | 2 +- openo-portal/portal-lifecyclemgr/pom.xml | 8 ++-- openo-portal/portal-package/pom.xml | 46 ++++++++++++++++++---- .../portal-package/src/main/webapp/WEB-INF/web.xml | 3 ++ openo-portal/portal-resmgr/pom.xml | 8 ++-- 10 files changed, 82 insertions(+), 59 deletions(-) delete mode 100644 openo-portal/portal-common/src/main/webapp/common/index.html diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml index 28dba218..46693b65 100644 --- a/openo-portal/pom.xml +++ b/openo-portal/pom.xml @@ -15,26 +15,28 @@ See the License for the specific language governing permissions and limitations under the License. --> - - org.openo.gso.gui - gso-gui - 1.0.0-SNAPSHOT - .. + org.openo.gso.gui + gso-gui + 1.0.0-SNAPSHOT + .. + + org.openo.portal 4.0.0 openo-portal + 1.0.0-SNAPSHOT pom portal - portal-package - portal-common - portal-resmgr - portal-extsys - portal-catalog - portal-auth - portal-lifecyclemgr + portal-package + portal-common + portal-resmgr + portal-extsys + portal-catalog + portal-auth + portal-lifecyclemgr diff --git a/openo-portal/portal-auth/pom.xml b/openo-portal/portal-auth/pom.xml index cdbf8d12..64f80f99 100644 --- a/openo-portal/portal-auth/pom.xml +++ b/openo-portal/portal-auth/pom.xml @@ -18,12 +18,23 @@ --> - org.openo.gso.gui + org.openo.portal openo-portal 1.0.0-SNAPSHOT - 4.0.0 - portal-auth - 1.0.0-SNAPSHOT - pom + 4.0.0 + portal-auth + 1.0.0-SNAPSHOT + war + + + + org.apache.maven.plugins + maven-war-plugin + + false + + + + diff --git a/openo-portal/portal-catalog/pom.xml b/openo-portal/portal-catalog/pom.xml index 5ce6acd7..7cb47462 100644 --- a/openo-portal/portal-catalog/pom.xml +++ b/openo-portal/portal-catalog/pom.xml @@ -19,7 +19,7 @@ - org.openo.gso.gui + org.openo.portal openo-portal 1.0.0-SNAPSHOT diff --git a/openo-portal/portal-common/pom.xml b/openo-portal/portal-common/pom.xml index 3d159212..50b12450 100644 --- a/openo-portal/portal-common/pom.xml +++ b/openo-portal/portal-common/pom.xml @@ -16,7 +16,7 @@ --> - org.openo.gso.gui + org.openo.portal openo-portal 1.0.0-SNAPSHOT diff --git a/openo-portal/portal-common/src/main/webapp/common/index.html b/openo-portal/portal-common/src/main/webapp/common/index.html deleted file mode 100644 index 7a778347..00000000 --- a/openo-portal/portal-common/src/main/webapp/common/index.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - Loading... - - diff --git a/openo-portal/portal-extsys/pom.xml b/openo-portal/portal-extsys/pom.xml index 3b6c5e50..502f8c9e 100644 --- a/openo-portal/portal-extsys/pom.xml +++ b/openo-portal/portal-extsys/pom.xml @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.openo.gso.gui + org.openo.portal openo-portal 1.0.0-SNAPSHOT diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml index 897234c5..3e71fe76 100644 --- a/openo-portal/portal-lifecyclemgr/pom.xml +++ b/openo-portal/portal-lifecyclemgr/pom.xml @@ -19,7 +19,7 @@ - org.openo.gso.gui + org.openo.portal openo-portal 1.0.0-SNAPSHOT @@ -27,9 +27,9 @@ 4.0.0 portal-lifecyclemgr 1.0.0-SNAPSHOT - pom + war - + diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml index 75567b52..666f6446 100644 --- a/openo-portal/portal-package/pom.xml +++ b/openo-portal/portal-package/pom.xml @@ -17,7 +17,7 @@ - org.openo.gso.gui + org.openo.portal openo-portal 1.0.0-SNAPSHOT @@ -28,27 +28,45 @@ - org.openo.gso.gui + org.openo.portal portal-common 1.0.0-SNAPSHOT war - org.openo.gso.gui + org.openo.portal + portal-resmgr + 1.0.0-SNAPSHOT + war + + + org.openo.portal portal-extsys 1.0.0-SNAPSHOT war - org.openo.gso.gui + org.openo.portal portal-catalog 1.0.0-SNAPSHOT war + + org.openo.portal + portal-auth + 1.0.0-SNAPSHOT + war + + + org.openo.portal + portal-lifecyclemgr + 1.0.0-SNAPSHOT + war + - open-portal + openo-portal org.apache.maven.plugins @@ -57,17 +75,29 @@ WEB-INF/web.xml - org.openo.gso.gui + org.openo.portal portal-common - org.openo.gso.gui + org.openo.portal + portal-resmgr + + + org.openo.portal portal-extsys - org.openo.gso.gui + org.openo.portal portal-catalog + + org.openo.portal + portal-auth + + + org.openo.portal + portal-lifecyclemgr + diff --git a/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml b/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml index 887f7dfd..071ba46b 100644 --- a/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml +++ b/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml @@ -16,4 +16,7 @@ --> OPEN-O Web Application + + common/login.html + diff --git a/openo-portal/portal-resmgr/pom.xml b/openo-portal/portal-resmgr/pom.xml index 60890a2b..798a2118 100644 --- a/openo-portal/portal-resmgr/pom.xml +++ b/openo-portal/portal-resmgr/pom.xml @@ -19,7 +19,7 @@ - org.openo.gso.gui + org.openo.portal openo-portal 1.0.0-SNAPSHOT @@ -27,8 +27,8 @@ 4.0.0 portal-resmgr 1.0.0-SNAPSHOT - pom - + -- cgit 1.2.3-korg