Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
ramverma | 189a785 | 2018-05-24 14:48:37 +0100 | [diff] [blame] | 3 | ONAP Policy GUI |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 4 | ================================================================================ |
Pamela Dragosh | ecb808b | 2020-07-14 09:42:41 -0400 | [diff] [blame] | 5 | Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. |
Hengye | 7fa12fd | 2020-02-25 09:15:58 +0800 | [diff] [blame] | 6 | Modifications Copyright (C) 2020 Nordix Foundation. |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
Pamela Dragosh | a2a37de | 2017-08-17 10:27:23 -0400 | [diff] [blame] | 11 | |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 12 | http://www.apache.org/licenses/LICENSE-2.0 |
Pamela Dragosh | a2a37de | 2017-08-17 10:27:23 -0400 | [diff] [blame] | 13 | |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
| 21 | |
| 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 24 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 25 | |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.onap.policy.parent</groupId> |
| 28 | <artifactId>integration</artifactId> |
Pamela Dragosh | ecb808b | 2020-07-14 09:42:41 -0400 | [diff] [blame] | 29 | <version>3.2.1-SNAPSHOT</version> |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 30 | <relativePath /> |
| 31 | </parent> |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 32 | |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 33 | <groupId>org.onap.policy.gui</groupId> |
| 34 | <artifactId>policy-gui</artifactId> |
liamfallon | ee41415 | 2020-07-17 09:22:46 +0100 | [diff] [blame^] | 35 | <version>2.1.0-SNAPSHOT</version> |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 36 | |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 37 | <packaging>pom</packaging> |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 38 | |
Ram Krishna Verma | fd7eb2d | 2020-02-10 11:29:12 -0500 | [diff] [blame] | 39 | <name>${project.artifactId}</name> |
| 40 | <description>Code for all the Policy GUI's.</description> |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 41 | |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 42 | <properties> |
Pamela Dragosh | ecb808b | 2020-07-14 09:42:41 -0400 | [diff] [blame] | 43 | <policy.common.version>1.7.1-SNAPSHOT</policy.common.version> |
| 44 | <policy.models.version>2.3.1-SNAPSHOT</policy.models.version> |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 45 | </properties> |
Pamela Dragosh | a2a37de | 2017-08-17 10:27:23 -0400 | [diff] [blame] | 46 | |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 47 | <modules> |
Hengye | 7fa12fd | 2020-02-25 09:15:58 +0800 | [diff] [blame] | 48 | <module>gui-common</module> |
| 49 | <module>gui-pdp-monitoring</module> |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 50 | </modules> |
| 51 | |
Hengye | 7fa12fd | 2020-02-25 09:15:58 +0800 | [diff] [blame] | 52 | <dependencies> |
| 53 | <dependency> |
| 54 | <groupId>junit</groupId> |
| 55 | <artifactId>junit</artifactId> |
| 56 | <scope>test</scope> |
| 57 | </dependency> |
| 58 | </dependencies> |
| 59 | |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 60 | <distributionManagement> |
| 61 | <site> |
| 62 | <id>ecomp-site</id> |
| 63 | <url>dav:${nexusproxy}${sitePath}</url> |
| 64 | </site> |
| 65 | </distributionManagement> |
| 66 | |
| 67 | <build> |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 68 | <pluginManagement> |
| 69 | <plugins> |
| 70 | <plugin> |
Pamela Dragosh | 78f196d | 2018-09-25 09:57:11 -0400 | [diff] [blame] | 71 | <groupId>org.eclipse.m2e</groupId> |
| 72 | <artifactId>lifecycle-mapping</artifactId> |
| 73 | <version>1.0.0</version> |
| 74 | <configuration> |
| 75 | <lifecycleMappingMetadata> |
| 76 | <pluginExecutions> |
| 77 | <pluginExecution> |
| 78 | <pluginExecutionFilter> |
| 79 | <groupId>org.apache.maven.plugins</groupId> |
| 80 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 81 | <versionRange>2.17,)</versionRange> |
| 82 | <goals> |
| 83 | <goal>check</goal> |
| 84 | </goals> |
| 85 | </pluginExecutionFilter> |
| 86 | <action> |
| 87 | <ignore /> |
| 88 | </action> |
| 89 | </pluginExecution> |
| 90 | </pluginExecutions> |
| 91 | </lifecycleMappingMetadata> |
| 92 | </configuration> |
| 93 | </plugin> |
| 94 | </plugins> |
| 95 | </pluginManagement> |
| 96 | </build> |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 97 | </project> |