diff options
author | Varun Gudisena <vg411h@att.com> | 2017-08-31 10:55:18 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-08-31 10:55:26 -0500 |
commit | 5be3b78cd2fdef0aa053107d4c936878dbf35c75 (patch) | |
tree | c04475cb0fee61f082e8ad9695031e4aed85caa1 /pom.xml | |
parent | 2b4d7eb39b0ceb182467d564ab457a61ce873ed3 (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.xml | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -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> |