8e9d10b60ea35070fd0cc93894b10fbae3997db5
[ccsdk/sli/core.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4         <modelVersion>4.0.0</modelVersion>
5         <packaging>pom</packaging>
6         <groupId>org.onap.ccsdk.sli.core</groupId>
7         <artifactId>sdnc-core</artifactId>
8
9         <name>SDN-C Core Components</name>
10         <url>https://wiki.onap.org</url>
11         <description>The SDN-C core components contains the SLI, dblib and root pom</description>
12
13         <parent>
14                 <groupId>org.onap.ccsdk.parent</groupId>
15                 <artifactId>odlparent-boron-sr3</artifactId>
16                 <version>0.0.1-SNAPSHOT</version>
17         </parent>
18
19         <issueManagement>
20                 <system>JIRA</system>
21                 <url>http://jira.onap.org/</url>
22         </issueManagement>
23
24
25         <scm>
26                 <connection>scm:git:ssh://git@${onap.git.host}/sdnc-code.git</connection>
27                 <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-core.git</developerConnection>
28                 <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-core/browse</url>
29                 <tag>sdnc-core-1.1.0</tag>
30         </scm>
31
32         <ciManagement>
33                 <system>Jenkins</system>
34                 <url>https://jenkins.onap.org/</url>
35         </ciManagement>
36
37
38         <distributionManagement>
39                 <repository>
40                         <id>ecomp-releases</id>
41                         <name>onap-repository-releases</name>
42                         <url>${onap.nexus.release-url}</url>
43                 </repository>
44                 <snapshotRepository>
45                         <id>ecomp-snapshots</id>
46                         <name>onap-repository-snapshots</name>
47                         <url>${onap.nexus.snapshot-url}</url>
48                 </snapshotRepository>
49                 <site>
50                         <id>ecomp-site</id>
51                         <url>dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/core/${project.artifactId}/${project.version}</url>
52                 </site>
53         </distributionManagement>
54
55
56         <profiles>
57                 <profile>
58                         <id>blackduck</id>
59                         <activation>
60                                 <property>
61                                         <name>blackduck-scan</name>
62                                 </property>
63                         </activation>
64                         <build>
65                                         <plugins>
66                                                 <plugin>
67                                                         <groupId>com.blackducksoftware.integration</groupId>
68                                                         <artifactId>hub-maven-plugin</artifactId>
69                                                         <version>1.4.0</version>
70                                                         <inherited>false</inherited>
71                                                         <configuration>
72                                                                 <hubProjectName>${project.name}</hubProjectName>
73                                                                 <outputDirectory>${project.basedir}</outputDirectory>
74                                                         </configuration>
75                                                         <executions>
76                                                                 <execution>
77                                                                         <id>create-bdio-file</id>
78                                                                         <phase>package</phase>
79                                                                         <goals>
80                                                                                 <goal>createHubOutput</goal>
81                                                                         </goals>
82                                                                 </execution>
83                                                         </executions>
84                                                 </plugin>
85                                         </plugins>
86
87
88
89                         </build>
90
91                 </profile>
92
93         </profiles>
94
95         <build>
96                 <plugins>
97                         <!-- license plugin -->
98
99                         <plugin>
100
101                                 <groupId>org.codehaus.mojo</groupId>
102
103                                 <artifactId>license-maven-plugin</artifactId>
104
105                                 <version>1.10</version>
106
107                                 <configuration>
108
109                                         <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
110
111                                         <processStartTag>============LICENSE_START=======================================================</processStartTag>
112
113                                         <processEndTag>============LICENSE_END=========================================================</processEndTag>
114
115                                         <sectionDelimiter>================================================================================</sectionDelimiter>
116
117                                         <licenseName>apache_v2</licenseName>
118
119                                         <inceptionYear>2017</inceptionYear>
120
121                                         <organizationName>AT&amp;T Intellectual Property. All rights
122                                                 reserved.</organizationName>
123
124                                         <projectName>openECOMP : SDN-C</projectName>
125
126                                         <canUpdateCopyright>true</canUpdateCopyright>
127
128                                         <canUpdateDescription>true</canUpdateDescription>
129
130                                         <canUpdateLicense>true</canUpdateLicense>
131
132                                         <emptyLineAfterHeader>true</emptyLineAfterHeader>
133
134                                 </configuration>
135
136                                 <executions>
137
138                                         <execution>
139
140                                                 <id>first</id>
141
142                                                 <goals>
143
144                                                         <goal>update-file-header</goal>
145
146                                                 </goals>
147
148                                                 <phase>process-sources</phase>
149
150                                         </execution>
151
152                                 </executions>
153
154                         </plugin>
155
156
157                         <plugin>
158                                 <groupId>org.apache.maven.plugins</groupId>
159                                 <artifactId>maven-surefire-plugin</artifactId>
160                                 <version>2.17</version>
161                                 <configuration>
162                                         <skipTests>true</skipTests>
163                                 </configuration>
164                         </plugin>
165                         <plugin>
166                                 <groupId>org.sonatype.plugins</groupId>
167                                 <artifactId>nexus-staging-maven-plugin</artifactId>
168                                 <version>1.6.7</version>
169                                 <extensions>true</extensions>
170                                 <configuration>
171                                         <nexusUrl>https://${onap.nexus.host}</nexusUrl>
172                                         <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId>
173                                         <serverId>${onap.nexus.staging.server-id}</serverId>
174                                 </configuration>
175                         </plugin>
176
177                 </plugins>
178
179         </build>
180         <modules>
181                 <module>dblib</module>
182                 <module>sli</module>
183                 <module>filters</module>
184                 <module>sliPluginUtils</module>
185                 <module>sliapi</module>
186         </modules>
187         <organization>
188                 <name>OpenECOMP</name>
189         </organization>
190         <version>0.0.1-SNAPSHOT</version>
191
192
193 </project>