Hi Wayne,

I am facing some what same problem, I installed some jars in my repository
and put the dependency in the pom.xml. It worked fine on my machine. But if
i am copying the same directory structure( created on my machine by
installing the jar files using install-file) to some other machine then its
failing and giving the  error as 

Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could
not transfer artifact org.omg.CORBA:jacorb:pom:1.0 from/to java.net
(http://download.java.net/maven/1): No connector available to access
repository java.net (http://download.java.net/maven/1) of type legacy using
the available factories WagonRepositoryConnectorFactory

dependency mentioned in the pom as 

<dependency>
                        <groupId>org.omg.CORBA</groupId>
                        <artifactId>jacorb</artifactId>
                        <version>1.0</version>
                </dependency>


--
View this message in context: 
http://maven.40175.n5.nabble.com/Problem-in-delpoying-an-external-jar-to-the-local-repo-tp4410234p4960517.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to