blob: cc076f1c695b2fa8ec5f5c9c91505a3b3d3f68e9 [file] [log] [blame]
Pamela Dragosh91d04c62017-02-14 19:41:00 -05001<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 Ruijinge9382842017-08-03 11:44:10 +00005 <parent>
6 <groupId>org.onap.oparent</groupId>
7 <artifactId>oparent</artifactId>
Pamela Dragosh871db382017-09-21 11:06:17 -04008 <version>0.1.1</version>
Guo Ruijinge9382842017-08-03 11:44:10 +00009 <relativePath/>
10 </parent>
11
Guo Ruijing073cc182017-07-31 08:47:35 +000012 <groupId>org.onap.policy.engine</groupId>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050013 <artifactId>PolicyEngineSuite</artifactId>
Pamela Dragoshf842f202017-11-15 12:03:03 -050014 <version>1.1.2-SNAPSHOT</version>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050015 <packaging>pom</packaging>
Jessica Wagantall9440ed72017-09-08 14:55:14 -070016 <name>policy-engine</name>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050017
Guo Ruijing073cc182017-07-31 08:47:35 +000018 <description>The ONAP Policy Engine main pom</description>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050019
20 <properties>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050021 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22
Pamela Dragosh91d04c62017-02-14 19:41:00 -050023 <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\cr056n29596e42017-08-14 09:46:27 -070027
Pamela Dragoshae8d7752017-03-30 09:35:18 -040028 <nexusproxy>https://nexus.onap.org</nexusproxy>
Pamela Dragoshe1dcfc52017-04-06 11:06:34 -040029 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
Anaël Closson98fe6d82017-04-12 11:10:10 +020030 <releases.path>content/repositories/releases/</releases.path>
31 <snapshots.path>content/repositories/snapshots/</snapshots.path>
32 <staging.path>content/repositories/staging/</staging.path>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050033 </properties>
34
35
36 <modules>
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -040037 <module>PolicyEngineUtils</module>
Guo Ruijing073cc182017-07-31 08:47:35 +000038 <module>ONAP-XACML</module>
39 <module>ONAP-REST</module>
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -040040 <module>PolicyEngineAPI</module>
Guo Ruijing073cc182017-07-31 08:47:35 +000041 <module>ONAP-PDP</module>
42 <module>ONAP-PDP-REST</module>
43 <module>ONAP-PAP-REST</module>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050044 <module>LogParser</module>
45 <module>PolicyEngineClient</module>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050046 <module>BRMSGateway</module>
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -040047 <module>POLICY-SDK-APP</module>
Guo Ruijing073cc182017-07-31 08:47:35 +000048 <module>ONAP-SDK-APP</module>
Pamela Dragoshc2938542017-02-20 16:30:10 -050049 <module>packages</module>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050050 </modules>
51
Pamela Dragosh2a66a1b2017-02-15 15:33:14 -050052 <distributionManagement>
53 <repository>
54 <id>ecomp-releases</id>
Guo Ruijing073cc182017-07-31 08:47:35 +000055 <name>ONAP Release Repository</name>
Anaël Closson98fe6d82017-04-12 11:10:10 +020056 <url>${nexusproxy}/${releases.path}</url>
Pamela Dragosh2a66a1b2017-02-15 15:33:14 -050057 </repository>
58 <snapshotRepository>
59 <id>ecomp-snapshots</id>
Guo Ruijing073cc182017-07-31 08:47:35 +000060 <name>ONAP Snapshot Repository</name>
Anaël Closson98fe6d82017-04-12 11:10:10 +020061 <url>${nexusproxy}/${snapshots.path}</url>
Pamela Dragosh2a66a1b2017-02-15 15:33:14 -050062 </snapshotRepository>
Pamela Dragosh0cd54352017-04-03 10:51:20 -040063 <site>
64 <id>ecomp-site</id>
65 <url>dav:${nexusproxy}${sitePath}</url>
66 </site>
Pamela Dragosh2a66a1b2017-02-15 15:33:14 -050067 </distributionManagement>
68
Pamela Dragoshff666e32017-11-10 20:40:14 -050069 <repositories>
70 <!-- LF repositories -->
71 <repository>
72 <id>ecomp-releases</id>
73 <name>Release Repository</name>
74 <url>${nexusproxy}/content/repositories/releases/</url>
75 </repository>
76 <repository>
77 <id>ecomp-staging</id>
78 <name>Staging Repository</name>
79 <url>${nexusproxy}/content/repositories/staging/</url>
80 </repository>
81 <repository>
82 <id>ecomp-snapshots</id>
83 <name>Snapshots Repository</name>
84 <url>${nexusproxy}/content/repositories/snapshots/</url>
85 </repository>
86 <repository>
87 <id>ecomp-public</id>
88 <name>Public Repository</name>
89 <url>${nexusproxy}/content/repositories/public/</url>
90 </repository>
91 <!-- LF repositories END-->
92 </repositories>
93
Pamela Dragosh0cd54352017-04-03 10:51:20 -040094 <reporting>
95 <plugins>
96 <plugin>
97 <groupId>org.apache.maven.plugins</groupId>
98 <artifactId>maven-javadoc-plugin</artifactId>
99 <version>2.10.4</version>
100 <configuration>
101 <failOnError>false</failOnError>
102 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
103 <docletArtifact>
104 <groupId>org.umlgraph</groupId>
105 <artifactId>umlgraph</artifactId>
106 <version>5.6</version>
107 </docletArtifact>
108 <additionalparam>-views</additionalparam>
109 <useStandardDocletOptions>true</useStandardDocletOptions>
110 </configuration>
111 </plugin>
112 </plugins>
113 </reporting>
114
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500115 <dependencies>
116
117 <dependency>
118 <groupId>javax.servlet</groupId>
119 <artifactId>javax.servlet-api</artifactId>
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -0400120 <version>3.1.0</version>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500121 </dependency>
122 <dependency>
123 <!-- org.w3c.dom dependencies -->
124 <groupId>xml-apis</groupId>
125 <artifactId>xml-apis</artifactId>
126 <version>1.3.03</version>
127 </dependency>
128 </dependencies>
129
130 <build>
131 <plugins>
132 <plugin>
Pamela Dragosh6a657052017-02-17 15:41:18 -0500133 <groupId>org.sonatype.plugins</groupId>
134 <artifactId>nexus-staging-maven-plugin</artifactId>
Pamela Dragosh6a657052017-02-17 15:41:18 -0500135 <extensions>true</extensions>
136 <configuration>
137 <nexusUrl>${nexusproxy}</nexusUrl>
138 <stagingProfileId>176c31dfe190a</stagingProfileId>
Pamela Dragosh5497a612017-07-31 21:30:18 -0400139 <serverId>ecomp-staging</serverId>
Pamela Dragosh6a657052017-02-17 15:41:18 -0500140 </configuration>
141 </plugin>
142 <plugin>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500143 <groupId>org.apache.maven.plugins</groupId>
144 <artifactId>maven-deploy-plugin</artifactId>
Pamela Dragosh6a657052017-02-17 15:41:18 -0500145 <configuration>
146 <skip />
147 </configuration>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500148 </plugin>
149 <plugin>
150 <groupId>org.apache.maven.plugins</groupId>
151 <artifactId>maven-surefire-plugin</artifactId>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500152 </plugin>
153 <plugin>
154 <groupId>org.apache.maven.plugins</groupId>
155 <artifactId>maven-clean-plugin</artifactId>
156 <version>2.4.1</version>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500157 </plugin>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500158 <plugin>
159 <groupId>org.apache.maven.plugins</groupId>
160 <artifactId>maven-compiler-plugin</artifactId>
161 <version>3.0</version>
162 <configuration>
163 <encoding>${project.encoding}</encoding>
164 <source>${project.source.version}</source>
165 <target>${project.target.version}</target>
166 </configuration>
167 </plugin>
168 <plugin>
169 <groupId>org.apache.maven.plugins</groupId>
170 <artifactId>maven-resources-plugin</artifactId>
171 <version>2.6</version>
172 <configuration>
173 <encoding>${project.encoding}</encoding>
174 </configuration>
175 </plugin>
176 <plugin>
177 <groupId>org.apache.maven.plugins</groupId>
178 <artifactId>maven-war-plugin</artifactId>
179 <version>2.3</version>
180 <configuration>
181 <failOnMissingWebXml>false</failOnMissingWebXml>
182 </configuration>
183 </plugin>
ITSERVICES\cr056n29596e42017-08-14 09:46:27 -0700184 <!-- The Jetty plugin allows us to easily test the development build by
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500185 running jetty:run on the command line. -->
186
187 <plugin>
188 <groupId>org.eclipse.jetty</groupId>
189 <artifactId>jetty-maven-plugin</artifactId>
190 <version>${jetty.plugin.version}</version>
191 <configuration>
192 <scanIntervalSeconds>2</scanIntervalSeconds>
193 </configuration>
194 </plugin>
195 <plugin>
196 <groupId>com.fortify.ps.maven.plugin</groupId>
197 <artifactId>sca-maven-plugin</artifactId>
198 <version>4.20</version>
199 </plugin>
200 <plugin>
Pamela Dragosh0cd54352017-04-03 10:51:20 -0400201 <groupId>org.apache.maven.plugins</groupId>
202 <artifactId>maven-site-plugin</artifactId>
Pamela Dragosh0cd54352017-04-03 10:51:20 -0400203 <dependencies>
204 <dependency>
205 <groupId>org.apache.maven.wagon</groupId>
206 <artifactId>wagon-webdav-jackrabbit</artifactId>
207 <version>2.10</version>
208 </dependency>
209 </dependencies>
210 </plugin>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500211 </plugins>
Pamela Dragosh40aef4f2017-08-14 13:53:06 -0400212 <pluginManagement>
213 <plugins>
214 <plugin>
215 <groupId>org.eclipse.m2e</groupId>
216 <artifactId>lifecycle-mapping</artifactId>
217 <version>1.0.0</version>
218 <configuration>
219 <lifecycleMappingMetadata>
220 <pluginExecutions>
221 <pluginExecution>
222 <pluginExecutionFilter>
223 <groupId>org.apache.maven.plugins</groupId>
224 <artifactId>maven-checkstyle-plugin</artifactId>
225 <versionRange>2.17,)</versionRange>
226 <goals>
227 <goal>check</goal>
228 </goals>
229 </pluginExecutionFilter>
230 <action>
231 <ignore />
232 </action>
233 </pluginExecution>
234 </pluginExecutions>
235 </lifecycleMappingMetadata>
236 </configuration>
237 </plugin>
238 </plugins>
239 </pluginManagement>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500240 </build>
241</project>