Christopher Lott (Christopher) (cl778h) | 627bada | 2017-06-12 09:49:00 -0400 | [diff] [blame] | 1 | <?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) | 51d8315 | 2017-09-28 11:18:14 -0400 | [diff] [blame] | 5 | |
| 6 | <parent> |
| 7 | <groupId>org.onap.portal</groupId> |
| 8 | <artifactId>onap-portal-parent</artifactId> |
hb123f | a70761c | 2019-03-20 12:20:44 -0400 | [diff] [blame] | 9 | <version>2.5.0</version> |
Christopher Lott (cl778h) | 51d8315 | 2017-09-28 11:18:14 -0400 | [diff] [blame] | 10 | </parent> |
| 11 | |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 12 | <artifactId>widget-ms-parent</artifactId> |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 13 | <packaging>pom</packaging> |
Christopher Lott (Christopher) (cl778h) | 627bada | 2017-06-12 09:49:00 -0400 | [diff] [blame] | 14 | |
st782s | 21a8761 | 2018-01-30 17:29:36 -0500 | [diff] [blame] | 15 | <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) | 627bada | 2017-06-12 09:49:00 -0400 | [diff] [blame] | 22 | |
st782s | 21a8761 | 2018-01-30 17:29:36 -0500 | [diff] [blame] | 23 | <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) | 627bada | 2017-06-12 09:49:00 -0400 | [diff] [blame] | 36 | |
| 37 | </project> |