> <repository>
> <id>myISR</id>
> <url>file:///export/home/buildmaster/.m2/repository/</url>

As I suspected, this is all horribly wrong. The ~/.m2 directory is
merely a repo CACHE. It DOES NOT function as a repository. Stop trying
to make this work. It does not and should not (metadata is different
among other things as you have discovered).

> I manually installed the jars using the following (example using
> borland.jar) and confirmed that they were installed in the repository.
>
>  mvn install:install-file -Dfile=borland.jar -DgroupId=com.storagetek

This is OK if you are "installing" an artifact to a local cache. But
this is not acceptable for moving an artifact into a repository -- for
that you must deploy:deploy-file it.

You said that you are "new to Maven." Please stop trying to make
things work and instead read up on the basic underlying concepts that
you have missed:
http://maven.apache.org/guides/getting-started/index.html
http://maven.apache.org/articles.html

Alternatively I am positive there are others at your company who know
a lot more about using Maven and would be able to help you in-person
with your issues.

Wayne

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

Reply via email to