9a53eebf3755703a893f595968a62813aaece9a6
[ccsdk/cds.git] / ms / controllerblueprints / modules / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3   ~ Copyright © 2017-2018 AT&T Intellectual Property.\r
4   ~\r
5   ~ Licensed under the Apache License, Version 2.0 (the "License");\r
6   ~ you may not use this file except in compliance with the License.\r
7   ~ You may obtain a copy of the License at\r
8   ~\r
9   ~     http://www.apache.org/licenses/LICENSE-2.0\r
10   ~\r
11   ~ Unless required by applicable law or agreed to in writing, software\r
12   ~ distributed under the License is distributed on an "AS IS" BASIS,\r
13   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14   ~ See the License for the specific language governing permissions and\r
15   ~ limitations under the License.\r
16   -->\r
17 \r
18 <project\r
19   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"\r
20   xmlns="http://maven.apache.org/POM/4.0.0"\r
21   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
22     <modelVersion>4.0.0</modelVersion>\r
23     <parent>\r
24         <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>\r
25         <artifactId>parent</artifactId>\r
26         <version>0.4.0-SNAPSHOT</version>\r
27         <relativePath>../parent</relativePath>\r
28     </parent>\r
29     <artifactId>modules</artifactId>\r
30     <name>Controller Blueprints Modules</name>\r
31     <packaging>pom</packaging>\r
32 \r
33     <modules>\r
34         <module>service</module>\r
35         <module>blueprint-validation</module>\r
36         <module>db-resources</module>\r
37     </modules>\r
38 \r
39     <build>\r
40         <plugins>\r
41             <plugin>\r
42                 <artifactId>maven-compiler-plugin</artifactId>\r
43                 <version>3.1</version>\r
44                 <configuration>\r
45                     <!-- <skip>${skip.compile}</skip>-->\r
46                     <source>1.8</source>\r
47                     <target>1.8</target>\r
48                 </configuration>\r
49             </plugin>\r
50         </plugins>\r
51     </build>\r
52 \r
53 </project>\r
54 \r