[VERSION] Change version to snapshot
[sdnc/northbound.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         <parent>
5                 <groupId>org.openecomp.sdnc.core</groupId>
6                 <artifactId>root</artifactId>
7                 <version>1.0.0-SNAPSHOT</version>
8         </parent>
9
10         <modelVersion>4.0.0</modelVersion>
11         <packaging>pom</packaging>
12         <groupId>org.openecomp.sdnc.northbound</groupId>
13         <artifactId>sdnc-northbound</artifactId>
14
15         <name>SDN-C Northbound APIs</name>
16         <url>https://wiki.openecomp.org</url>
17         <description>The SDN-C Northbound APIs repo contains code for northbound API adaptors, typically MD-SAL applications</description>
18
19
20         <issueManagement>
21                 <system>JIRA</system>
22                 <url>https://jira.openecomp.org/</url>
23         </issueManagement>
24
25
26         <scm>
27                 <connection>scm:git:ssh://git@${openecomp.git.host}/sdnc-northbound.git</connection>
28
29                 <developerConnection>scm:git:ssh://${openecomp.git.host}:${openecomp.git.port}/${openecomp.git.project}/sdnc-northbound.git</developerConnection>
30                 <url>${openecomp.git.protocol}://${openecomp.git.host}/projects/${openecomp.git.project}/repos/sdnc-northbound/browse</url>
31   </scm>
32
33         <ciManagement>
34                 <system>Jenkins</system>
35                 <url>https://jenkins.openecomp.org/</url>
36         </ciManagement>
37
38     <distributionManagement>
39         <site>
40           <id>sdnc-javadoc</id>
41           <url>dav:https://${openecomp.nexus.host}:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url>
42         </site>
43     </distributionManagement>
44
45         <build>
46                 <plugins>
47                         <!-- Blackduck plugin breaks release build
48                         <plugin>
49                                 <groupId>com.blackducksoftware.integration</groupId>
50                                 <artifactId>hub-maven-plugin</artifactId>
51                                 <version>1.4.0</version>
52                                 <inherited>false</inherited>
53                                 <configuration>
54                                         <hubProjectName>${project.name}</hubProjectName>
55                                         <outputDirectory>${project.basedir}</outputDirectory>
56                                 </configuration>
57                                 <executions>
58                                         <execution>
59                                                 <id>create-bdio-file</id>
60                                                 <phase>package</phase>
61                                                 <goals>
62                                                         <goal>createHubOutput</goal>
63                                                 </goals>
64                                         </execution>
65                                 </executions>
66                         </plugin>
67                         -->
68             <plugin>
69                                 <groupId>org.apache.maven.plugins</groupId>
70                                 <artifactId>maven-surefire-plugin</artifactId>
71                                 <version>2.17</version>
72                                 <configuration>
73                                         <skipTests>true</skipTests>
74                                 </configuration>
75                         </plugin>
76                 </plugins>
77
78         </build>
79         <modules>
80                 <module>asdcApi</module>
81                 <module>dataChange</module>
82                 <!-- <module>ueb-listener</module> -->
83                 <module>vnfapi</module>
84                 <module>vnftools</module>
85   </modules>
86         <organization>
87                 <name>AT&amp;T</name>
88         </organization>
89         <version>1.0.0-SNAPSHOT</version>
90
91
92 </project>