blob: d2c5f89349d4ea139589e84b82bc1075c8d3572b [file] [log] [blame]
Christopher Lott (Christopher) (cl778h)627bada2017-06-12 09:49:00 -04001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
Christopher Lott (cl778h)51d83152017-09-28 11:18:14 -04005
6 <parent>
7 <groupId>org.onap.portal</groupId>
8 <artifactId>onap-portal-parent</artifactId>
Sudarshan Kumar8e83c252020-02-18 16:16:26 +05309 <version>3.2.0</version>
Christopher Lott (cl778h)51d83152017-09-28 11:18:14 -040010 </parent>
11
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040012 <artifactId>widget-ms-parent</artifactId>
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040013 <packaging>pom</packaging>
Christopher Lott (Christopher) (cl778h)627bada2017-06-12 09:49:00 -040014
st782s21a87612018-01-30 17:29:36 -050015 <modules>
16 <!-- Child modules do NOT name this parent. -->
17 <!-- Defined for build convenience only! -->
18 <!-- This POM names only ONAP projects -->
19 <module>common-widgets</module>
20 <module>widget-ms</module>
21 </modules>
Christopher Lott (Christopher) (cl778h)627bada2017-06-12 09:49:00 -040022
st782s21a87612018-01-30 17:29:36 -050023 <build>
24 <plugins>
25 <!-- No deployment step for this project -->
26 <plugin>
27 <groupId>org.apache.maven.plugins</groupId>
28 <artifactId>maven-deploy-plugin</artifactId>
29 <version>2.8</version>
30 <configuration>
31 <skip>true</skip>
32 </configuration>
33 </plugin>
34 </plugins>
35 </build>
Christopher Lott (Christopher) (cl778h)627bada2017-06-12 09:49:00 -040036
37</project>