Define mvn() function only once

Change-Id: I97e3813b1145f35cc5daa232cbe1f0674f3f89fc
diff --git a/tools/maven/mvn.py b/tools/maven/mvn.py
index 250e89f..a4aaa5a 100644
--- a/tools/maven/mvn.py
+++ b/tools/maven/mvn.py
@@ -23,9 +23,6 @@
 def mvn(action):
   return ['mvn', '--file', path.join(self, 'fake_pom_%s.xml' % action)]
 
-def mvn(action):
-  return ['mvn', '--file', path.join(self, 'fake_pom_%s.xml' % action)]
-
 opts = OptionParser()
 opts.add_option('--repository', help='maven repository id')
 opts.add_option('--url', help='maven repository url')