update pom to 1.3.2-1
[sdc/dcae-d/dt-be-main.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" 
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5     <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
6     <artifactId>dcae_dt_be_main</artifactId>
7     <version>1.3.2-1-SNAPSHOT</version>
8     <packaging>pom</packaging>
9     <name>dcae-d dt-be-main</name>
10
11     <parent>
12         <groupId>org.onap.oparent</groupId>
13         <artifactId>oparent</artifactId>
14         <version>2.0.0</version>
15         <relativePath/>
16     </parent>
17
18     <properties>
19         <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
20         <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
21         <docker.latest.tag>${project.version}-latest</docker.latest.tag>
22         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24         <java.version>1.8</java.version>
25         <nexus.proxy>https://nexus.onap.org</nexus.proxy>
26         <maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
27         <springboot.version>1.5.9.RELEASE</springboot.version>
28         <org.springframework.version>5.1.9.RELEASE</org.springframework.version>
29         <staging.profile.id>176c31dfe190a</staging.profile.id>
30         <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
31         <sonar.branch>${project.version}</sonar.branch>
32     </properties>
33
34     <dependencyManagement>
35         <dependencies>
36             <dependency>
37                 <groupId>org.springframework.boot</groupId>
38                 <artifactId>spring-boot-starter-parent</artifactId>
39                 <version>${springboot.version}</version>
40                 <scope>import</scope>
41                 <type>pom</type>
42             </dependency>
43         </dependencies>
44     </dependencyManagement>
45
46     <dependencies>
47         <dependency>
48             <groupId>org.onap.sdc.dcae-d.dt-be-property</groupId>
49             <artifactId>DCAE-DT-PROPERTY</artifactId>
50             <version>1.3.1</version>
51             <exclusions>
52                 <exclusion>
53                     <groupId>org.slf4j</groupId>
54                     <artifactId>slf4j-api</artifactId>
55                 </exclusion>
56                 <exclusion>
57                     <groupId>org.slf4j</groupId>
58                     <artifactId>log4j-over-slf4j</artifactId>
59                 </exclusion>
60                 <exclusion>
61                     <groupId>log4j</groupId>
62                     <artifactId>log4j</artifactId>
63                 </exclusion>
64             </exclusions>
65         </dependency>
66     </dependencies>
67
68
69     <build>
70         <plugins>
71             <plugin>
72                 <artifactId>maven-checkstyle-plugin</artifactId>
73                 <version>${maven-checkstyle-plugin.version}</version>
74                 <configuration>
75                     <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
76                     <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
77                 </configuration>
78             </plugin>
79             <plugin>
80                 <groupId>org.jacoco</groupId>
81                 <artifactId>jacoco-maven-plugin</artifactId>
82                 <version>0.7.9</version>
83                 <executions>
84                     <execution>
85                         <id>default-prepare-agent</id>
86                         <goals>
87                             <goal>prepare-agent</goal>
88                         </goals>
89                     </execution>
90                     <execution>
91                         <id>default-report</id>
92                         <goals>
93                             <goal>report</goal>
94                         </goals>
95                     </execution>
96                 </executions>
97             </plugin>
98             <!-- Site Plugin -->
99             <plugin>
100                 <groupId>org.apache.maven.plugins</groupId>
101                 <artifactId>maven-site-plugin</artifactId>
102                 <version>3.4</version>
103                 <dependencies>
104                     <dependency>
105                         <groupId>org.apache.maven.wagon</groupId>
106                         <artifactId>wagon-webdav-jackrabbit</artifactId>
107                         <version>2.10</version>
108                     </dependency>
109                 </dependencies>
110             </plugin>
111             <plugin>
112                 <groupId>org.codehaus.mojo</groupId>
113                 <artifactId>build-helper-maven-plugin</artifactId>
114                 <version>1.8</version>
115                 <executions>
116                     <execution>
117                         <id>parse-version</id>
118                         <goals>
119                             <goal>parse-version</goal>
120                         </goals>
121                     </execution>
122                 </executions>
123             </plugin>
124             <plugin>
125                 <groupId>org.apache.maven.plugins</groupId>
126                 <artifactId>maven-compiler-plugin</artifactId>
127                 <configuration>
128                     <source>1.8</source>
129                     <target>1.8</target>
130                 </configuration>
131             </plugin>
132         </plugins>
133     </build>
134
135     <profiles>
136         <profile>
137             <id>all</id>
138             <activation>
139                 <activeByDefault>true</activeByDefault>
140             </activation>
141             <modules>
142                 <module>dcaedt_validator</module>
143                 <module>dcaedt_catalog</module>
144                 <module>dcaedt_be</module>
145                 <module>dcaedt_tools</module>
146             </modules>
147         </profile>
148     </profiles>
149
150     <repositories>
151         <!-- LF repositories -->
152         <repository>
153             <id>ecomp-releases</id>
154             <name>Release Repository</name>
155             <url>${nexus.proxy}/content/repositories/releases/</url>
156         </repository>
157         <repository>
158             <id>ecomp-snapshots</id>
159             <name>Snapshots Repository</name>
160             <url>${nexus.proxy}/content/repositories/snapshots/</url>
161         </repository>
162         <repository>
163             <id>ecomp-public</id>
164             <name>Public Repository</name>
165             <url>${nexus.proxy}/content/repositories/public/</url>
166         </repository>
167         <!-- LF repositories END-->
168     </repositories>
169
170     <distributionManagement>
171         <repository>
172             <id>ecomp-releases</id>
173             <name>Release Repository</name>
174             <url>${nexus.proxy}/content/repositories/releases/</url>
175         </repository>
176         <snapshotRepository>
177             <id>ecomp-snapshots</id>
178             <name>Snapshot Repository</name>
179             <url>${nexus.proxy}/content/repositories/snapshots/</url>
180         </snapshotRepository>
181         <site>
182             <id>ecomp-site</id>
183             <url>dav:${nexus.proxy}${sitePath}</url>
184         </site>
185     </distributionManagement>
186 </project>