maven - why can't I find my own installed artifact in eclipse search dialog? -


i use mvn install:install-file -dgroupid=ojdbc -dartifactid=ojdbc -dversion=6 -dpackaging=jar -dfile=ojdbc6.jar -dgeneratepom=true install ojdbc6.jar local repository, result of command build success , ojdbc6.jar copied local respository, try add dependency in pom.xml, click add... button in pom dependencies panel, type ojdbc in input field , search, can't find own ojdbc artifact installed in searching results, should search out own ojdbc artifact?

try rebuild or update index of local repository in maven repository view shown follows :

enter image description here


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -