Hi, I installed some jars into the repository using install:install-file. Now I have this problem - every time I run mvn, I get the below error, each time with some random module (it picks one of the modules I installed manually). Please help me resolve this, and also tell me why I keep getting a different module error every time, when all I do is run "mvn install" again and again with no other changes.
[ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------- --- [INFO] Error building POM (may not be this project's POM). Project ID: hibernate:hibernate Reason: Error getting POM for 'hibernate:hibernate' from the repository: Error t ransferring file hibernate:hibernate:pom:3.1 from the specified remote repositories: central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------- --- [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------- This error goes away by itself during some runs, but it is totally unpredictable. Please help. Thanks Karthik.
