Revert package name changes
[dmaap/messagerouter/mirroragent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1cb4120..cc1cb45 100644 (file)
--- 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>
 
                                                <manifest>
                                                        <addClasspath>true</addClasspath>
-                                                       <mainClass>org.onap.dmaap.messagerouter.mirroragent.nsa.dmaapMMAgent.MirrorMakerAgent</mainClass>
+                                                       <mainClass>com.att.nsa.dmaapMMAgent.MirrorMakerAgent</mainClass>
                                                </manifest>
                                        </archive>
                                </configuration>
                                        </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>