Install both files again, and this time add the parameter -DgeneratePom=true along with the others.
mvn install:install-file -Dfile=...\lib\ojdbc14.jar -Dpackaging=jar -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.1.0 -DgeneratePom=true mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=D:\Temp\jta-1_1-classes.jar -DgeneratePom=true That should resolve the issues you're seeing. This defaults to true in recent releases but I have no idea what version you're running. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org