blob: 96cc5015d671d39101fcfc403014196529052fec [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>
8 <version>1.0.0-SNAPSHOT</version>
9 <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 Dragosh3234eb02017-03-10 14:54:53 -050014 <version>1.1.0-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 Dragosh3234eb02017-03-10 14:54:53 -050028 <common-modules.version>1.1.0-SNAPSHOT</common-modules.version>
Pamela Dragoshae8d7752017-03-30 09:35:18 -040029 <nexusproxy>https://nexus.onap.org</nexusproxy>
Pamela Dragoshe1dcfc52017-04-06 11:06:34 -040030 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
Anaël Closson98fe6d82017-04-12 11:10:10 +020031 <releases.path>content/repositories/releases/</releases.path>
32 <snapshots.path>content/repositories/snapshots/</snapshots.path>
33 <staging.path>content/repositories/staging/</staging.path>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050034 </properties>
35
36
37 <modules>
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -040038 <module>PolicyEngineUtils</module>
Guo Ruijing073cc182017-07-31 08:47:35 +000039 <module>ONAP-XACML</module>
40 <module>ONAP-REST</module>
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -040041 <module>PolicyEngineAPI</module>
Guo Ruijing073cc182017-07-31 08:47:35 +000042 <module>ONAP-PDP</module>
43 <module>ONAP-PDP-REST</module>
44 <module>ONAP-PAP-REST</module>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050045 <module>LogParser</module>
46 <module>PolicyEngineClient</module>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050047 <module>BRMSGateway</module>
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -040048 <module>POLICY-SDK-APP</module>
Guo Ruijing073cc182017-07-31 08:47:35 +000049 <module>ONAP-SDK-APP</module>
Pamela Dragoshc2938542017-02-20 16:30:10 -050050 <module>packages</module>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050051 </modules>
52
Pamela Dragosh2a66a1b2017-02-15 15:33:14 -050053 <distributionManagement>
54 <repository>
55 <id>ecomp-releases</id>
Guo Ruijing073cc182017-07-31 08:47:35 +000056 <name>ONAP Release Repository</name>
Anaël Closson98fe6d82017-04-12 11:10:10 +020057 <url>${nexusproxy}/${releases.path}</url>
Pamela Dragosh2a66a1b2017-02-15 15:33:14 -050058 </repository>
59 <snapshotRepository>
60 <id>ecomp-snapshots</id>
Guo Ruijing073cc182017-07-31 08:47:35 +000061 <name>ONAP Snapshot Repository</name>
Anaël Closson98fe6d82017-04-12 11:10:10 +020062 <url>${nexusproxy}/${snapshots.path}</url>
Pamela Dragosh2a66a1b2017-02-15 15:33:14 -050063 </snapshotRepository>
Pamela Dragosh0cd54352017-04-03 10:51:20 -040064 <site>
65 <id>ecomp-site</id>
66 <url>dav:${nexusproxy}${sitePath}</url>
67 </site>
Pamela Dragosh2a66a1b2017-02-15 15:33:14 -050068 </distributionManagement>
69
Pamela Dragosh0cd54352017-04-03 10:51:20 -040070 <reporting>
71 <plugins>
72 <plugin>
73 <groupId>org.apache.maven.plugins</groupId>
74 <artifactId>maven-javadoc-plugin</artifactId>
75 <version>2.10.4</version>
76 <configuration>
77 <failOnError>false</failOnError>
78 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
79 <docletArtifact>
80 <groupId>org.umlgraph</groupId>
81 <artifactId>umlgraph</artifactId>
82 <version>5.6</version>
83 </docletArtifact>
84 <additionalparam>-views</additionalparam>
85 <useStandardDocletOptions>true</useStandardDocletOptions>
86 </configuration>
87 </plugin>
88 </plugins>
89 </reporting>
90
Pamela Dragosh91d04c62017-02-14 19:41:00 -050091 <dependencies>
92
93 <dependency>
94 <groupId>javax.servlet</groupId>
95 <artifactId>javax.servlet-api</artifactId>
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -040096 <version>3.1.0</version>
Pamela Dragosh91d04c62017-02-14 19:41:00 -050097 </dependency>
98 <dependency>
99 <!-- org.w3c.dom dependencies -->
100 <groupId>xml-apis</groupId>
101 <artifactId>xml-apis</artifactId>
102 <version>1.3.03</version>
103 </dependency>
104 </dependencies>
105
106 <build>
107 <plugins>
108 <plugin>
Pamela Dragosh6a657052017-02-17 15:41:18 -0500109 <groupId>org.sonatype.plugins</groupId>
110 <artifactId>nexus-staging-maven-plugin</artifactId>
Pamela Dragosh6a657052017-02-17 15:41:18 -0500111 <extensions>true</extensions>
112 <configuration>
113 <nexusUrl>${nexusproxy}</nexusUrl>
114 <stagingProfileId>176c31dfe190a</stagingProfileId>
Pamela Dragosh5497a612017-07-31 21:30:18 -0400115 <serverId>ecomp-staging</serverId>
Pamela Dragosh6a657052017-02-17 15:41:18 -0500116 </configuration>
117 </plugin>
118 <plugin>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500119 <groupId>org.apache.maven.plugins</groupId>
120 <artifactId>maven-deploy-plugin</artifactId>
Pamela Dragosh6a657052017-02-17 15:41:18 -0500121 <configuration>
122 <skip />
123 </configuration>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500124 </plugin>
125 <plugin>
126 <groupId>org.apache.maven.plugins</groupId>
127 <artifactId>maven-surefire-plugin</artifactId>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500128 </plugin>
129 <plugin>
130 <groupId>org.apache.maven.plugins</groupId>
131 <artifactId>maven-clean-plugin</artifactId>
132 <version>2.4.1</version>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500133 </plugin>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500134 <plugin>
135 <groupId>org.apache.maven.plugins</groupId>
136 <artifactId>maven-compiler-plugin</artifactId>
137 <version>3.0</version>
138 <configuration>
139 <encoding>${project.encoding}</encoding>
140 <source>${project.source.version}</source>
141 <target>${project.target.version}</target>
142 </configuration>
143 </plugin>
144 <plugin>
145 <groupId>org.apache.maven.plugins</groupId>
146 <artifactId>maven-resources-plugin</artifactId>
147 <version>2.6</version>
148 <configuration>
149 <encoding>${project.encoding}</encoding>
150 </configuration>
151 </plugin>
152 <plugin>
153 <groupId>org.apache.maven.plugins</groupId>
154 <artifactId>maven-war-plugin</artifactId>
155 <version>2.3</version>
156 <configuration>
157 <failOnMissingWebXml>false</failOnMissingWebXml>
158 </configuration>
159 </plugin>
ITSERVICES\cr056n29596e42017-08-14 09:46:27 -0700160 <!-- The Jetty plugin allows us to easily test the development build by
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500161 running jetty:run on the command line. -->
162
163 <plugin>
164 <groupId>org.eclipse.jetty</groupId>
165 <artifactId>jetty-maven-plugin</artifactId>
166 <version>${jetty.plugin.version}</version>
167 <configuration>
168 <scanIntervalSeconds>2</scanIntervalSeconds>
169 </configuration>
170 </plugin>
171 <plugin>
172 <groupId>com.fortify.ps.maven.plugin</groupId>
173 <artifactId>sca-maven-plugin</artifactId>
174 <version>4.20</version>
175 </plugin>
176 <plugin>
Pamela Dragosh0cd54352017-04-03 10:51:20 -0400177 <groupId>org.apache.maven.plugins</groupId>
178 <artifactId>maven-site-plugin</artifactId>
Pamela Dragosh0cd54352017-04-03 10:51:20 -0400179 <dependencies>
180 <dependency>
181 <groupId>org.apache.maven.wagon</groupId>
182 <artifactId>wagon-webdav-jackrabbit</artifactId>
183 <version>2.10</version>
184 </dependency>
185 </dependencies>
186 </plugin>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500187 </plugins>
Pamela Dragosh40aef4f2017-08-14 13:53:06 -0400188 <pluginManagement>
189 <plugins>
190 <plugin>
191 <groupId>org.eclipse.m2e</groupId>
192 <artifactId>lifecycle-mapping</artifactId>
193 <version>1.0.0</version>
194 <configuration>
195 <lifecycleMappingMetadata>
196 <pluginExecutions>
197 <pluginExecution>
198 <pluginExecutionFilter>
199 <groupId>org.apache.maven.plugins</groupId>
200 <artifactId>maven-checkstyle-plugin</artifactId>
201 <versionRange>2.17,)</versionRange>
202 <goals>
203 <goal>check</goal>
204 </goals>
205 </pluginExecutionFilter>
206 <action>
207 <ignore />
208 </action>
209 </pluginExecution>
210 </pluginExecutions>
211 </lifecycleMappingMetadata>
212 </configuration>
213 </plugin>
214 </plugins>
215 </pluginManagement>
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500216 </build>
217</project>