summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-08-31 10:55:18 -0500
committerVarun Gudisena <vg411h@att.com>2017-08-31 10:55:26 -0500
commit5be3b78cd2fdef0aa053107d4c936878dbf35c75 (patch)
treec04475cb0fee61f082e8ad9695031e4aed85caa1 /pom.xml
parent2b4d7eb39b0ceb182467d564ab457a61ce873ed3 (diff)
Revert package name changes
Reverted package name changes to avoid any potential issues. Renamed maven group id only. Issue-id: DMAAP-74 Change-Id: Iba0602915e28e14e018aa7b8e8261668135b5410 Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 1 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index 1cb4120..cc1cb45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,6 @@
<name>dmaapMMAgent</name>
<description>Mirror Maker Agent - Repliaction agent</description>
- <url>https://github.com/att/dmaap-framework</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -131,7 +130,7 @@
<manifest>
<addClasspath>true</addClasspath>
- <mainClass>org.onap.dmaap.messagerouter.mirroragent.nsa.dmaapMMAgent.MirrorMakerAgent</mainClass>
+ <mainClass>com.att.nsa.dmaapMMAgent.MirrorMakerAgent</mainClass>
</manifest>
</archive>
</configuration>
@@ -146,20 +145,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>1.5</version>
- <executions>
- <execution>
- <id>sign-artifacts</id>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>