Define mvn() function only once
Change-Id: I97e3813b1145f35cc5daa232cbe1f0674f3f89fc
This commit is contained in:
@@ -20,9 +20,6 @@ from os import path
|
||||
from sys import stderr
|
||||
from tools.util import check_output
|
||||
|
||||
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)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user