Populate seed code
[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.openecomp.sdnc.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                 <site>
40                         <id>ecomp-site</id>
41                         <url>dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/core/${project.artifactId}/${project.version}</url>
42                 </site>
43         </distributionManagement>
44
45
46         <profiles>
47                 <profile>
48                         <id>blackduck</id>
49                         <activation>
50                                 <property>
51                                         <name>blackduck-scan</name>
52                                 </property>
53                         </activation>
54                         <build>
55                                         <plugins>
56                                                 <plugin>
57                                                         <groupId>com.blackducksoftware.integration</groupId>
58                                                         <artifactId>hub-maven-plugin</artifactId>
59                                                         <version>1.4.0</version>
60                                                         <inherited>false</inherited>
61                                                         <configuration>
62                                                                 <hubProjectName>${project.name}</hubProjectName>
63                                                                 <outputDirectory>${project.basedir}</outputDirectory>
64                                                         </configuration>
65                                                         <executions>
66                                                                 <execution>
67                                                                         <id>create-bdio-file</id>
68                                                                         <phase>package</phase>
69                                                                         <goals>
70                                                                                 <goal>createHubOutput</goal>
71                                                                         </goals>
72                                                                 </execution>
73                                                         </executions>
74                                                 </plugin>
75                                         </plugins>
76
77
78
79                         </build>
80
81                 </profile>
82
83         </profiles>
84
85         <build>
86                 <plugins>
87                         <!-- license plugin -->
88
89                         <plugin>
90
91                                 <groupId>org.codehaus.mojo</groupId>
92
93                                 <artifactId>license-maven-plugin</artifactId>
94
95                                 <version>1.10</version>
96
97                                 <configuration>
98
99                                         <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
100
101                                         <processStartTag>============LICENSE_START=======================================================</processStartTag>
102
103                                         <processEndTag>============LICENSE_END=========================================================</processEndTag>
104
105                                         <sectionDelimiter>================================================================================</sectionDelimiter>
106
107                                         <licenseName>apache_v2</licenseName>
108
109                                         <inceptionYear>2017</inceptionYear>
110
111                                         <organizationName>AT&amp;T Intellectual Property. All rights
112                                                 reserved.</organizationName>
113
114                                         <projectName>openECOMP : SDN-C</projectName>
115
116                                         <canUpdateCopyright>true</canUpdateCopyright>
117
118                                         <canUpdateDescription>true</canUpdateDescription>
119
120                                         <canUpdateLicense>true</canUpdateLicense>
121
122                                         <emptyLineAfterHeader>true</emptyLineAfterHeader>
123
124                                 </configuration>
125
126                                 <executions>
127
128                                         <execution>
129
130                                                 <id>first</id>
131
132                                                 <goals>
133
134                                                         <goal>update-file-header</goal>
135
136                                                 </goals>
137
138                                                 <phase>process-sources</phase>
139
140                                         </execution>
141
142                                 </executions>
143
144                         </plugin>
145
146
147                         <plugin>
148                                 <groupId>org.apache.maven.plugins</groupId>
149                                 <artifactId>maven-surefire-plugin</artifactId>
150                                 <version>2.17</version>
151                                 <configuration>
152                                         <skipTests>true</skipTests>
153                                 </configuration>
154                         </plugin>
155                         <plugin>
156                                 <groupId>org.sonatype.plugins</groupId>
157                                 <artifactId>nexus-staging-maven-plugin</artifactId>
158                                 <version>1.6.7</version>
159                                 <extensions>true</extensions>
160                                 <configuration>
161                                         <nexusUrl>https://${onap.nexus.host}</nexusUrl>
162                                         <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId>
163                                         <serverId>${onap.nexus.staging.server-id}</serverId>
164                                 </configuration>
165                         </plugin>
166
167                 </plugins>
168
169         </build>
170         <modules>
171                 <module>dblib</module>
172                 <module>sli</module>
173                 <module>filters</module>
174                 <module>sliPluginUtils</module>
175                 <module>sliapi</module>
176         </modules>
177         <organization>
178                 <name>OpenECOMP</name>
179         </organization>
180         <version>0.0.1-SNAPSHOT</version>
181
182
183 </project>