Roll to initial Dublin version
[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     </modules>\r
36 \r
37     <build>\r
38         <plugins>\r
39             <plugin>\r
40                 <artifactId>maven-compiler-plugin</artifactId>\r
41                 <version>3.1</version>\r
42                 <configuration>\r
43                     <!-- <skip>${skip.compile}</skip>-->\r
44                     <source>1.8</source>\r
45                     <target>1.8</target>\r
46                 </configuration>\r
47             </plugin>\r
48         </plugins>\r
49     </build>\r
50 \r
51 </project>\r
52 \r