Merge "Cleanup project's name in Sonar"
[dmaap/datarouter.git] / pom.xml
1 <!--\r
2   ============LICENSE_START==================================================\r
3   * org.onap.dmaap\r
4   * ===========================================================================\r
5   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
6   * ===========================================================================\r
7   * Licensed under the Apache License, Version 2.0 (the "License");\r
8   * you may not use this file except in compliance with the License.\r
9   * You may obtain a copy of the License at\r
10   * \r
11    *      http://www.apache.org/licenses/LICENSE-2.0\r
12   * \r
13    * Unless required by applicable law or agreed to in writing, software\r
14   * distributed under the License is distributed on an "AS IS" BASIS,\r
15   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16   * See the License for the specific language governing permissions and\r
17   * limitations under the License.\r
18   * ============LICENSE_END====================================================\r
19   *\r
20   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
21   *\r
22 -->\r
23 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
24          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
25   <modelVersion>4.0.0</modelVersion>\r
26   <groupId>org.onap.dmaap.datarouter</groupId>\r
27   <artifactId>parent</artifactId>\r
28   <name>dmaap-datarouter</name>\r
29   <version>1.0.0-SNAPSHOT</version>\r
30   <packaging>pom</packaging>\r
31   <url>https://github.com/att/DMAAP_DATAROUTER</url>\r
32     <licenses>\r
33                 <license>\r
34                 <name>BSD License</name>\r
35                 <url> </url>\r
36                 </license>\r
37         </licenses>\r
38   \r
39   <parent>\r
40         <groupId>org.onap.oparent</groupId>\r
41         <artifactId>oparent</artifactId>\r
42         <version>1.0.0-SNAPSHOT</version>\r
43   </parent>\r
44         \r
45   <properties>\r
46   <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
47                 <maven.compiler.source>1.8</maven.compiler.source>\r
48                 <maven.compiler.target>1.8</maven.compiler.target>\r
49                 <nexusproxy>https://nexus.onap.org</nexusproxy>\r
50                 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
51                 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
52                 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
53                 <sitePath>/content/sites/site/org/onap/datarouter/${project.artifactId}/${project.version}</sitePath>\r
54         </properties>\r
55         \r
56         \r
57   <modules>\r
58   <module>datarouter-prov</module>\r
59   <module>datarouter-node</module>\r
60   </modules>\r
61   \r
62   <build>\r
63   <plugins>\r
64   <plugin>\r
65                 <groupId>org.sonatype.plugins</groupId>\r
66                 <artifactId>nexus-staging-maven-plugin</artifactId>\r
67                 <version>1.6.7</version>\r
68                 <extensions>true</extensions>\r
69                         <configuration>\r
70                                 <nexusUrl>${nexusproxy}</nexusUrl>\r
71                                 <stagingProfileId>176c31dfe190a</stagingProfileId>\r
72                                 <serverId>ecomp-staging</serverId>\r
73                         </configuration>\r
74         </plugin>\r
75         </plugins>\r
76   </build>\r
77  <distributionManagement>\r
78                 <repository>\r
79                         <id>ecomp-releases</id>\r
80                         <name>AAF Release Repository</name>\r
81                         <url>${nexusproxy}${releaseNexusPath}</url>\r
82                 </repository>\r
83                 <snapshotRepository>\r
84                         <id>ecomp-snapshots</id>\r
85                         <name>AAF Snapshot Repository</name>\r
86                         <url>${nexusproxy}${snapshotNexusPath}</url>\r
87                 </snapshotRepository>\r
88                 <site>\r
89                         <id>ecomp-site</id>\r
90                         <url>dav:${nexusproxy}${sitePath}</url>\r
91                 </site>\r
92         </distributionManagement>\r
93     <pluginRepositories>\r
94         <pluginRepository>\r
95             <id>onap-plugin-snapshots</id>\r
96             <url>https://nexus.onap.org/content/repositories/snapshots/</url>\r
97         </pluginRepository>\r
98     </pluginRepositories>\r
99         \r
100 <repositories>\r
101                 <repository>\r
102                         <id>central</id>\r
103                         <name>Maven 2 repository 2</name>\r
104                         <url>http://repo2.maven.org/maven2/</url>\r
105                 </repository>\r
106                 <repository>\r
107             <id>onap-jar-snapshots</id>\r
108             <url>https://nexus.onap.org/content/repositories/snapshots</url>\r
109         </repository>\r
110                 <repository>\r
111                         <id>spring-repo</id>\r
112                         <name>Spring repo</name>\r
113                         <url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>\r
114                 </repository>\r
115                 <repository>\r
116                         <id>repository.jboss.org-public</id>\r
117                         <name>JBoss.org Maven repository</name>\r
118                         <url>https://repository.jboss.org/nexus/content/groups/public</url>\r
119                 </repository>\r
120         </repositories>  \r
121 </project>\r