diff --git a/generate_environment_variables.py b/generate_environment_variables.py
index b4f475a9d3c723402a151f1299f2b1581ae7aa20..8e4caddfb9a1059e369579e6d6d586e0f9ac137c 100755
--- a/generate_environment_variables.py
+++ b/generate_environment_variables.py
@@ -119,11 +119,11 @@ if __name__ == '__main__':
             if repo in [os.path.join(w, 'share', 'repository') for w in workspaces]: #TODO: make configurable!
                 repo = os.path.join(workspaces[0], 'share', 'repository') #TODO: make configurable!
         print(repo)
-    elif args.maven_repository:
-        repo = get_environment_variable(environment_variables, 'ROS_MAVEN_REPOSITORY')
-        if repo is None:
-            repo = 'https://mvn.cit-ec.de/nexus/content/repositories/releases/'
-        print(repo)
+    #elif args.maven_repository:
+    #    repo = get_environment_variable(environment_variables, 'ROS_MAVEN_REPOSITORY')
+    #    if repo is None:
+    #        repo = 'https://mvn.cit-ec.de/nexus/content/repositories/releases/'
+    #    print(repo)
     elif args.maven_path:
         print(generate_maven_path())
     elif args.gradle_user_home: