Skip to content
Snippets Groups Projects
Unverified Commit 0bc5e3ac authored by Leroy Rügemer's avatar Leroy Rügemer Committed by GitHub
Browse files

set ROS_MAVEN_REPOSITORY to mvn.cit-ec repo

parent 6bd28e5e
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ if __name__ == '__main__': ...@@ -52,7 +52,7 @@ if __name__ == '__main__':
elif args.maven_repository: elif args.maven_repository:
repo = get_environment_variable(environment_variables, 'ROS_MAVEN_REPOSITORY') repo = get_environment_variable(environment_variables, 'ROS_MAVEN_REPOSITORY')
if repo is None: 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) print(repo)
elif args.maven_path: elif args.maven_path:
new_maven_paths = [os.path.join(path, 'share', 'repository') for path in workspaces] #TODO: make configurable! new_maven_paths = [os.path.join(path, 'share', 'repository') for path in workspaces] #TODO: make configurable!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment