Corporate Maven Repository

Is there a corporate maven repository to which I can link to? I could find a cobalt nexus repository at the below link, is this useful for all projects that we work with?
http://cobaltdm.int.thomsonreuters.com:9001/nexus-webapps/index.html

Answers

  • I find this one to be superior:
    http://maven.int.westgroup.com:8081/nexus/index.html#welcome But I'm not the one to speak to standards or suitability
  • Looks to be a good one, but still do we have any documentation regarding to what can be used and what can't be used.. Have tried checking the hub for the same to no avail.
  • Hi, I'm Java Developer and i would like to configure maven on my machine.May I know do I require any prior permissions to use the above repository or anyone can access it within TR.
  • As far as I know there is no restriction on usage for either repo.
  • Thank You Benjamin and I would like to configure maven in my project.I'm getting the following error.And Maven libraries are getting downloaded in .m2 folder.Can anyone provide me maven configurations if any. > Multiple annotations found at this line: - Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (execution: default-compile, phase: compile) - Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (execution: default-testCompile, phase: test-compile) - CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:2.5.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-compiler-plugin:jar:2.5.1: ArtifactResolutionException: Failure to transfer org.apache.maven.plugins:maven-compiler-plugin:pom:2.5.1 from http://
    repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-compiler-plugin:pom:2.5.1 from/to central (
    http://repo.maven.apache.org/maven2): connect timed out I'm using springtoolsuite plugin to create spring MVC Application.Any help in this regard is kindly appreciated.
  • Wenky: We can take this offline, but where is your current project level Maven config file? Is it in TFS? How about the local Maven config file? Send email to
    ben.fairchid@thomson.com
  • Benjamin, if the project that I have is in SAMI, does it refer directly to this repository? Can i ask for a CI which will automatically take my dependencies from this repo? I have not used it currently, but would like to know any changes that I have to make in settings.xml or any place so that we can use it.

    Also wanted to know whether if we are doing some RnD with some library, and we add the pom we find using google into our code, does the repo restrict us?