Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
Guo Ruijing | f8a620d | 2017-07-28 08:21:14 +0000 | [diff] [blame] | 3 | ONAP Policy Engine - Drools PDP |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 4 | ================================================================================ |
Jim Hahn | e9fd35a | 2018-02-07 17:13:32 -0500 | [diff] [blame] | 5 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | |
Guo Ruijing | a790f40 | 2017-08-03 09:05:02 +0000 | [diff] [blame] | 25 | <parent> |
| 26 | <groupId>org.onap.oparent</groupId> |
| 27 | <artifactId>oparent</artifactId> |
Pamela Dragosh | a4a403d | 2017-09-21 11:02:36 -0400 | [diff] [blame] | 28 | <version>0.1.1</version> |
Guo Ruijing | a790f40 | 2017-08-03 09:05:02 +0000 | [diff] [blame] | 29 | <relativePath/> |
| 30 | </parent> |
| 31 | |
Guo Ruijing | f8a620d | 2017-07-28 08:21:14 +0000 | [diff] [blame] | 32 | <groupId>org.onap.policy.common</groupId> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 33 | <artifactId>common-modules</artifactId> |
Jessica Wagantall | 91a49e9 | 2017-11-18 18:34:43 -0800 | [diff] [blame] | 34 | <version>1.2.0-SNAPSHOT</version> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 35 | |
| 36 | <packaging>pom</packaging> |
| 37 | |
Jessica Wagantall | ba46717 | 2017-09-08 11:45:08 -0700 | [diff] [blame] | 38 | <name>policy-common</name> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 39 | <description>Common Modules for Policy-Engine in both XACML and Drools flavor</description> |
| 40 | |
| 41 | <properties> |
| 42 | <maven.compiler.source>1.8</maven.compiler.source> |
| 43 | <maven.compiler.target>1.8</maven.compiler.target> |
Jim Hahn | e9fd35a | 2018-02-07 17:13:32 -0500 | [diff] [blame] | 44 | <logback.version>1.2.3</logback.version> |
Jim Hahn | 8666407 | 2018-02-09 12:20:56 -0500 | [diff] [blame] | 45 | <javax.persistence.api.version>1.0.2</javax.persistence.api.version> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 46 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Pamela Dragosh | ffaa6ad | 2017-03-30 09:32:18 -0400 | [diff] [blame] | 47 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
Pamela Dragosh | 8a986b2 | 2017-04-10 13:32:38 -0400 | [diff] [blame] | 48 | <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> |
Anaƫl Closson | c2aad65 | 2017-04-12 12:38:57 +0200 | [diff] [blame] | 49 | <releases.path>content/repositories/releases/</releases.path> |
| 50 | <snapshots.path>content/repositories/snapshots/</snapshots.path> |
| 51 | <staging.path>content/repositories/staging/</staging.path> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 52 | </properties> |
| 53 | |
| 54 | |
| 55 | <modules> |
Jim Hahn | 82bc8f5 | 2018-02-05 12:05:26 -0500 | [diff] [blame] | 56 | <module>utils-test</module> |
Jim Hahn | 8666407 | 2018-02-09 12:20:56 -0500 | [diff] [blame] | 57 | <module>utils</module> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 58 | <module>common-logging</module> |
| 59 | <module>integrity-audit</module> |
| 60 | <module>integrity-monitor</module> |
Pamela Dragosh | 9dbb640 | 2017-07-31 11:13:03 -0400 | [diff] [blame] | 61 | <module>site-manager</module> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 62 | </modules> |
| 63 | |
Pamela Dragosh | cae3ccd | 2017-02-15 14:02:44 -0500 | [diff] [blame] | 64 | <distributionManagement> |
Pamela Dragosh | cae3ccd | 2017-02-15 14:02:44 -0500 | [diff] [blame] | 65 | <site> |
Pamela Dragosh | 205fba2 | 2017-07-31 15:14:59 -0400 | [diff] [blame] | 66 | <id>ecomp-site</id> |
Pamela Dragosh | 8a986b2 | 2017-04-10 13:32:38 -0400 | [diff] [blame] | 67 | <url>dav:${nexusproxy}${sitePath}</url> |
Pamela Dragosh | cae3ccd | 2017-02-15 14:02:44 -0500 | [diff] [blame] | 68 | </site> |
| 69 | </distributionManagement> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 70 | |
Pamela Dragosh | f391f8a | 2017-11-10 19:18:46 -0500 | [diff] [blame] | 71 | <repositories> |
| 72 | <!-- LF repositories --> |
| 73 | <repository> |
| 74 | <id>ecomp-releases</id> |
| 75 | <name>Release Repository</name> |
| 76 | <url>${nexusproxy}/content/repositories/releases/</url> |
| 77 | </repository> |
| 78 | <repository> |
| 79 | <id>ecomp-staging</id> |
| 80 | <name>Staging Repository</name> |
| 81 | <url>${nexusproxy}/content/repositories/staging/</url> |
| 82 | </repository> |
| 83 | <repository> |
| 84 | <id>ecomp-snapshots</id> |
| 85 | <name>Snapshots Repository</name> |
| 86 | <url>${nexusproxy}/content/repositories/snapshots/</url> |
| 87 | </repository> |
| 88 | <repository> |
| 89 | <id>ecomp-public</id> |
| 90 | <name>Public Repository</name> |
| 91 | <url>${nexusproxy}/content/repositories/public/</url> |
| 92 | </repository> |
| 93 | <!-- LF repositories END--> |
| 94 | </repositories> |
| 95 | |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 96 | <build> |
| 97 | <plugins> |
| 98 | <plugin> |
Pamela Dragosh | 9944937 | 2017-02-17 11:29:43 -0500 | [diff] [blame] | 99 | <groupId>org.sonatype.plugins</groupId> |
| 100 | <artifactId>nexus-staging-maven-plugin</artifactId> |
Pamela Dragosh | 9944937 | 2017-02-17 11:29:43 -0500 | [diff] [blame] | 101 | <extensions>true</extensions> |
| 102 | <configuration> |
| 103 | <nexusUrl>${nexusproxy}</nexusUrl> |
| 104 | <stagingProfileId>176c31dfe190a</stagingProfileId> |
Pamela Dragosh | d83dab1 | 2017-07-31 21:09:20 -0400 | [diff] [blame] | 105 | <serverId>ecomp-staging</serverId> |
Pamela Dragosh | 9944937 | 2017-02-17 11:29:43 -0500 | [diff] [blame] | 106 | </configuration> |
| 107 | </plugin> |
| 108 | <plugin> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 109 | <groupId>org.apache.maven.plugins</groupId> |
| 110 | <artifactId>maven-deploy-plugin</artifactId> |
Pamela Dragosh | 9944937 | 2017-02-17 11:29:43 -0500 | [diff] [blame] | 111 | <configuration> |
| 112 | <skip /> |
| 113 | </configuration> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 114 | </plugin> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 115 | <plugin> |
Pamela Dragosh | 8a986b2 | 2017-04-10 13:32:38 -0400 | [diff] [blame] | 116 | <groupId>org.apache.maven.plugins</groupId> |
| 117 | <artifactId>maven-site-plugin</artifactId> |
Pamela Dragosh | 8a986b2 | 2017-04-10 13:32:38 -0400 | [diff] [blame] | 118 | <dependencies> |
| 119 | <dependency> |
| 120 | <groupId>org.apache.maven.wagon</groupId> |
| 121 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 122 | <version>2.10</version> |
| 123 | </dependency> |
| 124 | </dependencies> |
| 125 | </plugin> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 126 | </plugins> |
Pamela Dragosh | c4cf748 | 2017-08-14 13:40:15 -0400 | [diff] [blame] | 127 | <pluginManagement> |
| 128 | <plugins> |
| 129 | <plugin> |
| 130 | <groupId>org.eclipse.m2e</groupId> |
| 131 | <artifactId>lifecycle-mapping</artifactId> |
| 132 | <version>1.0.0</version> |
| 133 | <configuration> |
| 134 | <lifecycleMappingMetadata> |
| 135 | <pluginExecutions> |
| 136 | <pluginExecution> |
| 137 | <pluginExecutionFilter> |
| 138 | <groupId>org.apache.maven.plugins</groupId> |
| 139 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 140 | <versionRange>2.17,)</versionRange> |
| 141 | <goals> |
| 142 | <goal>check</goal> |
| 143 | </goals> |
| 144 | </pluginExecutionFilter> |
| 145 | <action> |
| 146 | <ignore /> |
| 147 | </action> |
| 148 | </pluginExecution> |
| 149 | </pluginExecutions> |
| 150 | </lifecycleMappingMetadata> |
| 151 | </configuration> |
| 152 | </plugin> |
| 153 | </plugins> |
| 154 | </pluginManagement> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 155 | </build> |
Pamela Dragosh | 8a986b2 | 2017-04-10 13:32:38 -0400 | [diff] [blame] | 156 | <reporting> |
| 157 | <plugins> |
| 158 | <plugin> |
| 159 | <groupId>org.apache.maven.plugins</groupId> |
| 160 | <artifactId>maven-javadoc-plugin</artifactId> |
| 161 | <version>2.10.4</version> |
| 162 | <configuration> |
| 163 | <failOnError>false</failOnError> |
| 164 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 165 | <docletArtifact> |
| 166 | <groupId>org.umlgraph</groupId> |
| 167 | <artifactId>umlgraph</artifactId> |
| 168 | <version>5.6</version> |
| 169 | </docletArtifact> |
| 170 | <additionalparam>-views</additionalparam> |
| 171 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 172 | </configuration> |
| 173 | </plugin> |
| 174 | </plugins> |
| 175 | </reporting> |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 176 | </project> |