Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
Guo Ruijing | e938284 | 2017-08-03 11:44:10 +0000 | [diff] [blame] | 5 | <parent> |
| 6 | <groupId>org.onap.oparent</groupId> |
| 7 | <artifactId>oparent</artifactId> |
Pamela Dragosh | 871db38 | 2017-09-21 11:06:17 -0400 | [diff] [blame] | 8 | <version>0.1.1</version> |
Guo Ruijing | e938284 | 2017-08-03 11:44:10 +0000 | [diff] [blame] | 9 | <relativePath/> |
| 10 | </parent> |
| 11 | |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 12 | <groupId>org.onap.policy.engine</groupId> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 13 | <artifactId>PolicyEngineSuite</artifactId> |
Jessica Wagantall | db597fe | 2017-11-18 18:50:29 -0800 | [diff] [blame] | 14 | <version>1.2.0-SNAPSHOT</version> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 15 | <packaging>pom</packaging> |
Jessica Wagantall | 9440ed7 | 2017-09-08 14:55:14 -0700 | [diff] [blame] | 16 | <name>policy-engine</name> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 17 | |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 18 | <description>The ONAP Policy Engine main pom</description> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 19 | |
| 20 | <properties> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 21 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 22 | |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 23 | <jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version> |
| 24 | <project.source.version>1.8</project.source.version> |
| 25 | <project.target.version>1.8</project.target.version> |
| 26 | <project.encoding>UTF-8</project.encoding> |
ITSERVICES\cr056n | 29596e4 | 2017-08-14 09:46:27 -0700 | [diff] [blame] | 27 | |
Pamela Dragosh | ae8d775 | 2017-03-30 09:35:18 -0400 | [diff] [blame] | 28 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
Pamela Dragosh | e1dcfc5 | 2017-04-06 11:06:34 -0400 | [diff] [blame] | 29 | <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> |
Anaël Closson | 98fe6d8 | 2017-04-12 11:10:10 +0200 | [diff] [blame] | 30 | <releases.path>content/repositories/releases/</releases.path> |
| 31 | <snapshots.path>content/repositories/snapshots/</snapshots.path> |
| 32 | <staging.path>content/repositories/staging/</staging.path> |
Magnusen, Drew (dm741q) | 4d82018 | 2017-11-21 12:03:01 -0600 | [diff] [blame] | 33 | <dmaap.version>1.0.0</dmaap.version> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 34 | </properties> |
| 35 | |
| 36 | |
| 37 | <modules> |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 38 | <module>PolicyEngineUtils</module> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 39 | <module>ONAP-XACML</module> |
| 40 | <module>ONAP-REST</module> |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 41 | <module>PolicyEngineAPI</module> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 42 | <module>ONAP-PDP</module> |
| 43 | <module>ONAP-PDP-REST</module> |
| 44 | <module>ONAP-PAP-REST</module> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 45 | <module>LogParser</module> |
| 46 | <module>PolicyEngineClient</module> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 47 | <module>BRMSGateway</module> |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 48 | <module>POLICY-SDK-APP</module> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 49 | <module>ONAP-SDK-APP</module> |
Pamela Dragosh | c293854 | 2017-02-20 16:30:10 -0500 | [diff] [blame] | 50 | <module>packages</module> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 51 | </modules> |
| 52 | |
Pamela Dragosh | 2a66a1b | 2017-02-15 15:33:14 -0500 | [diff] [blame] | 53 | <distributionManagement> |
| 54 | <repository> |
| 55 | <id>ecomp-releases</id> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 56 | <name>ONAP Release Repository</name> |
Anaël Closson | 98fe6d8 | 2017-04-12 11:10:10 +0200 | [diff] [blame] | 57 | <url>${nexusproxy}/${releases.path}</url> |
Pamela Dragosh | 2a66a1b | 2017-02-15 15:33:14 -0500 | [diff] [blame] | 58 | </repository> |
| 59 | <snapshotRepository> |
| 60 | <id>ecomp-snapshots</id> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 61 | <name>ONAP Snapshot Repository</name> |
Anaël Closson | 98fe6d8 | 2017-04-12 11:10:10 +0200 | [diff] [blame] | 62 | <url>${nexusproxy}/${snapshots.path}</url> |
Pamela Dragosh | 2a66a1b | 2017-02-15 15:33:14 -0500 | [diff] [blame] | 63 | </snapshotRepository> |
Pamela Dragosh | 0cd5435 | 2017-04-03 10:51:20 -0400 | [diff] [blame] | 64 | <site> |
| 65 | <id>ecomp-site</id> |
| 66 | <url>dav:${nexusproxy}${sitePath}</url> |
| 67 | </site> |
Pamela Dragosh | 2a66a1b | 2017-02-15 15:33:14 -0500 | [diff] [blame] | 68 | </distributionManagement> |
| 69 | |
Pamela Dragosh | ff666e3 | 2017-11-10 20:40:14 -0500 | [diff] [blame] | 70 | <repositories> |
| 71 | <!-- LF repositories --> |
| 72 | <repository> |
| 73 | <id>ecomp-releases</id> |
| 74 | <name>Release Repository</name> |
| 75 | <url>${nexusproxy}/content/repositories/releases/</url> |
| 76 | </repository> |
| 77 | <repository> |
| 78 | <id>ecomp-staging</id> |
| 79 | <name>Staging Repository</name> |
| 80 | <url>${nexusproxy}/content/repositories/staging/</url> |
| 81 | </repository> |
| 82 | <repository> |
| 83 | <id>ecomp-snapshots</id> |
| 84 | <name>Snapshots Repository</name> |
| 85 | <url>${nexusproxy}/content/repositories/snapshots/</url> |
| 86 | </repository> |
| 87 | <repository> |
| 88 | <id>ecomp-public</id> |
| 89 | <name>Public Repository</name> |
| 90 | <url>${nexusproxy}/content/repositories/public/</url> |
| 91 | </repository> |
| 92 | <!-- LF repositories END--> |
| 93 | </repositories> |
| 94 | |
Pamela Dragosh | 0cd5435 | 2017-04-03 10:51:20 -0400 | [diff] [blame] | 95 | <reporting> |
| 96 | <plugins> |
| 97 | <plugin> |
| 98 | <groupId>org.apache.maven.plugins</groupId> |
| 99 | <artifactId>maven-javadoc-plugin</artifactId> |
| 100 | <version>2.10.4</version> |
| 101 | <configuration> |
| 102 | <failOnError>false</failOnError> |
| 103 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 104 | <docletArtifact> |
| 105 | <groupId>org.umlgraph</groupId> |
| 106 | <artifactId>umlgraph</artifactId> |
| 107 | <version>5.6</version> |
| 108 | </docletArtifact> |
| 109 | <additionalparam>-views</additionalparam> |
| 110 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 111 | </configuration> |
| 112 | </plugin> |
| 113 | </plugins> |
| 114 | </reporting> |
| 115 | |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 116 | <dependencies> |
| 117 | |
| 118 | <dependency> |
| 119 | <groupId>javax.servlet</groupId> |
| 120 | <artifactId>javax.servlet-api</artifactId> |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 121 | <version>3.1.0</version> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 122 | </dependency> |
| 123 | <dependency> |
| 124 | <!-- org.w3c.dom dependencies --> |
| 125 | <groupId>xml-apis</groupId> |
| 126 | <artifactId>xml-apis</artifactId> |
| 127 | <version>1.3.03</version> |
| 128 | </dependency> |
| 129 | </dependencies> |
| 130 | |
| 131 | <build> |
| 132 | <plugins> |
| 133 | <plugin> |
Pamela Dragosh | 6a65705 | 2017-02-17 15:41:18 -0500 | [diff] [blame] | 134 | <groupId>org.sonatype.plugins</groupId> |
| 135 | <artifactId>nexus-staging-maven-plugin</artifactId> |
Pamela Dragosh | 6a65705 | 2017-02-17 15:41:18 -0500 | [diff] [blame] | 136 | <extensions>true</extensions> |
| 137 | <configuration> |
| 138 | <nexusUrl>${nexusproxy}</nexusUrl> |
| 139 | <stagingProfileId>176c31dfe190a</stagingProfileId> |
Pamela Dragosh | 5497a61 | 2017-07-31 21:30:18 -0400 | [diff] [blame] | 140 | <serverId>ecomp-staging</serverId> |
Pamela Dragosh | 6a65705 | 2017-02-17 15:41:18 -0500 | [diff] [blame] | 141 | </configuration> |
| 142 | </plugin> |
| 143 | <plugin> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 144 | <groupId>org.apache.maven.plugins</groupId> |
| 145 | <artifactId>maven-deploy-plugin</artifactId> |
Pamela Dragosh | 6a65705 | 2017-02-17 15:41:18 -0500 | [diff] [blame] | 146 | <configuration> |
| 147 | <skip /> |
| 148 | </configuration> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 149 | </plugin> |
| 150 | <plugin> |
| 151 | <groupId>org.apache.maven.plugins</groupId> |
| 152 | <artifactId>maven-surefire-plugin</artifactId> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 153 | </plugin> |
| 154 | <plugin> |
| 155 | <groupId>org.apache.maven.plugins</groupId> |
| 156 | <artifactId>maven-clean-plugin</artifactId> |
| 157 | <version>2.4.1</version> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 158 | </plugin> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 159 | <plugin> |
| 160 | <groupId>org.apache.maven.plugins</groupId> |
| 161 | <artifactId>maven-compiler-plugin</artifactId> |
| 162 | <version>3.0</version> |
| 163 | <configuration> |
| 164 | <encoding>${project.encoding}</encoding> |
| 165 | <source>${project.source.version}</source> |
| 166 | <target>${project.target.version}</target> |
| 167 | </configuration> |
| 168 | </plugin> |
| 169 | <plugin> |
| 170 | <groupId>org.apache.maven.plugins</groupId> |
| 171 | <artifactId>maven-resources-plugin</artifactId> |
| 172 | <version>2.6</version> |
| 173 | <configuration> |
| 174 | <encoding>${project.encoding}</encoding> |
| 175 | </configuration> |
| 176 | </plugin> |
| 177 | <plugin> |
| 178 | <groupId>org.apache.maven.plugins</groupId> |
| 179 | <artifactId>maven-war-plugin</artifactId> |
| 180 | <version>2.3</version> |
| 181 | <configuration> |
| 182 | <failOnMissingWebXml>false</failOnMissingWebXml> |
| 183 | </configuration> |
| 184 | </plugin> |
ITSERVICES\cr056n | 29596e4 | 2017-08-14 09:46:27 -0700 | [diff] [blame] | 185 | <!-- The Jetty plugin allows us to easily test the development build by |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 186 | running jetty:run on the command line. --> |
| 187 | |
| 188 | <plugin> |
| 189 | <groupId>org.eclipse.jetty</groupId> |
| 190 | <artifactId>jetty-maven-plugin</artifactId> |
| 191 | <version>${jetty.plugin.version}</version> |
| 192 | <configuration> |
| 193 | <scanIntervalSeconds>2</scanIntervalSeconds> |
| 194 | </configuration> |
| 195 | </plugin> |
| 196 | <plugin> |
| 197 | <groupId>com.fortify.ps.maven.plugin</groupId> |
| 198 | <artifactId>sca-maven-plugin</artifactId> |
| 199 | <version>4.20</version> |
| 200 | </plugin> |
| 201 | <plugin> |
Pamela Dragosh | 0cd5435 | 2017-04-03 10:51:20 -0400 | [diff] [blame] | 202 | <groupId>org.apache.maven.plugins</groupId> |
| 203 | <artifactId>maven-site-plugin</artifactId> |
Pamela Dragosh | 0cd5435 | 2017-04-03 10:51:20 -0400 | [diff] [blame] | 204 | <dependencies> |
| 205 | <dependency> |
| 206 | <groupId>org.apache.maven.wagon</groupId> |
| 207 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 208 | <version>2.10</version> |
| 209 | </dependency> |
| 210 | </dependencies> |
| 211 | </plugin> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 212 | </plugins> |
Pamela Dragosh | 40aef4f | 2017-08-14 13:53:06 -0400 | [diff] [blame] | 213 | <pluginManagement> |
| 214 | <plugins> |
| 215 | <plugin> |
| 216 | <groupId>org.eclipse.m2e</groupId> |
| 217 | <artifactId>lifecycle-mapping</artifactId> |
| 218 | <version>1.0.0</version> |
| 219 | <configuration> |
| 220 | <lifecycleMappingMetadata> |
| 221 | <pluginExecutions> |
| 222 | <pluginExecution> |
| 223 | <pluginExecutionFilter> |
| 224 | <groupId>org.apache.maven.plugins</groupId> |
| 225 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 226 | <versionRange>2.17,)</versionRange> |
| 227 | <goals> |
| 228 | <goal>check</goal> |
| 229 | </goals> |
| 230 | </pluginExecutionFilter> |
| 231 | <action> |
| 232 | <ignore /> |
| 233 | </action> |
| 234 | </pluginExecution> |
| 235 | </pluginExecutions> |
| 236 | </lifecycleMappingMetadata> |
| 237 | </configuration> |
| 238 | </plugin> |
| 239 | </plugins> |
| 240 | </pluginManagement> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 241 | </build> |
| 242 | </project> |