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> |
Pamela Dragosh | 3234eb0 | 2017-03-10 14:54:53 -0500 | [diff] [blame] | 14 | <version>1.1.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> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 33 | </properties> |
| 34 | |
| 35 | |
| 36 | <modules> |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 37 | <module>PolicyEngineUtils</module> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 38 | <module>ONAP-XACML</module> |
| 39 | <module>ONAP-REST</module> |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 40 | <module>PolicyEngineAPI</module> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 41 | <module>ONAP-PDP</module> |
| 42 | <module>ONAP-PDP-REST</module> |
| 43 | <module>ONAP-PAP-REST</module> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 44 | <module>LogParser</module> |
| 45 | <module>PolicyEngineClient</module> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 46 | <module>BRMSGateway</module> |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 47 | <module>POLICY-SDK-APP</module> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 48 | <module>ONAP-SDK-APP</module> |
Pamela Dragosh | c293854 | 2017-02-20 16:30:10 -0500 | [diff] [blame] | 49 | <module>packages</module> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 50 | </modules> |
| 51 | |
Pamela Dragosh | 2a66a1b | 2017-02-15 15:33:14 -0500 | [diff] [blame] | 52 | <distributionManagement> |
| 53 | <repository> |
| 54 | <id>ecomp-releases</id> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 55 | <name>ONAP Release Repository</name> |
Anaël Closson | 98fe6d8 | 2017-04-12 11:10:10 +0200 | [diff] [blame] | 56 | <url>${nexusproxy}/${releases.path}</url> |
Pamela Dragosh | 2a66a1b | 2017-02-15 15:33:14 -0500 | [diff] [blame] | 57 | </repository> |
| 58 | <snapshotRepository> |
| 59 | <id>ecomp-snapshots</id> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 60 | <name>ONAP Snapshot Repository</name> |
Anaël Closson | 98fe6d8 | 2017-04-12 11:10:10 +0200 | [diff] [blame] | 61 | <url>${nexusproxy}/${snapshots.path}</url> |
Pamela Dragosh | 2a66a1b | 2017-02-15 15:33:14 -0500 | [diff] [blame] | 62 | </snapshotRepository> |
Pamela Dragosh | 0cd5435 | 2017-04-03 10:51:20 -0400 | [diff] [blame] | 63 | <site> |
| 64 | <id>ecomp-site</id> |
| 65 | <url>dav:${nexusproxy}${sitePath}</url> |
| 66 | </site> |
Pamela Dragosh | 2a66a1b | 2017-02-15 15:33:14 -0500 | [diff] [blame] | 67 | </distributionManagement> |
| 68 | |
Pamela Dragosh | 0cd5435 | 2017-04-03 10:51:20 -0400 | [diff] [blame] | 69 | <reporting> |
| 70 | <plugins> |
| 71 | <plugin> |
| 72 | <groupId>org.apache.maven.plugins</groupId> |
| 73 | <artifactId>maven-javadoc-plugin</artifactId> |
| 74 | <version>2.10.4</version> |
| 75 | <configuration> |
| 76 | <failOnError>false</failOnError> |
| 77 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 78 | <docletArtifact> |
| 79 | <groupId>org.umlgraph</groupId> |
| 80 | <artifactId>umlgraph</artifactId> |
| 81 | <version>5.6</version> |
| 82 | </docletArtifact> |
| 83 | <additionalparam>-views</additionalparam> |
| 84 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 85 | </configuration> |
| 86 | </plugin> |
| 87 | </plugins> |
| 88 | </reporting> |
| 89 | |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 90 | <dependencies> |
| 91 | |
| 92 | <dependency> |
| 93 | <groupId>javax.servlet</groupId> |
| 94 | <artifactId>javax.servlet-api</artifactId> |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 95 | <version>3.1.0</version> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 96 | </dependency> |
| 97 | <dependency> |
| 98 | <!-- org.w3c.dom dependencies --> |
| 99 | <groupId>xml-apis</groupId> |
| 100 | <artifactId>xml-apis</artifactId> |
| 101 | <version>1.3.03</version> |
| 102 | </dependency> |
| 103 | </dependencies> |
| 104 | |
| 105 | <build> |
| 106 | <plugins> |
| 107 | <plugin> |
Pamela Dragosh | 6a65705 | 2017-02-17 15:41:18 -0500 | [diff] [blame] | 108 | <groupId>org.sonatype.plugins</groupId> |
| 109 | <artifactId>nexus-staging-maven-plugin</artifactId> |
Pamela Dragosh | 6a65705 | 2017-02-17 15:41:18 -0500 | [diff] [blame] | 110 | <extensions>true</extensions> |
| 111 | <configuration> |
| 112 | <nexusUrl>${nexusproxy}</nexusUrl> |
| 113 | <stagingProfileId>176c31dfe190a</stagingProfileId> |
Pamela Dragosh | 5497a61 | 2017-07-31 21:30:18 -0400 | [diff] [blame] | 114 | <serverId>ecomp-staging</serverId> |
Pamela Dragosh | 6a65705 | 2017-02-17 15:41:18 -0500 | [diff] [blame] | 115 | </configuration> |
| 116 | </plugin> |
| 117 | <plugin> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 118 | <groupId>org.apache.maven.plugins</groupId> |
| 119 | <artifactId>maven-deploy-plugin</artifactId> |
Pamela Dragosh | 6a65705 | 2017-02-17 15:41:18 -0500 | [diff] [blame] | 120 | <configuration> |
| 121 | <skip /> |
| 122 | </configuration> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 123 | </plugin> |
| 124 | <plugin> |
| 125 | <groupId>org.apache.maven.plugins</groupId> |
| 126 | <artifactId>maven-surefire-plugin</artifactId> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 127 | </plugin> |
| 128 | <plugin> |
| 129 | <groupId>org.apache.maven.plugins</groupId> |
| 130 | <artifactId>maven-clean-plugin</artifactId> |
| 131 | <version>2.4.1</version> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 132 | </plugin> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 133 | <plugin> |
| 134 | <groupId>org.apache.maven.plugins</groupId> |
| 135 | <artifactId>maven-compiler-plugin</artifactId> |
| 136 | <version>3.0</version> |
| 137 | <configuration> |
| 138 | <encoding>${project.encoding}</encoding> |
| 139 | <source>${project.source.version}</source> |
| 140 | <target>${project.target.version}</target> |
| 141 | </configuration> |
| 142 | </plugin> |
| 143 | <plugin> |
| 144 | <groupId>org.apache.maven.plugins</groupId> |
| 145 | <artifactId>maven-resources-plugin</artifactId> |
| 146 | <version>2.6</version> |
| 147 | <configuration> |
| 148 | <encoding>${project.encoding}</encoding> |
| 149 | </configuration> |
| 150 | </plugin> |
| 151 | <plugin> |
| 152 | <groupId>org.apache.maven.plugins</groupId> |
| 153 | <artifactId>maven-war-plugin</artifactId> |
| 154 | <version>2.3</version> |
| 155 | <configuration> |
| 156 | <failOnMissingWebXml>false</failOnMissingWebXml> |
| 157 | </configuration> |
| 158 | </plugin> |
ITSERVICES\cr056n | 29596e4 | 2017-08-14 09:46:27 -0700 | [diff] [blame] | 159 | <!-- The Jetty plugin allows us to easily test the development build by |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 160 | running jetty:run on the command line. --> |
| 161 | |
| 162 | <plugin> |
| 163 | <groupId>org.eclipse.jetty</groupId> |
| 164 | <artifactId>jetty-maven-plugin</artifactId> |
| 165 | <version>${jetty.plugin.version}</version> |
| 166 | <configuration> |
| 167 | <scanIntervalSeconds>2</scanIntervalSeconds> |
| 168 | </configuration> |
| 169 | </plugin> |
| 170 | <plugin> |
| 171 | <groupId>com.fortify.ps.maven.plugin</groupId> |
| 172 | <artifactId>sca-maven-plugin</artifactId> |
| 173 | <version>4.20</version> |
| 174 | </plugin> |
| 175 | <plugin> |
Pamela Dragosh | 0cd5435 | 2017-04-03 10:51:20 -0400 | [diff] [blame] | 176 | <groupId>org.apache.maven.plugins</groupId> |
| 177 | <artifactId>maven-site-plugin</artifactId> |
Pamela Dragosh | 0cd5435 | 2017-04-03 10:51:20 -0400 | [diff] [blame] | 178 | <dependencies> |
| 179 | <dependency> |
| 180 | <groupId>org.apache.maven.wagon</groupId> |
| 181 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 182 | <version>2.10</version> |
| 183 | </dependency> |
| 184 | </dependencies> |
| 185 | </plugin> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 186 | </plugins> |
Pamela Dragosh | 40aef4f | 2017-08-14 13:53:06 -0400 | [diff] [blame] | 187 | <pluginManagement> |
| 188 | <plugins> |
| 189 | <plugin> |
| 190 | <groupId>org.eclipse.m2e</groupId> |
| 191 | <artifactId>lifecycle-mapping</artifactId> |
| 192 | <version>1.0.0</version> |
| 193 | <configuration> |
| 194 | <lifecycleMappingMetadata> |
| 195 | <pluginExecutions> |
| 196 | <pluginExecution> |
| 197 | <pluginExecutionFilter> |
| 198 | <groupId>org.apache.maven.plugins</groupId> |
| 199 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 200 | <versionRange>2.17,)</versionRange> |
| 201 | <goals> |
| 202 | <goal>check</goal> |
| 203 | </goals> |
| 204 | </pluginExecutionFilter> |
| 205 | <action> |
| 206 | <ignore /> |
| 207 | </action> |
| 208 | </pluginExecution> |
| 209 | </pluginExecutions> |
| 210 | </lifecycleMappingMetadata> |
| 211 | </configuration> |
| 212 | </plugin> |
| 213 | </plugins> |
| 214 | </pluginManagement> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 215 | </build> |
| 216 | </project> |