aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/pom.xml
diff options
context:
space:
mode:
author“shentao” <shentao@chinamobile.com>2016-09-27 21:26:27 +0800
committer“shentao” <shentao@chinamobile.com>2016-09-27 21:26:27 +0800
commit1f46ffc705728c5f1463743b4b255043b535026b (patch)
treed23657ad0792e12f290a58106479c961a09915e1 /openo-portal/pom.xml
parentb7be4ada90f9cbd9648ab888fdbb5b09766dd60e (diff)
modify pom.xml files to integrate all modules for deployment
Change-Id: If6280da49537495620b0032ca6bd578f66f315a7 Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/pom.xml')
-rw-r--r--openo-portal/pom.xml26
1 files changed, 14 insertions, 12 deletions
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.
-->
-
<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.gso.gui</groupId>
- <artifactId>gso-gui</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <relativePath>..</relativePath>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>gso-gui</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>..</relativePath>
</parent>
+
+ <groupId>org.openo.portal</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>openo-portal</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>portal</name>
<modules>
- <module>portal-package</module>
- <module>portal-common</module>
- <module>portal-resmgr</module>
- <module>portal-extsys</module>
- <module>portal-catalog</module>
- <module>portal-auth</module>
- <module>portal-lifecyclemgr</module>
+ <module>portal-package</module>
+ <module>portal-common</module>
+ <module>portal-resmgr</module>
+ <module>portal-extsys</module>
+ <module>portal-catalog</module>
+ <module>portal-auth</module>
+ <module>portal-lifecyclemgr</module>
</modules>
</project>