removing grooving from of.ctl.pom
diff --git a/of/ctl/pom.xml b/of/ctl/pom.xml
index 8142bc9..136678d 100644
--- a/of/ctl/pom.xml
+++ b/of/ctl/pom.xml
@@ -112,28 +112,6 @@
                 <artifactId>maven-scr-plugin</artifactId>
             </plugin>
 
-            <plugin>
-                <!-- Using groovy script to set maven property ${hostname}.
-                     This is a workaround to get hostname as a property inside pom file,
-                     which current Maven does not provide. -->
-                <groupId>org.codehaus.gmaven</groupId>
-                <artifactId>groovy-maven-plugin</artifactId>
-                <version>2.0</version>
-                <executions>
-                    <execution>
-                        <phase>initialize</phase>
-                        <goals>
-                            <goal>execute</goal>
-                        </goals>
-                        <configuration>
-                            <source>
-                                project.properties["hostname"] =
-                                InetAddress.getLocalHost().getHostName()
-                            </source>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>