Replacing att.com namespace
[dmaap/datarouter.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5694cb7..e6dd36c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
   *\r
 -->\r
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.onap.dmaap.datarouter</groupId>\r
-  <artifactId>parent</artifactId>\r
-  <name>dmaap-datarouter</name>\r
-  <version>1.0.1-SNAPSHOT</version>\r
-  <packaging>pom</packaging>\r
-  <url>https://github.com/att/DMAAP_DATAROUTER</url>\r
\r
-  \r
-  <parent>\r
-       <groupId>org.onap.oparent</groupId>\r
-       <artifactId>oparent</artifactId>\r
-       <version>0.1.1</version>\r
-  </parent>\r
-       \r
-  <properties>\r
-  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
-               <maven.compiler.source>1.8</maven.compiler.source>\r
-               <maven.compiler.target>1.8</maven.compiler.target>\r
-               <sonar.language>java</sonar.language>\r
-                       <sonar.skip>false</sonar.skip>\r
-               <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>\r
-               <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>\r
-               <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>\r
-               <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>\r
-               <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>\r
-               <sonar.projectVersion>${project.version}</sonar.projectVersion>\r
-               <nexusproxy>https://nexus.onap.org</nexusproxy>\r
-               <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
-               <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
-               <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
-               <sitePath>/content/sites/site/org/onap/datarouter/${project.artifactId}/${project.version}</sitePath>\r
-       </properties>\r
-       \r
-       \r
-  <modules>\r
-  <module>datarouter-prov</module>\r
-  <module>datarouter-node</module>\r
-  </modules>\r
-  \r
-  <build>\r
-  <plugins>\r
-  <plugin>\r
-               <groupId>org.sonatype.plugins</groupId>\r
-               <artifactId>nexus-staging-maven-plugin</artifactId>\r
-               <version>1.6.7</version>\r
-               <extensions>true</extensions>\r
-                       <configuration>\r
-                               <nexusUrl>${nexusproxy}</nexusUrl>\r
-                               <stagingProfileId>176c31dfe190a</stagingProfileId>\r
-                               <serverId>ecomp-staging</serverId>\r
-                       </configuration>\r
-       </plugin>\r
-       \r
-       <plugin>\r
-                               <groupId>org.sonatype.plugins</groupId>\r
-                               <artifactId>nexus-staging-maven-plugin</artifactId>\r
-                               <version>1.6.7</version>\r
-                               <extensions>true</extensions>\r
-                               <configuration>\r
-                                       <nexusUrl>${nexusproxy}</nexusUrl>\r
-                                       <stagingProfileId>176c31dfe190a</stagingProfileId>\r
-                                       <serverId>ecomp-staging</serverId>\r
-                               </configuration>\r
-                       </plugin>\r
-                       \r
-                       <plugin>\r
-          <groupId>org.jacoco</groupId>\r
-          <artifactId>jacoco-maven-plugin</artifactId>\r
-          <version>${jacoco.version}</version>\r
-          <configuration>\r
-            <excludes>\r
-              <exclude>**/gen/**</exclude>\r
-              <exclude>**/generated-sources/**</exclude>\r
-              <exclude>**/yang-gen/**</exclude>\r
-              <exclude>**/pax/**</exclude>\r
-            </excludes>\r
-          </configuration>\r
-          <executions>\r
-\r
-            <execution>\r
-              <id>pre-unit-test</id>\r
-              <goals>\r
-                <goal>prepare-agent</goal>\r
-              </goals>\r
-              <configuration>\r
-                <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>\r
-                <propertyName>surefireArgLine</propertyName>\r
-              </configuration>\r
-            </execution>\r
-            \r
-       \r
-            <execution>\r
-              <id>post-unit-test</id>\r
-              <phase>test</phase>\r
-              <goals>\r
-                <goal>report</goal>\r
-              </goals>\r
-              <configuration>\r
-                <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>\r
-                <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>\r
-              </configuration>\r
-            </execution>\r
-            <execution>\r
-              <id>pre-integration-test</id>\r
-              <phase>pre-integration-test</phase>\r
-              <goals>\r
-                <goal>prepare-agent</goal>\r
-              </goals>\r
-              <configuration>\r
-                <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>\r
-\r
-                <propertyName>failsafeArgLine</propertyName>\r
-              </configuration>\r
-            </execution>\r
-\r
-       \r
-            <execution>\r
-              <id>post-integration-test</id>\r
-              <phase>post-integration-test</phase>\r
-              <goals>\r
-                <goal>report</goal>\r
-              </goals>\r
-              <configuration>\r
-                <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>\r
-                <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>\r
-              </configuration>\r
-            </execution>\r
-          </executions>\r
-        </plugin>\r
-       </plugins>\r
-  </build>\r
- <distributionManagement>\r
-               <repository>\r
-                       <id>ecomp-releases</id>\r
-                       <name>DR Release Repository</name>\r
-                       <url>${nexusproxy}${releaseNexusPath}</url>\r
-               </repository>\r
-               <snapshotRepository>\r
-                       <id>ecomp-snapshots</id>\r
-                       <name>DR Snapshot Repository</name>\r
-                       <url>${nexusproxy}${snapshotNexusPath}</url>\r
-               </snapshotRepository>\r
-               <site>\r
-                       <id>ecomp-site</id>\r
-                       <url>dav:${nexusproxy}${sitePath}</url>\r
-               </site>\r
-       </distributionManagement>\r
+<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">\r
+    <modelVersion>4.0.0</modelVersion>\r
+    <groupId>org.onap.dmaap.datarouter</groupId>\r
+    <artifactId>parent</artifactId>\r
+    <name>dmaap-datarouter</name>\r
+    <version>1.0.1-SNAPSHOT</version>\r
+    <packaging>pom</packaging>\r
+    <url>https://github.com/att/DMAAP_DATAROUTER</url>\r
+    <parent>\r
+        <groupId>org.onap.oparent</groupId>\r
+        <artifactId>oparent</artifactId>\r
+        <version>0.1.1</version>\r
+    </parent>\r
+    <properties>\r
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
+        <maven.compiler.source>1.8</maven.compiler.source>\r
+        <maven.compiler.target>1.8</maven.compiler.target>\r
+        <sonar.language>java</sonar.language>\r
+        <sonar.skip>false</sonar.skip>\r
+        <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>\r
+        <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>\r
+        <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>\r
+        <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>\r
+        <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>\r
+        <sonar.projectVersion>${project.version}</sonar.projectVersion>\r
+        <nexusproxy>https://nexus.onap.org</nexusproxy>\r
+        <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
+        <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
+        <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
+        <sitePath>/content/sites/site/org/onap/dmaap/datarouter/${project.artifactId}/${project.version}</sitePath>\r
+    </properties>\r
+    <modules>\r
+        <module>datarouter-prov</module>\r
+        <module>datarouter-node</module>\r
+    </modules>\r
+    <build>\r
+        <plugins>\r
+            <plugin>\r
+                <groupId>org.sonatype.plugins</groupId>\r
+                <artifactId>nexus-staging-maven-plugin</artifactId>\r
+                <version>1.6.7</version>\r
+                <extensions>true</extensions>\r
+                <configuration>\r
+                    <nexusUrl>${nexusproxy}</nexusUrl>\r
+                    <stagingProfileId>176c31dfe190a</stagingProfileId>\r
+                    <serverId>ecomp-staging</serverId>\r
+                </configuration>\r
+            </plugin>\r
+            <plugin>\r
+                <groupId>org.sonatype.plugins</groupId>\r
+                <artifactId>nexus-staging-maven-plugin</artifactId>\r
+                <version>1.6.7</version>\r
+                <extensions>true</extensions>\r
+                <configuration>\r
+                    <nexusUrl>${nexusproxy}</nexusUrl>\r
+                    <stagingProfileId>176c31dfe190a</stagingProfileId>\r
+                    <serverId>ecomp-staging</serverId>\r
+                </configuration>\r
+            </plugin>\r
+            <plugin>\r
+                <groupId>org.jacoco</groupId>\r
+                <artifactId>jacoco-maven-plugin</artifactId>\r
+                <version>${jacoco.version}</version>\r
+                <configuration>\r
+                    <excludes>\r
+                        <exclude>**/gen/**</exclude>\r
+                        <exclude>**/generated-sources/**</exclude>\r
+                        <exclude>**/yang-gen/**</exclude>\r
+                        <exclude>**/pax/**</exclude>\r
+                    </excludes>\r
+                </configuration>\r
+                <executions>\r
+                    <execution>\r
+                        <id>pre-unit-test</id>\r
+                        <goals>\r
+                            <goal>prepare-agent</goal>\r
+                        </goals>\r
+                        <configuration>\r
+                            <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>\r
+                            <propertyName>surefireArgLine</propertyName>\r
+                        </configuration>\r
+                    </execution>\r
+                    <execution>\r
+                        <id>post-unit-test</id>\r
+                        <phase>test</phase>\r
+                        <goals>\r
+                            <goal>report</goal>\r
+                        </goals>\r
+                        <configuration>\r
+                            <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>\r
+                            <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>\r
+                        </configuration>\r
+                    </execution>\r
+                    <execution>\r
+                        <id>pre-integration-test</id>\r
+                        <phase>pre-integration-test</phase>\r
+                        <goals>\r
+                            <goal>prepare-agent</goal>\r
+                        </goals>\r
+                        <configuration>\r
+                            <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>\r
+                            <propertyName>failsafeArgLine</propertyName>\r
+                        </configuration>\r
+                    </execution>\r
+                    <execution>\r
+                        <id>post-integration-test</id>\r
+                        <phase>post-integration-test</phase>\r
+                        <goals>\r
+                            <goal>report</goal>\r
+                        </goals>\r
+                        <configuration>\r
+                            <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>\r
+                            <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>\r
+                        </configuration>\r
+                    </execution>\r
+                </executions>\r
+            </plugin>\r
+        </plugins>\r
+    </build>\r
+    <distributionManagement>\r
+        <repository>\r
+            <id>ecomp-releases</id>\r
+            <name>DR Release Repository</name>\r
+            <url>${nexusproxy}${releaseNexusPath}</url>\r
+        </repository>\r
+        <snapshotRepository>\r
+            <id>ecomp-snapshots</id>\r
+            <name>DR Snapshot Repository</name>\r
+            <url>${nexusproxy}${snapshotNexusPath}</url>\r
+        </snapshotRepository>\r
+        <site>\r
+            <id>ecomp-site</id>\r
+            <url>dav:${nexusproxy}${sitePath}</url>\r
+        </site>\r
+    </distributionManagement>\r
     <pluginRepositories>\r
         <pluginRepository>\r
             <id>onap-plugin-snapshots</id>\r
             <url>https://nexus.onap.org/content/repositories/snapshots/</url>\r
         </pluginRepository>\r
     </pluginRepositories>\r
-  \r
-</project>\r
+</project>
\ No newline at end of file