diff --git a/generate_environment_variables.py b/generate_environment_variables.py index 410cc35ae89daa7116ea661e1628155ad2c40162..b7ff8033ace23a0492108b2dd4b05a04d3125bbf 100755 --- a/generate_environment_variables.py +++ b/generate_environment_variables.py @@ -52,7 +52,7 @@ if __name__ == '__main__': elif args.maven_repository: repo = get_environment_variable(environment_variables, 'ROS_MAVEN_REPOSITORY') if repo is None: - repo = 'https://github.com/rosjava/rosjava_mvn_repo/raw/master' + repo = 'https://mvn.cit-ec.de/nexus/content/repositories/releases/' print(repo) elif args.maven_path: new_maven_paths = [os.path.join(path, 'share', 'repository') for path in workspaces] #TODO: make configurable!