I am trying to run the command:-[ maven jar:install] from the one of the folders in the Multiproject .This project's jar is then suppose to get locate in local Repository.This jar will work as a dependency for other subproject in the same Project.
However the following errors are there:- __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Attempting to download rome-0.5.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/rome/jars/rome-0.5. jar]: java.net.ConnectException: Connection refused: connect WARNING: Failed to download rome-0.5.jar. Attempting to download jdom-1.0.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/jdom/jars/jdom-1.0. jar]: java.net.ConnectException: Connection refused: connect WARNING: Failed to download jdom-1.0.jar. The build cannot continue because of the following unsatisfied dependencies: rome-0.5.jar jdom-1.0.jar Please guide
